Searched defs:extendee (Results 1 - 7 of 7) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_extension.cc | 53 const Descriptor* extendee = descriptor->containing_type(); in ExtendeeClassName() local
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | FieldDescriptorProto.php | 55 protected $extendee = null; variable 383 $this->extendee variable [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor_database.cc | 528 StringPiece extendee(const DescriptorIndex& index) const { in extendee() function 917 const Descriptor* extendee = pool_.FindMessageTypeByName(containing_type); FindFileContainingExtension() local 931 const Descriptor* extendee = pool_.FindMessageTypeByName(extendee_type); FindAllExtensionNumbers() local [all...] |
H A D | descriptor_unittest.cc | 2859 const Descriptor* extendee = file->extension(0)->containing_type(); in TEST_P() local 119 AddExtension(FileDescriptorProto* file, const std::string& extendee, const std::string& name, int number, FieldDescriptorProto::Label label, FieldDescriptorProto::Type type) AddExtension() argument 133 AddNestedExtension(DescriptorProto* parent, const std::string& extendee, const std::string& name, int number, FieldDescriptorProto::Label label, FieldDescriptorProto::Type type) AddNestedExtension() argument [all...] |
H A D | descriptor.cc | 1074 FindExtension( const Descriptor* extendee, int number) const FindExtension() argument 1079 FindAllExtensions( const Descriptor* extendee, std::vector<const FieldDescriptor*>* out) const FindAllExtensions() argument 1480 FindExtensionByNumber( const Descriptor* extendee, int number) const FindExtensionByNumber() argument 1514 InternalFindExtensionByNumberNoLock( const Descriptor* extendee, int number) const InternalFindExtensionByNumberNoLock() argument 1531 FindExtensionByPrintableName( const Descriptor* extendee, ConstStringParam printable_name) const FindExtensionByPrintableName() argument 1558 FindAllExtensions( const Descriptor* extendee, std::vector<const FieldDescriptor*>* out) const FindAllExtensions() argument 5580 Symbol extendee = CrossLinkField() local [all...] |
H A D | descriptor.pb.h | 8360 inline const std::string& FieldDescriptorProto::extendee() const { in extendee() function in FieldDescriptorProto 8411 set_allocated_extendee(std::string* extendee) set_allocated_extendee() argument 8417 extendee_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), extendee, set_allocated_extendee() local [all...] |
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser.cc | 1855 std::string extendee; in ParseExtend() local
|
Completed in 44 milliseconds