Searched refs:message_path (Results 1 – 1 of 1) sorted by relevance
229 vector<int> message_path; in TEST_F() local230 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()