Searched refs:message_path (Results 1 – 2 of 2) sorted by relevance
148 std::vector<int> message_path; in TEST_F() local149 message_path.push_back(FileDescriptorProto::kMessageTypeFieldNumber); in TEST_F()150 message_path.push_back(0); in TEST_F()152 atu::FindAnnotationOnPath(info, "test.proto", message_path); in TEST_F()
98 DescriptorVector message_path; in GetModuleAndMessagePath() local100 message_path.push_back(path_elem_type); in GetModuleAndMessagePath()117 for (DescriptorVector::reverse_iterator path_iter = message_path.rbegin(); in GetModuleAndMessagePath()118 path_iter != message_path.rend(); ++path_iter) { in GetModuleAndMessagePath()