Searched refs:go_package (Results 1 – 12 of 12) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | empty.proto | 36 option go_package = "github.com/golang/protobuf/ptypes/empty";
|
D | duration.proto | 36 option go_package = "github.com/golang/protobuf/ptypes/duration";
|
D | wrappers.proto | 42 option go_package = "github.com/golang/protobuf/ptypes/wrappers";
|
D | struct.proto | 36 option go_package = "github.com/golang/protobuf/ptypes/struct;structpb";
|
D | timestamp.proto | 37 option go_package = "github.com/golang/protobuf/ptypes/timestamp";
|
D | any.proto | 36 option go_package = "github.com/golang/protobuf/ptypes/any";
|
D | descriptor.pb.cc | 8126 this->go_package().data(), this->go_package().length(), in MergePartialFromCodedStream() 8356 this->go_package().data(), this->go_package().length(), in SerializeWithCachedSizes() 8360 11, this->go_package(), output); in SerializeWithCachedSizes() 8474 this->go_package().data(), this->go_package().length(), in SerializeWithCachedSizesToArray() 8479 11, this->go_package(), target); in SerializeWithCachedSizesToArray() 8602 this->go_package()); in ByteSize() 9021 const ::std::string& FileOptions::go_package() const { in go_package() function in google::protobuf::FileOptions 9051 void FileOptions::set_allocated_go_package(::std::string* go_package) { in set_allocated_go_package() argument 9052 if (go_package != NULL) { in set_allocated_go_package() 9057 …age_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), go_package); in set_allocated_go_package()
|
D | descriptor.proto | 43 option go_package = "descriptor"; 344 optional string go_package = 11; field
|
D | descriptor.pb.h | 1977 const ::std::string& go_package() const; 1983 void set_allocated_go_package(::std::string* go_package); 5980 inline const ::std::string& FileOptions::go_package() const { in go_package() function 6010 inline void FileOptions::set_allocated_go_package(::std::string* go_package) { in set_allocated_go_package() argument 6011 if (go_package != NULL) { in set_allocated_go_package() 6016 …age_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), go_package); in set_allocated_go_package()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.proto | 52 option go_package = "plugin_go";
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 282 optional string go_package = 11; field
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 6903 inline upb::reffed_ptr<const upb::FieldDef> go_package() { RETURN_REFFED(upb::FieldDef, upbdefs_goo…
|