Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.cs23 …public NamespaceA.NamespaceB.EnumInNestedNS FooEnum { get { int o = __p.__offset(6); return o != 0… property
62 _o.FooEnum = this.FooEnum; in UnPackTo()
81 _o.FooEnum, in Pack()
93 public NamespaceA.NamespaceB.EnumInNestedNS FooEnum { get; set; } property in NamespaceA.TableInFirstNST
112 this.FooEnum = NamespaceA.NamespaceB.EnumInNestedNS.A; in TableInFirstNST()
DTableInFirstNS.go13 FooEnum NamespaceA__NamespaceB.EnumInNestedNS member
25 TableInFirstNSAddFooEnum(builder, t.FooEnum)
37 t.FooEnum = rcv.FooEnum()
92 func (rcv *TableInFirstNS) FooEnum() NamespaceA__NamespaceB.EnumInNestedNS { func
DTableInFirstNS.py38 def FooEnum(self): member in TableInFirstNS
132 self.fooEnum = tableInFirstNS.FooEnum()
DTableInFirstNS.lua36 function TableInFirstNS_mt:FooEnum() function
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittest.cs20285 case FooOneofCase.FooEnum: in TestOneof2()
20286 FooEnum = other.FooEnum; in TestOneof2()
20446 public global::Google.Protobuf.TestProtos.Proto2.TestOneof2.Types.NestedEnum FooEnum { property in Google.Protobuf.TestProtos.Proto2.TestOneof2
20450 fooCase_ = FooOneofCase.FooEnum;
20456 get { return fooCase_ == FooOneofCase.FooEnum; }
20705 FooEnum = 6, enumerator
20763 if (FooEnum != other.FooEnum) return false; in Equals()
20788 if (HasFooEnum) hash ^= FooEnum.GetHashCode(); in GetHashCode()
20840 output.WriteEnum((int) FooEnum); in WriteTo()
20918 output.WriteEnum((int) FooEnum); in IBufferMessage.InternalWriteTo()
[all …]