Home
last modified time | relevance | path

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

/external/libchrome/dbus/
DBUILD.gn54 proto_library("test_proto") {
56 "test_proto.proto",
106 ":test_proto",
Ddbus.gyp58 'sources': [ 'test_proto.proto' ],
/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.py1113 def test_proto(self): member in AbstractPickleTests