Searched refs:go_package (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc4563 // optional string go_package = 11;
4571 this->go_package().data(), this->go_package().length(),
4727 // optional string go_package = 11;
4730 this->go_package().data(), this->go_package().length(),
4733 11, this->go_package(), output);
4810 // optional string go_package = 11;
4813 this->go_package().data(), this->go_package()
[all...]
H A Ddescriptor.pb.h1552 // optional string go_package = 11;
1556 inline const ::std::string& go_package() const;
1562 inline void set_allocated_go_package(::std::string* go_package);
4785 // optional string go_package = 11;
4801 inline const ::std::string& FileOptions::go_package() const { function in class:google::protobuf::FileOptions
4842 inline void FileOptions::set_allocated_go_package(::std::string* go_package) { argument
4846 if (go_package) {
4848 go_package_ = go_package;

Completed in 341 milliseconds