Home
last modified time | relevance | path

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

/external/libchrome/dbus/
DBUILD.gn51 proto_library("test_proto") {
53 "test_proto.proto",
103 ":test_proto",
Ddbus.gyp58 'sources': [ 'test_proto.proto' ],
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc2334 FileDescriptorProto test_proto; in TEST_P() local
2344 &test_proto)); in TEST_P()
2346 const FileDescriptor* file = BuildFile(test_proto); in TEST_P()