Home
last modified time | relevance | path

Searched refs:FooEnum (Results 1 – 7 of 7) sorted by relevance

/external/jackson-databind/src/test/java/perf/
DManualWritePerfWithAllTypes.java52 enum FooEnum { enum in ManualWritePerfWithAllTypes.AllTypes
75 public FooEnum foo;
76 public FooEnum bar;
91 small.bar = FooEnum.BAR; in _small()
92 small.foo = FooEnum.FOO; in _small()
120 item.bar = FooEnum.BAR; in bigObject()
121 item.foo = FooEnum.FOO; in bigObject()
/external/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.cs23 …public NamespaceA.NamespaceB.EnumInNestedNS FooEnum { get { int o = __p.__offset(6); return o != 0… property
42 _o.FooEnum = this.FooEnum; in UnPackTo()
50 AddFooEnum(builder, _o.FooEnum); in Pack()
61 public NamespaceA.NamespaceB.EnumInNestedNS FooEnum { get; set; } property in NamespaceA.TableInFirstNST
67 this.FooEnum = NamespaceA.NamespaceB.EnumInNestedNS.A; in TableInFirstNST()
DTableInFirstNS.go13 FooEnum NamespaceA__NamespaceB.EnumInNestedNS member
22 TableInFirstNSAddFooEnum(builder, t.FooEnum)
30 t.FooEnum = rcv.FooEnum()
74 func (rcv *TableInFirstNS) FooEnum() NamespaceA__NamespaceB.EnumInNestedNS { func
DTableInFirstNS.py34 def FooEnum(self): member in TableInFirstNS
87 self.fooEnum = tableInFirstNS.FooEnum()
DTableInFirstNS.lua33 function TableInFirstNS_mt:FooEnum() function
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DTestObjectIdDeserialization.java11 import com.fasterxml.jackson.failing.TestObjectIdDeserialization.EnumMapCompany.FooEnum;
31 public EnumMap<FooEnum,Employee> employees;
33 static enum FooEnum { enum in TestObjectIdDeserialization.EnumMapCompany
97 Employee firstEmployee = company.employees.get(FooEnum.A); in testForwardReferenceInEnumMap()
98 Employee secondEmployee = company.employees.get(FooEnum.B); in testForwardReferenceInEnumMap()
/external/libchrome/mojo/public/cpp/bindings/
DREADME.md1449FooEnum` | Value of any type that has an appropriate `EnumTraits` specializatio…