Home
last modified time | relevance | path

Searched defs:extendee (Results 1 – 14 of 14) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_extension.cc53 const Descriptor* extendee = descriptor->containing_type(); in ExtendeeClassName() local
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto.php55 protected $extendee = null; variable in Google\\Protobuf\\Internal\\FieldDescriptorProto
/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.cc528 StringPiece extendee(const DescriptorIndex& index) const { in extendee() function
917 const Descriptor* extendee = pool_.FindMessageTypeByName(containing_type); in FindFileContainingExtension() local
931 const Descriptor* extendee = pool_.FindMessageTypeByName(extendee_type); in FindAllExtensionNumbers() local
Ddescriptor.cc1075 const Descriptor* extendee, int number) const { in FindExtension() argument
1080 const Descriptor* extendee, in FindAllExtensions()
1481 const Descriptor* extendee, int number) const { in FindExtensionByNumber() argument
1515 const Descriptor* extendee, int number) const { in InternalFindExtensionByNumberNoLock() argument
1532 const Descriptor* extendee, ConstStringParam printable_name) const { in FindExtensionByPrintableName() argument
1559 const Descriptor* extendee, in FindAllExtensions()
5580 Symbol extendee = in CrossLinkField() local
Ddescriptor.proto196 optional string extendee = 2; field
Ddescriptor_unittest.cc120 const std::string& extendee, in AddExtension()
134 const std::string& extendee, in AddNestedExtension()
2859 const Descriptor* extendee = file->extension(0)->containing_type(); in TEST_P() local
Ddescriptor.pb.h8360 inline const std::string& FieldDescriptorProto::extendee() const { in extendee() function
8411 inline void FieldDescriptorProto::set_allocated_extendee(std::string* extendee) { in set_allocated_extendee()
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto158 optional string extendee = 2; field
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto158 optional string extendee = 2; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto158 optional string extendee = 2; field
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto192 optional string extendee = 2 [ctype = STRING_PIECE]; field
Ddescriptor.proto192 optional string extendee = 2; field
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc1855 std::string extendee; in ParseExtend() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1435 final GenericDescriptor extendee = in crossLink() local