Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestWellKnownTypes.cs470 public pb::ByteString BytesField { property in Google.Protobuf.TestProtos.TestWellKnownTypes
1463 public pbc::RepeatedField<pb::ByteString> BytesField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
2145 public pb::ByteString BytesField { property in Google.Protobuf.TestProtos.OneofWellKnownTypes
2174 BytesField = 18, enumerator
3095 public pbc::MapField<int, pb::ByteString> BytesField { property in Google.Protobuf.TestProtos.MapWellKnownTypes
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestWellKnownTypes.cs470 public pb::ByteString BytesField { property in Google.Protobuf.TestProtos.TestWellKnownTypes
1463 public pbc::RepeatedField<pb::ByteString> BytesField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
2145 public pb::ByteString BytesField { property in Google.Protobuf.TestProtos.OneofWellKnownTypes
2174 BytesField = 18, enumerator
3095 public pbc::MapField<int, pb::ByteString> BytesField { property in Google.Protobuf.TestProtos.MapWellKnownTypes
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestWellKnownTypes.cs470 public pb::ByteString BytesField { property in Google.Protobuf.TestProtos.TestWellKnownTypes
1463 public pbc::RepeatedField<pb::ByteString> BytesField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
2145 public pb::ByteString BytesField { property in Google.Protobuf.TestProtos.OneofWellKnownTypes
2174 BytesField = 18, enumerator
3095 public pbc::MapField<int, pb::ByteString> BytesField { property in Google.Protobuf.TestProtos.MapWellKnownTypes
/external/cronet/tot/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto200 repeated bytes BytesField = 24; // NO_PROTO3 field
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto200 repeated bytes BytesField = 24; // NO_PROTO3 field
/external/cronet/stable/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto200 repeated bytes BytesField = 24; // NO_PROTO3 field
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py1502 class BytesField(Field): class