HomeSort by relevance Sort by last modified time
    Searched defs:EnumValue (Results 1 - 25 of 28) sorted by null

1 2

  /system/tools/hidl/
EnumType.h 28 struct EnumValue;
35 const std::vector<EnumValue *> &values() const;
36 void addValue(EnumValue *value);
114 std::vector<EnumValue *> mValues;
121 struct EnumValue : public LocalIdentifier {
122 EnumValue(const char *name, ConstantExpression *value = nullptr);
129 void autofill(const EnumValue *prev, const ScalarType *type);
140 DISALLOW_COPY_AND_ASSIGN(EnumValue);
EnumType.cpp 39 const std::vector<EnumValue *> &EnumType::values() const {
43 void EnumType::addValue(EnumValue *value) {
46 EnumValue *prev = nullptr;
111 for(EnumValue *v : type->values()) {
305 for (EnumValue *value : values()) {
334 for (EnumValue *value : values()) {
395 for (EnumValue *value : values()) {
413 for (EnumValue *value : values()) {
659 EnumValue::EnumValue(const char *name, ConstantExpression *value
    [all...]
  /external/clang/docs/tools/
dump_format_style.py 79 class EnumValue:
172 enum.values.append(EnumValue(line.replace(',', ''), comment))
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
ast.py 152 class EnumValue(Definition):
160 super(EnumValue, self).__init__(name, **kwargs)
165 return super(EnumValue, self).__eq__(other) and \
174 _list_item_type = EnumValue
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type.go 200 Val []*EnumValue
203 // An EnumValue represents a single enumeration value.
204 type EnumValue struct {
600 t.Val = make([]*EnumValue, 0, 8)
603 f := new(EnumValue)
608 val := make([]*EnumValue, n, n*2)
  /prebuilts/go/linux-x86/src/debug/dwarf/
type.go 200 Val []*EnumValue
203 // An EnumValue represents a single enumeration value.
204 type EnumValue struct {
600 t.Val = make([]*EnumValue, 0, 8)
603 f := new(EnumValue)
608 val := make([]*EnumValue, n, n*2)
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.h 37 unsigned EnumValue;
69 // Order CodeGenRegister pointers by EnumValue.
74 return A->EnumValue < B->EnumValue;
92 // Bit mask of sub-classes including this, indexed by their EnumValue.
95 // first. This is the same as sorting by EnumValue.
108 unsigned EnumValue;
148 return SubClasses.test(RC->EnumValue);
162 // EnumValue.
166 // getSuperClasses - Returns a list of super classes ordered by EnumValue
    [all...]
  /external/guice/core/test/com/google/inject/
TypeConversionTest.java 48 @BindingAnnotation @interface EnumValue {}
68 @Inject @EnumValue Bar enumField;
97 bindConstant().annotatedWith(EnumValue.class).to("TEE");
130 bindConstant().annotatedWith(EnumValue.class).to("TEE");
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 249 class EnumValue(NamedValue):
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Type.cs 66 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Enum), global::Google.Protobuf.WellKnownTypes.Enum.Parser, new[]{ "Name", "Enumvalue", "Options", "SourceContext", "Syntax" }, null, null, null),
67 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.EnumValue), global::Google.Protobuf.WellKnownTypes.EnumValue.Parser, new[]{ "Name", "Number", "Options" }, null, null, null),
864 /// <summary>Field number for the "enumvalue" field.</summary>
866 private static readonly pb::FieldCodec<global::Google.Protobuf.WellKnownTypes.EnumValue> _repeated_enumvalue_codec
867 = pb::FieldCodec.ForMessage(18, global::Google.Protobuf.WellKnownTypes.EnumValue.Parser);
868 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.EnumValue> enumvalue_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.EnumValue>();
872 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.EnumValue> Enumvalue {
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestIssues.cs 57 new pbr::GeneratedClrTypeInfo(typeof(global::UnitTest.Issues.TestProtos.DeprecatedFieldsMessage), global::UnitTest.Issues.TestProtos.DeprecatedFieldsMessage.Parser, new[]{ "PrimitiveValue", "PrimitiveArray", "MessageValue", "MessageArray", "EnumValue", "EnumArray" }, null, null, null),
621 /// <summary>Field number for the "EnumValue" field.</summary>
625 public global::UnitTest.Issues.TestProtos.DeprecatedEnum EnumValue {
657 if (EnumValue != other.EnumValue) return false;
668 if (EnumValue != 0) hash ^= EnumValue.GetHashCode();
688 if (EnumValue != 0) {
690 output.WriteEnum((int) EnumValue);
705 if (EnumValue != 0)
    [all...]
  /packages/services/Car/tools/hidl_parser/
parser.py 211 class EnumValue(object):
215 class EnumValueConstant(EnumValue):
228 class EnumValueSuccessor(EnumValue):
238 class EnumValueLocalRef(EnumValue):
249 class EnumValueLShift(EnumValue):
262 class EnumValueOr(EnumValue):
275 class EnumValueExternRef(EnumValue):
  /system/media/camera/docs/
metadata_model.py 32 EnumValue: A class corresponding to a <value> element within an Enum
954 class EnumValue(Node):
1012 values: A sequence of EnumValue children.
1019 [ EnumValue(val, self, ids.get(val), val in deprecateds, val in optionals, val in hiddens, \
    [all...]
  /external/protobuf/src/google/protobuf/
type.pb.cc 120 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValue, name_),
121 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValue, number_),
122 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValue, options_),
127 EnumValue::default_instance_,
132 sizeof(EnumValue),
133 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValue, _internal_metadata_),
134 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValue, _is_default_instance_));
171 EnumValue_descriptor_, &EnumValue::default_instance());
185 delete EnumValue::default_instance_;
244 EnumValue::default_instance_ = new EnumValue()
2413 const ::google::protobuf::EnumValue& Enum::enumvalue(int index) const { function in class:google::protobuf::Enum
2431 Enum::enumvalue() const { function in class:google::protobuf::Enum
    [all...]
type.pb.h 44 class EnumValue;
600 // repeated .google.protobuf.EnumValue enumvalue = 2;
604 const ::google::protobuf::EnumValue& enumvalue(int index) const;
605 ::google::protobuf::EnumValue* mutable_enumvalue(int index);
606 ::google::protobuf::EnumValue* add_enumvalue();
607 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >*
609 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >&
610 enumvalue() const
1407 inline const ::google::protobuf::EnumValue& Enum::enumvalue(int index) const { function in class:google::protobuf::Enum
1425 Enum::enumvalue() const { function in class:google::protobuf::Enum
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 61 const unsigned EnumValue;
122 return A.EnumValue < B.EnumValue;
128 unsigned EnumValue;
259 return A.EnumValue < B.EnumValue;
263 return A.EnumValue == B.EnumValue;
270 // Bit mask of sub-classes including this, indexed by their EnumValue.
273 // first. This is the same as sorting by EnumValue
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
type.pb.h 44 class EnumValue;
600 // repeated .google.protobuf.EnumValue enumvalue = 2;
604 const ::google::protobuf::EnumValue& enumvalue(int index) const;
605 ::google::protobuf::EnumValue* mutable_enumvalue(int index);
606 ::google::protobuf::EnumValue* add_enumvalue();
607 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >*
609 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >&
610 enumvalue() const
1407 inline const ::google::protobuf::EnumValue& Enum::enumvalue(int index) const { function in class:google::protobuf::Enum
1425 Enum::enumvalue() const { function in class:google::protobuf::Enum
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 

Completed in 330 milliseconds

1 2