Home
last modified time | relevance | path

Searched defs:BytesField (Results 1 – 5 of 5) 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/perfetto/src/trace_processor/util/
Dprotozero_to_text_unittests.cc212 TEST(ProtozeroToTextTest, BytesField) { in TEST() argument
/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
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2395BytesField []byte `protobuf:"bytes,2,opt,name=bytes_field,json=bytesField" json:"bytes… member