Home
last modified time | relevance | path

Searched refs:test_proto (Results 1 – 18 of 18) sorted by relevance

/external/golang-protobuf/proto/
Dany_test.go169 [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"
Dtext_parser_test.go506 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"`),
Dtext_test.go156 [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/
DBUILD37 name = "test_proto",
45 deps = [":test_proto"],
/external/linux-kselftest/tools/testing/selftests/net/
Dreuseport_addr_any.c240 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/
Dproto3.pb.go9 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…
Dproto3.proto35 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/
DBUILD60 "//src/proto/grpc/testing:test_proto",
79 "//src/proto/grpc/testing:test_proto",
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
DBUILD39 name = "test_proto",
47 deps = [":test_proto"],
/external/tensorflow/tensorflow/tools/proto_text/
DBUILD71 name = "test_proto",
/external/grpc-grpc/src/proto/grpc/testing/
DBUILD112 name = "test_proto",
/external/golang-protobuf/
DAndroid.bp166 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/
DBUILD178 name = "test_proto",
/external/golang-protobuf/proto/test_proto/
Dtest.proto36 option go_package = "github.com/golang/protobuf/proto/test_proto";
38 package test_proto; package
Dtest.pb.go4 package test_proto package
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc2940 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/
Dpickletester.py1156 def test_proto(self): member in AbstractPickleTests
/external/python/cpython3/Lib/test/
Dpickletester.py1819 def test_proto(self): member in AbstractPickleTests