Home
last modified time | relevance | path

Searched refs:go_package (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc5099 this->go_package().data(), this->go_package().length(), in MergePartialFromCodedStream()
5292 this->go_package().data(), this->go_package().length(), in SerializeWithCachedSizes()
5296 11, this->go_package(), output); in SerializeWithCachedSizes()
5390 this->go_package().data(), this->go_package().length(), in SerializeWithCachedSizesToArray()
5395 11, this->go_package(), target); in SerializeWithCachedSizesToArray()
5495 this->go_package()); in ByteSize()
5582 set_go_package(from.go_package()); in MergeFrom()
Ddescriptor.pb.h1636 inline const ::std::string& go_package() const;
1642 inline void set_allocated_go_package(::std::string* go_package);
5267 inline const ::std::string& FileOptions::go_package() const { in go_package() function
5313 inline void FileOptions::set_allocated_go_package(::std::string* go_package) { in set_allocated_go_package() argument
5317 if (go_package) { in set_allocated_go_package()
5319 go_package_ = go_package; in set_allocated_go_package()
Ddescriptor.proto310 optional string go_package = 11; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto282 optional string go_package = 11; field