/external/golang-protobuf/proto/ |
D | noenforceutf8_test.go | 52 RepeatedString: []string{string("foo"), string("abc\xff")}, 88 RepeatedString []string `protobuf:"bytes,3,rep,name=repeated_string"` member
|
D | merge_test.go | 782 {RepeatedString: []string{"goodbye"}}, 813 RepeatedString: []string{"goodbye"}, 830 RepeatedString: []string{"goodbye", "goodbye"},
|
D | equal_test.go | 452 x: &testpb.TestAllTypes{RepeatedString: []string{"a", "b"}}, 453 y: &testpb.TestAllTypes{RepeatedString: []string{"a", "c"}},
|
/external/golang-protobuf/internal/testprotos/nullable/ |
D | nullable.go | 34 …RepeatedString []string `protobuf:"bytes,207,rep,name=repeated_st… member 141 …RepeatedString []string `protobuf:"bytes,207,rep,name=repeated_st… member
|
/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 92 RepeatedString = { "foo", "bar" }, in CreateFullTestAllTypes()
|
D | GeneratedMessageTest.cs | 104 Assert.AreEqual(0, message.RepeatedString.Count); in DefaultValues() 195 RepeatedString = { "foo", "bar" }, in RoundTrip_RepeatedValues() 487 RepeatedString = { "foo", "bar" }, in CloneRepeatedNonMessageValues()
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 92 RepeatedString = { "foo", "bar" }, in CreateFullTestAllTypes()
|
D | GeneratedMessageTest.cs | 104 Assert.AreEqual(0, message.RepeatedString.Count); in DefaultValues() 195 RepeatedString = { "foo", "bar" }, in RoundTrip_RepeatedValues() 487 RepeatedString = { "foo", "bar" }, in CloneRepeatedNonMessageValues()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 95 RepeatedString = { "foo", "bar" }, in CreateFullTestAllTypes() 147 RepeatedString = { "foo", "bar" }, in CreateFullTestAllTypesProto2()
|
D | GeneratedMessageTest.cs | 105 Assert.AreEqual(0, message.RepeatedString.Count); in DefaultValues() 198 RepeatedString = { "foo", "bar" }, in RoundTrip_RepeatedValues() 533 RepeatedString = { "foo", "bar" }, in CloneRepeatedNonMessageValues()
|
D | JsonParserTest.cs | 1101 message.RepeatedString.Add("1"); in ParseAllNullValues() 1140 Assert.AreEqual(0, message.RepeatedString.Count); in ParseAllNullValues()
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | SampleMessages.cs | 95 RepeatedString = { "foo", "bar" }, in CreateFullTestAllTypes() 147 RepeatedString = { "foo", "bar" }, in CreateFullTestAllTypesProto2()
|
D | GeneratedMessageTest.cs | 105 Assert.AreEqual(0, message.RepeatedString.Count); in DefaultValues() 198 RepeatedString = { "foo", "bar" }, in RoundTrip_RepeatedValues() 533 RepeatedString = { "foo", "bar" }, in CloneRepeatedNonMessageValues()
|
D | JsonParserTest.cs | 1101 message.RepeatedString.Add("1"); in ParseAllNullValues() 1140 Assert.AreEqual(0, message.RepeatedString.Count); in ParseAllNullValues()
|
/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto3/ |
D | fields.pb.go | 96 …RepeatedString []string `protobuf:"bytes,215,rep,name=repeated_strin… member 355 return x.RepeatedString
|
/external/golang-protobuf/internal/cmd/generate-corpus/ |
D | main.go | 67 RepeatedString: []string{"foo", "bar"},
|
/external/golang-protobuf/internal/testprotos/fieldtrack/ |
D | fieldtrack.pb.go | 56 …RepeatedString []string `protobuf:"bytes,34,rep,name=rep… member 387 return x.RepeatedString
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_tctable_lite.cc | 1201 PROTOBUF_ALWAYS_INLINE const char* TcParser::RepeatedString( in RepeatedString() function in google::protobuf::internal::TcParser 1235 PROTOBUF_MUSTTAIL return RepeatedString<uint8_t, kNoUtf8>( in FastBR1() 1239 PROTOBUF_MUSTTAIL return RepeatedString<uint16_t, kNoUtf8>( in FastBR2() 1243 PROTOBUF_MUSTTAIL return RepeatedString<uint8_t, kUtf8ValidateOnly>( in FastSR1() 1247 PROTOBUF_MUSTTAIL return RepeatedString<uint16_t, kUtf8ValidateOnly>( in FastSR2() 1251 PROTOBUF_MUSTTAIL return RepeatedString<uint8_t, kUtf8>( in FastUR1() 1255 PROTOBUF_MUSTTAIL return RepeatedString<uint16_t, kUtf8>( in FastUR2()
|
D | generated_message_tctable_impl.h | 508 static inline const char* RepeatedString(PROTOBUF_TC_PARAM_DECL);
|
/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | generated_message_tctable_lite.cc | 1202 PROTOBUF_ALWAYS_INLINE const char* TcParser::RepeatedString( in RepeatedString() function in google::protobuf::internal::TcParser 1236 PROTOBUF_MUSTTAIL return RepeatedString<uint8_t, kNoUtf8>( in FastBR1() 1240 PROTOBUF_MUSTTAIL return RepeatedString<uint16_t, kNoUtf8>( in FastBR2() 1244 PROTOBUF_MUSTTAIL return RepeatedString<uint8_t, kUtf8ValidateOnly>( in FastSR1() 1248 PROTOBUF_MUSTTAIL return RepeatedString<uint16_t, kUtf8ValidateOnly>( in FastSR2() 1252 PROTOBUF_MUSTTAIL return RepeatedString<uint8_t, kUtf8>( in FastUR1() 1256 PROTOBUF_MUSTTAIL return RepeatedString<uint16_t, kUtf8>( in FastUR2()
|
D | generated_message_tctable_impl.h | 497 static inline const char* RepeatedString(PROTOBUF_TC_PARAM_DECL);
|
/external/golang-protobuf/testing/protocmp/ |
D | reflect_test.go | 42 RepeatedString: []string{"hello", "goodbye"},
|
D | xform_test.go | 65 RepeatedString: []string{"s1", "s2"},
|
/external/golang-protobuf/internal/testprotos/legacy/proto3_20190205_c823c79e/ |
D | test.pb.go | 174 …RepeatedString []string `protobuf:"bytes,213,rep,name=repeated_string,json=… member 490 return m.RepeatedString
|
/external/golang-protobuf/internal/testprotos/test3/ |
D | test.pb.go | 181 …RepeatedString []string `protobuf:"bytes,44,rep,name=repeate… member 639 return x.RepeatedString
|