Home
last modified time | relevance | path

Searched refs:DefaultFixed32 (Results 1 – 10 of 10) sorted by relevance

/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/
Dfields.pb.go142DefaultFixed32 *uint32 `protobuf:"fixed32,310,opt,name=default_f… member
695 if x != nil && x.DefaultFixed32 != nil {
696 return *x.DefaultFixed32
/external/golang-protobuf/internal/testprotos/conformance/
Dtest_messages_proto2.pb.go355DefaultFixed32 *uint32 `protobuf:"fixed32,247,opt,name=default_fixed32,json=defaultFixed32,def=2… member
1191 if x != nil && x.DefaultFixed32 != nil {
1192 return *x.DefaultFixed32
/external/protobuf/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.Proto2.cs73 Assert.AreEqual(47, message.DefaultFixed32); in DefaultProto2Values()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.Proto2.cs73 Assert.AreEqual(47, message.DefaultFixed32); in DefaultProto2Values()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DTestMessagesProto2.cs2193 public uint DefaultFixed32 { property in ProtobufTestMessages.Proto2.TestAllTypesProto2
3066 if (DefaultFixed32 != other.DefaultFixed32) return false; in Equals()
3210 if (HasDefaultFixed32) hash ^= DefaultFixed32.GetHashCode(); in GetHashCode()
3482 output.WriteFixed32(DefaultFixed32); in WriteTo()
3824 output.WriteFixed32(DefaultFixed32); in IBufferMessage.InternalWriteTo()
4389 DefaultFixed32 = other.DefaultFixed32; in MergeFrom()
5006 DefaultFixed32 = input.ReadFixed32(); in MergeFrom()
5616 DefaultFixed32 = input.ReadFixed32(); in IBufferMessage.InternalMergeFrom()
DUnittest.cs2332 public uint DefaultFixed32 { property in Google.Protobuf.TestProtos.Proto2.TestAllTypes
2884 if (DefaultFixed32 != other.DefaultFixed32) return false; in Equals()
2967 if (HasDefaultFixed32) hash ^= DefaultFixed32.GetHashCode(); in GetHashCode()
3160 output.WriteFixed32(DefaultFixed32); in WriteTo()
3396 output.WriteFixed32(DefaultFixed32); in IBufferMessage.InternalWriteTo()
3803 DefaultFixed32 = other.DefaultFixed32; in MergeFrom()
4140 DefaultFixed32 = input.ReadFixed32(); in MergeFrom()
4494 DefaultFixed32 = input.ReadFixed32(); in IBufferMessage.InternalMergeFrom()
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DTestMessagesProto2.cs2193 public uint DefaultFixed32 { property in ProtobufTestMessages.Proto2.TestAllTypesProto2
3066 if (DefaultFixed32 != other.DefaultFixed32) return false; in Equals()
3210 if (HasDefaultFixed32) hash ^= DefaultFixed32.GetHashCode(); in GetHashCode()
3482 output.WriteFixed32(DefaultFixed32); in WriteTo()
3824 output.WriteFixed32(DefaultFixed32); in IBufferMessage.InternalWriteTo()
4389 DefaultFixed32 = other.DefaultFixed32; in MergeFrom()
5006 DefaultFixed32 = input.ReadFixed32(); in MergeFrom()
5616 DefaultFixed32 = input.ReadFixed32(); in IBufferMessage.InternalMergeFrom()
DUnittest.cs2332 public uint DefaultFixed32 { property in Google.Protobuf.TestProtos.Proto2.TestAllTypes
2884 if (DefaultFixed32 != other.DefaultFixed32) return false; in Equals()
2967 if (HasDefaultFixed32) hash ^= DefaultFixed32.GetHashCode(); in GetHashCode()
3160 output.WriteFixed32(DefaultFixed32); in WriteTo()
3396 output.WriteFixed32(DefaultFixed32); in IBufferMessage.InternalWriteTo()
3803 DefaultFixed32 = other.DefaultFixed32; in MergeFrom()
4140 DefaultFixed32 = input.ReadFixed32(); in MergeFrom()
4494 DefaultFixed32 = input.ReadFixed32(); in IBufferMessage.InternalMergeFrom()
/external/golang-protobuf/internal/testprotos/test/
Dtest.pb.go321DefaultFixed32 *uint32 `protobuf:"fixed32,87,opt,name=default_fixed32,json=de… member
880 if x != nil && x.DefaultFixed32 != nil {
881 return *x.DefaultFixed32
/external/golang-protobuf/proto/
Dequal_test.go349 y: &testpb.TestAllTypes{DefaultFixed32: proto.Uint32(87)},