Searched refs:test_proto (Results 1 – 14 of 14) sorted by relevance
/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/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/golang-protobuf/ |
D | Android.bp | 141 pkgPath: "github.com/golang/protobuf/proto/test_proto", 143 srcs: ["proto/test_proto/test.pb.go"],
|
/external/tensorflow/tensorflow/tools/proto_text/ |
D | BUILD | 73 name = "test_proto",
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | BUILD | 112 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 | 2665 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/ |
D | pickletester.py | 1156 def test_proto(self): member in AbstractPickleTests
|
/external/python/cpython3/Lib/test/ |
D | pickletester.py | 1605 def test_proto(self): member in AbstractPickleTests
|