Searched defs:BytesField (Results 1 – 5 of 5) sorted by relevance
442 public pb::ByteString BytesField { property in Google.Protobuf.TestProtos.TestWellKnownTypes1165 public pbc::RepeatedField<pb::ByteString> BytesField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes1688 public pb::ByteString BytesField { property in Google.Protobuf.TestProtos.OneofWellKnownTypes1717 BytesField = 18, enumerator2387 public pbc::MapField<int, pb::ByteString> BytesField { property in Google.Protobuf.TestProtos.MapWellKnownTypes
212 TEST(ProtozeroToTextTest, BytesField) { in TEST() argument
144 repeated bytes BytesField = 24; // NO_PROTO3 field
1500 class BytesField(Field): class
2395 …BytesField []byte `protobuf:"bytes,2,opt,name=bytes_field,json=bytesField" json:"bytes… member