Home
last modified time | relevance | path

Searched defs:enum_type (Results 1 - 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dgen_emulated_builtin_function_tables.py80 def enum_type(arg): function
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFileDescriptor.php40 private $enum_type = []; variable
H A DDescriptorProto.php39 private $enum_type; variable
204 $this->enum_type = $arr; variable
H A DDescriptor.php45 private $enum_type = []; variable
H A DFieldDescriptor.php47 private $enum_type; variable
154 $this->enum_type = $enum_type; variable
H A DFileDescriptorProto.php60 private $enum_type; variable
323 $this->enum_type = $arr; variable
/third_party/protobuf/benchmarks/util/
H A Dschema_proto2_to_proto3_util.h94 void ScrubEnum(EnumDescriptorProto *enum_type) { in ScrubEnum() argument
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util.cc281 ConvertEnumDescriptor(const EnumDescriptor* descriptor, Enum* enum_type) ConvertEnumDescriptor() argument
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddatapiece.cc274 StatusOr<int> DataPiece::ToEnum(const google::protobuf::Enum* enum_type, in ToEnum() argument
H A Ddefault_value_objectwriter.cc419 const google::protobuf::Enum* enum_type = in FindEnumDefault() local
H A Dutility.cc194 FindEnumValueByNameOrNull( const google::protobuf::Enum* enum_type, StringPiece enum_name) FindEnumValueByNameOrNull() argument
207 FindEnumValueByNumberOrNull( const google::protobuf::Enum* enum_type, int32 value) FindEnumValueByNumberOrNull() argument
220 FindEnumValueByNameWithoutUnderscoreOrNull( const google::protobuf::Enum* enum_type, StringPiece enum_name) FindEnumValueByNameWithoutUnderscoreOrNull() argument
[all...]
H A Dproto_writer.cc596 WriteEnum(int field_number, const DataPiece& data, const google::protobuf::Enum* enum_type, CodedOutputStream* stream, bool use_lower_camel_for_enums, bool case_insensitive_enum_parsing, bool ignore_unknown_values) WriteEnum() argument
/third_party/libabigail/src/
H A Dabg-comp-filter.cc1341 const enum_type_decl *enum_type = 0; in has_harmless_enum_to_int_change() local
H A Dabg-ctf-reader.cc575 enum_type_decl_sptr enum_type in process_ctf_type() local
H A Dabg-reader.cc4372 enum_type_decl_sptr enum_type; in build_enum_type_decl_if_not_suppressed() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmessage.c355 VALUE enum_type = field_type_class(self->descriptor->layout, f); in Message_method_missing() local
/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc1024 const EnumDescriptor* enum_type = field.enum_type(); in FixForeignFieldsInField() local
[all...]
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs628 pub fn enum_type(&self) -> Option<Type> { in enum_type() functions
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc1969 bool Parser::ParseEnumDefinition(EnumDescriptorProto* enum_type, in ParseEnumDefinition() argument
1989 bool Parser::ParseEnumBlock(EnumDescriptorProto* enum_type, in ParseEnumBlock() argument
2010 bool Parser::ParseEnumStatement(EnumDescriptorProto* enum_type, in ParseEnumStatement() argument
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc623 const EnumDescriptor *enum_type = in EnumValueName() local
870 const EnumDescriptor* enum_type = _GetDescriptor(self)->enum_type(); in GetEnumType() local
H A Ddescriptor_containers.cc1165 const EnumDescriptor* enum_type = NULL; in GetByIndex() local
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc2571 const EnumDescriptor* enum_type = file->enum_type(0); TEST_F() local
[all...]
H A Dtext_format.cc780 const EnumDescriptor* enum_type = field->enum_type(); in ConsumeFieldValue() local
H A Ddescriptor.cc5829 CrossLinkEnum(EnumDescriptor* enum_type, const EnumDescriptorProto& proto) CrossLinkEnum() argument
7009 const EnumDescriptor* enum_type = option_field->enum_type(); SetOptionValue() local
7359 const EnumDescriptor* FieldDescriptor::enum_type() const { enum_type() function in google::protobuf::FieldDescriptor
[all...]
H A Ddescriptor.pb.h7021 inline const PROTOBUF_NAMESPACE_ID::EnumDescriptorProto& FileDescriptorProto::enum_type(in in _internal_enum_type() function in FileDescriptorProto
7033 FileDescriptorProto::enum_type() const { enum_type() function in FileDescriptorProto
7776 inline const PROTOBUF_NAMESPACE_ID::EnumDescriptorProto& DescriptorProto::enum_type(int index) const { enum_type() function in DescriptorProto
7788 DescriptorProto::enum_type() const { enum_type() function in DescriptorProto
[all...]

Completed in 69 milliseconds

12