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

1 2 3 4 5

  /external/lldb/include/lldb/Interpreter/
OptionValueEnumeration.h 30 typedef int64_t enum_type; typedef in class:lldb_private::OptionValueEnumeration
33 enum_type value;
39 OptionValueEnumeration (const OptionEnumValueElement *enumerators, enum_type value);
84 enum_type
85 operator = (enum_type value)
91 enum_type
97 enum_type
104 SetCurrentValue (enum_type value)
110 SetDefaultValue (enum_type value)
119 enum_type m_current_value
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor_database.py 55 for enum in file_desc_proto.enum_type:
119 for enum_type in desc_proto.enum_type:
120 yield '.'.join((message_name, enum_type.name))
  /external/nanopb-c/generator/proto/
plugin_pb2.py 29 message_type=None, enum_type=None, containing_type=None,
36 message_type=None, enum_type=None, containing_type=None,
43 message_type=None, enum_type=None, containing_type=None,
71 message_type=None, enum_type=None, containing_type=None,
78 message_type=None, enum_type=None, containing_type=None,
85 message_type=None, enum_type=None, containing_type=None,
112 message_type=None, enum_type=None, containing_type=None,
119 message_type=None, enum_type=None, containing_type=None,
nanopb_pb2.py 60 message_type=None, enum_type=None, containing_type=None,
68 message_type=None, enum_type=None, containing_type=None,
76 message_type=None, enum_type=None, containing_type=None,
84 message_type=None, enum_type=None, containing_type=None,
100 message_type=None, enum_type=None, containing_type=None,
107 message_type=None, enum_type=None, containing_type=None,
114 message_type=None, enum_type=None, containing_type=None,
121 message_type=None, enum_type=None, containing_type=None,
128 message_type=None, enum_type=None, containing_type=None,
146 _NANOPBOPTIONS.fields_by_name['type'].enum_type = _FIELDTYP
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
enum_type_wrapper.py 46 def __init__(self, enum_type):
48 self._enum_type = enum_type
49 self.DESCRIPTOR = enum_type;
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
check_injected_webgl_calls_info.py 106 for enum_type in enum_types:
107 if not enum_type in argument_types:
109 result[enum_type[2:]] = [i for i in range(len(argument_types)) if argument_types[i] == enum_type]
  /external/chromium_org/tools/json_schema_compiler/test/
enums_unittest.cc 15 EnumType enum_type; local
18 EXPECT_TRUE(EnumType::Populate(value, &enum_type));
19 EXPECT_EQ(EnumType::TYPE_ONE, enum_type.type);
20 EXPECT_TRUE(value.Equals(enum_type.ToValue().get()));
23 EnumType enum_type; local
26 EXPECT_FALSE(EnumType::Populate(value, &enum_type));
128 OptionalEnumType enum_type; local
131 EXPECT_TRUE(OptionalEnumType::Populate(value, &enum_type));
132 EXPECT_EQ(OptionalEnumType::TYPE_TWO, enum_type.type);
133 EXPECT_TRUE(value.Equals(enum_type.ToValue().get()))
136 OptionalEnumType enum_type; local
143 OptionalEnumType enum_type; local
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/
types.py 72 def make_enum_dict(enum_type):
76 enum_type: The enum to compute the dictionary for.
85 if enum_type.code != gdb.TYPE_CODE_ENUM:
88 for field in enum_type.fields():
  /external/clang/test/CodeGenCXX/
value-init.cpp 27 enum enum_type { negative_number = -1, magic_number = 42 }; enum
31 enum_type m_enum;

Completed in 2381 milliseconds

1 2 3 4 5