Searched refs:FooEnum (Results 1 – 5 of 5) sorted by relevance
23 …public NamespaceA.NamespaceB.EnumInNestedNS FooEnum { get { int o = __p.__offset(6); return o != 0… property62 _o.FooEnum = this.FooEnum; in UnPackTo()81 _o.FooEnum, in Pack()93 public NamespaceA.NamespaceB.EnumInNestedNS FooEnum { get; set; } property in NamespaceA.TableInFirstNST112 this.FooEnum = NamespaceA.NamespaceB.EnumInNestedNS.A; in TableInFirstNST()
13 FooEnum NamespaceA__NamespaceB.EnumInNestedNS member25 TableInFirstNSAddFooEnum(builder, t.FooEnum)37 t.FooEnum = rcv.FooEnum()92 func (rcv *TableInFirstNS) FooEnum() NamespaceA__NamespaceB.EnumInNestedNS { func
38 def FooEnum(self): member in TableInFirstNS132 self.fooEnum = tableInFirstNS.FooEnum()
36 function TableInFirstNS_mt:FooEnum() function
20285 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.TestOneof220450 fooCase_ = FooOneofCase.FooEnum;20456 get { return fooCase_ == FooOneofCase.FooEnum; }20705 FooEnum = 6, enumerator20763 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 …]