Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dmetadata_test.cc229 vector<int> message_path; in TEST_F() local
230 message_path.push_back(FileDescriptorProto::kMessageTypeFieldNumber); in TEST_F()
231 message_path.push_back(0); in TEST_F()
233 FindAnnotationOnPath(info, "test.proto", message_path); in TEST_F()