Searched refs:test_proto (Results 1 – 4 of 4) sorted by relevance
54 proto_library("test_proto") {56 "test_proto.proto",106 ":test_proto",
58 'sources': [ 'test_proto.proto' ],
2665 FileDescriptorProto test_proto; in TEST_P() local2675 &test_proto)); in TEST_P()2677 const FileDescriptor* file = BuildFile(test_proto); in TEST_P()
1113 def test_proto(self): member in AbstractPickleTests