HomeSort by relevance Sort by last modified time
    Searched refs:extendee (Results 1 - 25 of 37) sorted by null

1 2

  /external/protobuf/src/google/protobuf/
descriptor_database.cc 153 if (!field.extendee().empty() && field.extendee()[0] == '.') {
158 std::make_pair(field.extendee().substr(1), field.number()),
161 "extend " << field.extendee() << " { "
420 const Descriptor* extendee = pool_.FindMessageTypeByName(containing_type); local
421 if (extendee == NULL) return false;
424 pool_.FindExtensionByNumber(extendee, field_number);
435 const Descriptor* extendee = pool_.FindMessageTypeByName(extendee_type); local
436 if (extendee == NULL) return false;
439 pool_.FindAllExtensions(extendee, &extensions)
    [all...]
descriptor.cc 377 // Checks whether the extendee type is allowed in proto3.
472 inline const FieldDescriptor* FindExtension(const Descriptor* extendee,
474 inline void FindAllExtensions(const Descriptor* extendee,
4808 Symbol extendee = LookupSymbol(proto.extendee(), field->full_name(), local
    [all...]
descriptor.h     [all...]
descriptor_unittest.cc 114 const string& extendee,
123 result->set_extendee(extendee);
128 const string& extendee,
137 result->set_extendee(extendee);
199 case EXTENDEE : location_name = "EXTENDEE" ; break;
222 case EXTENDEE : location_name = "EXTENDEE" ; break;
2565 const Descriptor* extendee = file->extension(0)->containing_type(); local
    [all...]
descriptor.pb.h 4835 inline const ::std::string& FieldDescriptorProto::extendee() const { function in class:google::protobuf::FieldDescriptorProto
4871 extendee_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), extendee); local
    [all...]
descriptor.pb.cc 5126 const ::std::string& FieldDescriptorProto::extendee() const { function in class:google::protobuf::FieldDescriptorProto
5162 extendee_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), extendee); local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.cc 53 const Descriptor* extendee = descriptor->containing_type(); local
54 return ClassName(extendee, true);
96 vars["extendee" ] = ExtendeeClassName(descriptor_);
118 "$qualifier$ ::google::protobuf::internal::ExtensionIdentifier< $extendee$,\n"
132 vars["extendee" ] = ExtendeeClassName(descriptor_);
164 "::google::protobuf::internal::ExtensionIdentifier< $extendee$,\n"
171 vars["extendee" ] = ExtendeeClassName(descriptor_);
183 " &$extendee$::default_instance(),\n"
192 " &$extendee$::default_instance(),\n"
201 " &$extendee$::default_instance(),\n
    [all...]
  /external/protobuf/python/google/protobuf/internal/
message_factory_test.py 163 ext.extendee = 'Container'
180 ext.extendee = 'Container'
  /external/protobuf/python/google/protobuf/
descriptor_pool.py 378 file_descriptor.package, extension_proto.extendee, scope)
588 nested_package, extension_proto.extendee, scope)
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h     [all...]
descriptor.pb.h 3720 inline const ::std::string& FieldDescriptorProto::extendee() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h     [all...]
descriptor.pb.h 3720 inline const ::std::string& FieldDescriptorProto::extendee() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h     [all...]
descriptor.pb.h 3720 inline const ::std::string& FieldDescriptorProto::extendee() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h     [all...]
descriptor.pb.h 3720 inline const ::std::string& FieldDescriptorProto::extendee() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h     [all...]
descriptor.pb.h 4835 inline const ::std::string& FieldDescriptorProto::extendee() const { function in class:google::protobuf::FieldDescriptorProto
4871 extendee_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), extendee); local
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Descriptors.java 1313 final GenericDescriptor extendee = local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 1563 string extendee; local
    [all...]
  /external/nanopb-c/generator/
nanopb_generator.py 455 self.extendee_name = names_from_type_name(desc.extendee)
    [all...]
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 642 Extendee *string `protobuf:"bytes,2,opt,name=extendee" json:"extendee,omitempty"`
702 if m != nil && m.Extendee != nil {
703 return *m.Extendee
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 148 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto), global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser, new[]{ "Name", "Number", "Label", "Type", "TypeName", "Extendee", "DefaultValue", "OneofIndex", "JsonName", "Options" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Type), typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Label) }, null),
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 6841 inline upb::reffed_ptr<const upb::FieldDef> extendee() { RETURN_REFFED(upb::FieldDef, upbdefs_google_protobuf_FieldDescriptorProto_extendee) } function in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upbdefs::google::protobuf::FieldDescriptorProto
    [all...]

Completed in 981 milliseconds

1 2