Searched refs:message_path (Results 1 – 3 of 3) sorted by relevance
82 DescriptorVector message_path; in GetModuleAndMessagePath() local84 message_path.push_back(path_elem_type); in GetModuleAndMessagePath()101 for (DescriptorVector::reverse_iterator path_iter = message_path.rbegin(); in GetModuleAndMessagePath()102 path_iter != message_path.rend(); ++path_iter) { in GetModuleAndMessagePath()
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()