example_lib.cc 239 字节
Newer Older
1 2
#include "third_party/protobuf_test/example_lib.h"

Y
Yi Wang 已提交
3 4 5
namespace third_party {
namespace protobuf_test {

Y
Yu Yang 已提交
6
std::string get_greet(const Greeting& who) { return "Hello " + who.name(); }
Y
Yi Wang 已提交
7 8 9

}  // namespace protobuf_test
}  // namespace thrid_party