/external/golang-protobuf/proto/ |
D | any_test.go | 169 [type.googleapis.com/test_proto.MyMessage]: < 172 [test_proto.Ext.more]: < 175 [test_proto.Ext.text]: "bar" 179 [type.googleapis.com/test_proto.MyMessage]: < 183 [test_proto.Ext.more]: < 189 [type.googleapis.com/test_proto.MyMessage]: < 192 [test_proto.Ext.more]: < 195 [test_proto.Ext.text]: "bar"
|
D | text_parser_test.go | 506 buildExtStructTest(`count: 42 [test_proto.Ext.more]:<data:"Hello, world!" >`), 507 buildExtStructTest(`count: 42 [test_proto.Ext.more] {data:"Hello, world!"}`), 508 buildExtDataTest(`count: 42 [test_proto.Ext.text]:"Hello, world!" [test_proto.Ext.number]:1729`), 509 buildExtRepStringTest(`count: 42 [test_proto.greeting]:"bula" [test_proto.greeting]:"hola"`),
|
D | text_test.go | 156 [test_proto.Ext.more]: < 159 [test_proto.greeting]: "adg" 160 [test_proto.greeting]: "easy" 161 [test_proto.greeting]: "cow"
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/bindings/lua/ |
D | BUILD | 37 name = "test_proto", 45 deps = [":test_proto"],
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | reuseport_addr_any.c | 240 static void test_proto(int proto, const char *proto_str) in test_proto() function 268 test_proto(SOCK_DGRAM, "UDP"); in main() 269 test_proto(SOCK_STREAM, "TCP"); in main() 270 test_proto(SOCK_DCCP, "DCCP"); in main()
|
/external/golang-protobuf/proto/proto3_proto/ |
D | proto3.pb.go | 9 test_proto "github.com/golang/protobuf/proto/test_proto" packageName 69 …Proto2Field *test_proto.SubDefaults `protobuf:"bytes,11,opt,name=proto2_field,… 70 …Proto2Value map[string]*test_proto.SubDefaults `protobuf:"bytes,13,rep,name=proto2_value,… 190 func (m *Message) GetProto2Field() *test_proto.SubDefaults { 197 func (m *Message) GetProto2Value() map[string]*test_proto.SubDefaults { 503 …proto.RegisterMapType((map[string]*test_proto.SubDefaults)(nil), "proto3_proto.Message.Proto2Value…
|
D | proto3.proto | 35 import "test_proto/test.proto"; 61 test_proto.SubDefaults proto2_field = 11; 62 map<string, test_proto.SubDefaults> proto2_value = 13;
|
/external/grpc-grpc/test/cpp/interop/ |
D | BUILD | 60 "//src/proto/grpc/testing:test_proto", 79 "//src/proto/grpc/testing:test_proto",
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/ |
D | BUILD | 39 name = "test_proto", 47 deps = [":test_proto"],
|
/external/tensorflow/tensorflow/tools/proto_text/ |
D | BUILD | 71 name = "test_proto",
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | BUILD | 112 name = "test_proto",
|
/external/golang-protobuf/ |
D | Android.bp | 166 pkgPath: "github.com/golang/protobuf/proto/test_proto", 168 srcs: ["proto/test_proto/test.pb.go"],
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | BUILD | 178 name = "test_proto",
|
/external/golang-protobuf/proto/test_proto/ |
D | test.proto | 36 option go_package = "github.com/golang/protobuf/proto/test_proto"; 38 package test_proto; package
|
D | test.pb.go | 4 package test_proto package
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 2940 FileDescriptorProto test_proto; in TEST_P() local 2950 &test_proto)); in TEST_P() 2952 const FileDescriptor* file = BuildFile(test_proto); in TEST_P()
|
/external/python/cpython2/Lib/test/ |
D | pickletester.py | 1156 def test_proto(self): member in AbstractPickleTests
|
/external/python/cpython3/Lib/test/ |
D | pickletester.py | 1819 def test_proto(self): member in AbstractPickleTests
|