Searched refs:FooEnum (Results 1 – 7 of 7) sorted by relevance
52 enum FooEnum { enum in ManualWritePerfWithAllTypes.AllTypes75 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()
23 …public NamespaceA.NamespaceB.EnumInNestedNS FooEnum { get { int o = __p.__offset(6); return o != 0… property42 _o.FooEnum = this.FooEnum; in UnPackTo()50 AddFooEnum(builder, _o.FooEnum); in Pack()61 public NamespaceA.NamespaceB.EnumInNestedNS FooEnum { get; set; } property in NamespaceA.TableInFirstNST67 this.FooEnum = NamespaceA.NamespaceB.EnumInNestedNS.A; in TableInFirstNST()
13 FooEnum NamespaceA__NamespaceB.EnumInNestedNS member22 TableInFirstNSAddFooEnum(builder, t.FooEnum)30 t.FooEnum = rcv.FooEnum()74 func (rcv *TableInFirstNS) FooEnum() NamespaceA__NamespaceB.EnumInNestedNS { func
34 def FooEnum(self): member in TableInFirstNS87 self.fooEnum = tableInFirstNS.FooEnum()
33 function TableInFirstNS_mt:FooEnum() function
11 import com.fasterxml.jackson.failing.TestObjectIdDeserialization.EnumMapCompany.FooEnum;31 public EnumMap<FooEnum,Employee> employees;33 static enum FooEnum { enum in TestObjectIdDeserialization.EnumMapCompany97 Employee firstEmployee = company.employees.get(FooEnum.A); in testForwardReferenceInEnumMap()98 Employee secondEmployee = company.employees.get(FooEnum.B); in testForwardReferenceInEnumMap()
1449 …FooEnum` | Value of any type that has an appropriate `EnumTraits` specializatio…