HomeSort by relevance Sort by last modified time
    Searched refs:enum_type (Results 101 - 120 of 120) sorted by null

1 2 3 45

  /external/nanopb-c/generator/
nanopb_generator.py     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 415 // repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
419 const ::google::protobuf::EnumDescriptorProto& enum_type(int index) const;
425 enum_type() const;
3939 inline const ::google::protobuf::EnumDescriptorProto& FileDescriptorProto::enum_type(int index) const { function in class:google::protobuf::FileDescriptorProto
3957 FileDescriptorProto::enum_type() const { function in class:google::protobuf::FileDescriptorProto
4423 inline const ::google::protobuf::EnumDescriptorProto& DescriptorProto::enum_type(int index) const { function in class:google::protobuf::DescriptorProto
4441 DescriptorProto::enum_type() const { function in class:google::protobuf::DescriptorProto
    [all...]
descriptor.pb.cc 233 FieldDescriptorProto_Type_descriptor_ = FieldDescriptorProto_descriptor_->enum_type(0);
234 FieldDescriptorProto_Label_descriptor_ = FieldDescriptorProto_descriptor_->enum_type(1);
350 FileOptions_OptimizeMode_descriptor_ = FileOptions_descriptor_->enum_type(0);
391 FieldOptions_CType_descriptor_ = FieldOptions_descriptor_->enum_type(0);
392 FieldOptions_JSType_descriptor_ = FieldOptions_descriptor_->enum_type(1);
2199 const ::google::protobuf::EnumDescriptorProto& FileDescriptorProto::enum_type(int index) const { function in class:google::protobuf::FileDescriptorProto
2217 FileDescriptorProto::enum_type() const { function in class:google::protobuf::FileDescriptorProto
3932 const ::google::protobuf::EnumDescriptorProto& DescriptorProto::enum_type(int index) const { function in class:google::protobuf::DescriptorProto
3950 DescriptorProto::enum_type() const { function in class:google::protobuf::DescriptorProto
    [all...]
extension_set_heavy.cc 282 output->enum_validity_check.arg = extension->enum_type();
extension_set_unittest.cc     [all...]
struct.pb.cc 108 NullValue_descriptor_ = file->enum_type(0);
    [all...]
type.pb.cc 97 Field_Kind_descriptor_ = Field_descriptor_->enum_type(0);
98 Field_Cardinality_descriptor_ = Field_descriptor_->enum_type(1);
151 Syntax_descriptor_ = file->enum_type(0);
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
map_container.cc 288 const EnumDescriptor* enum_descriptor = field_descriptor->enum_type();
    [all...]
  /external/protobuf/python/google/protobuf/
text_format.py 296 enum_value = field.enum_type.values_by_number.get(value, None)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc 369 EnumGenerator(descriptor_->enum_type(i), true, context_)
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 1394 def enum_type(self): member in class:Cursor
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_parser.cc     [all...]
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 401 EnumType []*EnumDescriptorProto `protobuf:"bytes,5,rep,name=enum_type,json=enumType" json:"enum_type,omitempty"`
533 EnumType []*EnumDescriptorProto `protobuf:"bytes,4,rep,name=enum_type,json=enumType" json:"enum_type,omitempty"`
    [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 374 EnumType []*EnumDescriptorProto `protobuf:"bytes,5,rep,name=enum_type,json=enumType" json:"enum_type,omitempty"`
505 EnumType []*EnumDescriptorProto `protobuf:"bytes,4,rep,name=enum_type,json=enumType" json:"enum_type,omitempty"`
    [all...]
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 6772 inline upb::reffed_ptr<const upb::FieldDef> enum_type() { RETURN_REFFED(upb::FieldDef, upbdefs_google_protobuf_DescriptorProto_enum_type) } function in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upbdefs::google::protobuf::DescriptorProto
6875 inline upb::reffed_ptr<const upb::FieldDef> enum_type() { RETURN_REFFED(upb::FieldDef, upbdefs_google_protobuf_FileDescriptorProto_enum_type) } function in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upbdefs::google::protobuf::FileDescriptorProto
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 932 template <typename enum_type, cl_int Name>
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 385 /// <summary>Field number for the "enum_type" field.</summary>
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c     [all...]

Completed in 809 milliseconds

1 2 3 45