Home
last modified time | relevance | path

Searched defs:BytesField (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs408 public pb::ByteString BytesField { property in Google.Protobuf.TestProtos.TestWellKnownTypes
1086 public pbc::RepeatedField<pb::ByteString> BytesField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
1566 public pb::ByteString BytesField { property in Google.Protobuf.TestProtos.OneofWellKnownTypes
1595 BytesField = 18, enumerator
2193 public pbc::MapField<int, pb::ByteString> BytesField { property in Google.Protobuf.TestProtos.MapWellKnownTypes
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto145 repeated bytes BytesField = 24; // NO_PROTO3 field
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py1506 class BytesField(Field): class
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2395BytesField []byte `protobuf:"bytes,2,opt,name=bytes_field,json=bytesField" json:"bytes… member