Searched refs:type_annotations (Results 1 – 2 of 2) sorted by relevance
164 const std::unordered_map<string, string>& type_annotations);168 const std::unordered_map<string, string>& type_annotations);183 const std::unordered_map<string, string>& type_annotations);186 const std::unordered_map<string, string>& type_annotations);353 std::unordered_map<string, string> type_annotations; in Code() local356 type_annotations = GetTypeAnnotations(); in Code()365 if (type_annotations.find(param.GetName()) != type_annotations.end()) { in Code()367 type_annotations.at(param.GetName())); in Code()380 if (type_annotations.find(param_and_default.first.GetName()) != in Code()381 type_annotations.end()) { in Code()[all …]
61 const std::unordered_map<string, string>& type_annotations);