Searched refs:E_RepeatedString (Results 1 – 6 of 6) sorted by relevance
/external/golang-protobuf/proto/ |
D | extension_test.go | 41 ext: testpb.E_RepeatedString, 147 {testpb.E_RepeatedString, nil, false}, 148 {testpb.E_RepeatedString, []string(nil), true}, 149 {testpb.E_RepeatedString, []string{}, true}, 150 {testpb.E_RepeatedString, []string{""}, true}, 151 {testpb.E_RepeatedString, []*string{}, false},
|
/external/golang-protobuf/internal/impl/ |
D | extension_test.go | 102 xt: testpb.E_RepeatedString,
|
/external/golang-protobuf/testing/protocmp/ |
D | reflect_test.go | 116 proto.SetExtension(m, testpb.E_RepeatedString, []string{"hello", "goodbye"})
|
D | xform_test.go | 172 proto.SetExtension(m, testpb.E_RepeatedString, []string{"s1", "s2"})
|
/external/golang-protobuf/internal/msgfmt/ |
D | format_test.go | 123 proto.SetExtension(m, testpb.E_RepeatedString, []string{"s1", "s2"})
|
/external/golang-protobuf/internal/testprotos/test/ |
D | test.pb.go | 3480 E_RepeatedString = &file_internal_testprotos_test_test_proto_extTypes[31] var
|