Home
last modified time | relevance | path

Searched refs:test_proto (Results 1 – 14 of 14) 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/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/golang-protobuf/
DAndroid.bp141 pkgPath: "github.com/golang/protobuf/proto/test_proto",
143 srcs: ["proto/test_proto/test.pb.go"],
/external/tensorflow/tensorflow/tools/proto_text/
DBUILD73 name = "test_proto",
/external/grpc-grpc/src/proto/grpc/testing/
DBUILD112 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.cc2665 FileDescriptorProto test_proto; in TEST_P() local
2675 &test_proto)); in TEST_P()
2677 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.py1605 def test_proto(self): member in AbstractPickleTests