Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestWellKnownTypes.cs442 public pb::ByteString BytesField { property in Google.Protobuf.TestProtos.TestWellKnownTypes
1165 public pbc::RepeatedField<pb::ByteString> BytesField { property in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
1688 public pb::ByteString BytesField { property in Google.Protobuf.TestProtos.OneofWellKnownTypes
1717 BytesField = 18, enumerator
2387 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.proto144 repeated bytes BytesField = 24; // NO_PROTO3 field
/external/python/apitools/apitools/base/protorpclite/
Dmessages.py1500 class BytesField(Field): class