Home
last modified time | relevance | path

Searched defs:enum_type (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_emulated_builtin_function_tables.py80 def enum_type(arg): function
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php47 private $enum_type; variable in Google\\Protobuf\\Internal\\FieldDescriptor
152 public function setEnumType($enum_type)
DFileDescriptor.php40 private $enum_type = []; variable in Google\\Protobuf\\Internal\\FileDescriptor
DDescriptor.php45 private $enum_type = []; variable in Google\\Protobuf\\Internal\\Descriptor
DDescriptorProto.php39 private $enum_type; variable in Google\\Protobuf\\Internal\\DescriptorProto
DFileDescriptorProto.php60 private $enum_type; variable in Google\\Protobuf\\Internal\\FileDescriptorProto
/third_party/protobuf/src/google/protobuf/util/internal/
Dutility.cc195 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameOrNull()
208 const google::protobuf::Enum* enum_type, int32 value) { in FindEnumValueByNumberOrNull()
221 const google::protobuf::Enum* enum_type, StringPiece enum_name) { in FindEnumValueByNameWithoutUnderscoreOrNull()
Dtype_info.cc98 std::unique_ptr<google::protobuf::Enum> enum_type( in GetEnumByTypeUrl() local
Ddatapiece.cc274 StatusOr<int> DataPiece::ToEnum(const google::protobuf::Enum* enum_type, in ToEnum()
Ddefault_value_objectwriter.cc419 const google::protobuf::Enum* enum_type = in FindEnumDefault() local
Dproto_writer.cc597 const google::protobuf::Enum* enum_type, in WriteEnum()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/3dvideo/
Dmviewwidget.c138 enum_value_to_nick (GType enum_type, guint value) in enum_value_to_nick()
293 combo_box_from_enum (GType enum_type) in combo_box_from_enum()
Dmain.cpp245 enum_value_to_nick (GType enum_type, guint value) in enum_value_to_nick()
/third_party/protobuf/python/google/protobuf/internal/
Denum_type_wrapper.py48 def __init__(self, enum_type): argument
Dtype_checkers.py188 def __init__(self, enum_type): argument
/third_party/protobuf/src/google/protobuf/util/
Dtype_resolver_util.cc93 Enum* enum_type) override { in ResolveEnumType()
282 Enum* enum_type) { in ConvertEnumDescriptor()
/third_party/protobuf/benchmarks/util/
Dschema_proto2_to_proto3_util.h94 void ScrubEnum(EnumDescriptorProto *enum_type) { in ScrubEnum()
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto70 repeated EnumDescriptorProto enum_type = 5; field
91 repeated EnumDescriptorProto enum_type = 4; field
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto70 repeated EnumDescriptorProto enum_type = 5; field
91 repeated EnumDescriptorProto enum_type = 4; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto70 repeated EnumDescriptorProto enum_type = 5; field
91 repeated EnumDescriptorProto enum_type = 4; field
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dxml_consistency.py68 def get_enum_value_names(reg, enum_type): argument
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto76 repeated EnumDescriptorProto enum_type = 5; field
101 repeated EnumDescriptorProto enum_type = 4; field
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc1969 bool Parser::ParseEnumDefinition(EnumDescriptorProto* enum_type, in ParseEnumDefinition()
1989 bool Parser::ParseEnumBlock(EnumDescriptorProto* enum_type, in ParseEnumBlock()
2010 bool Parser::ParseEnumStatement(EnumDescriptorProto* enum_type, in ParseEnumStatement()
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py537 default_value, message_type, enum_type, containing_type, argument
549 default_value, message_type, enum_type, containing_type, argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dmessage.c355 VALUE enum_type = field_type_class(self->descriptor->layout, f); in Message_method_missing() local

12