OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnumField
(Results
1 - 10
of
10
) sorted by null
/external/toolchain-utils/crosperf/
field.py
134
class
EnumField
(Field):
144
super(
EnumField
, self).__init__(name, required, default, inheritable,
/external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py
429
class
EnumField
(object):
682
('nested_enum',
EnumField
(1, 'NestedEnum', 'ETA')),
686
('nested_enum',
EnumField
(1, 'NestedEnum', 'ZETA')),
691
('nested_enum',
EnumField
(1, 'NestedEnum', 'BETA')),
702
('nested_enum',
EnumField
(1, 'NestedEnum', 'MU')),
706
('nested_enum',
EnumField
(1, 'NestedEnum', 'IOTA')),
711
('nested_enum',
EnumField
(1, 'NestedEnum', 'GAMMA')),
728
('nested_enum',
EnumField
(1, 'NestedEnum', 'RHO')),
732
('nested_enum',
EnumField
(1, 'NestedEnum', 'PI')),
737
('nested_enum',
EnumField
(1, 'NestedEnum', 'XI'))
[
all
...]
/system/tools/aidl/
ast_cpp.h
88
struct
EnumField
{
89
EnumField
(const std::string& k, const std::string& v);
96
std::vector<
EnumField
> fields_;
ast_cpp.cpp
75
Enum::
EnumField
::
EnumField
(const string& k, const string& v)
/external/libmojo/mojo/public/tools/bindings/generators/
mojom_java_generator.py
132
mojom.
EnumField
)):
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
data.py
361
field = mojom.
EnumField
()
380
Given a reference to a list of mojom.
EnumField
, resolves and assigns their
381
values to
EnumField
.numeric_value.
module.py
596
class
EnumField
(object):
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs
166
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.TestCamelCaseFieldNames), global::Google.Protobuf.TestProtos.TestCamelCaseFieldNames.Parser, new[]{ "PrimitiveField", "StringField", "
EnumField
", "MessageField", "RepeatedPrimitiveField", "RepeatedStringField", "RepeatedEnumField", "RepeatedMessageField" }, null, null, null),
[
all
...]
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
Completed in 2143 milliseconds