Searched refs:all_annotations (Results 1 – 6 of 6) sorted by relevance
117 std::vector<std::string> all_annotations; in Generate() local150 all_annotations.push_back(info_full_path); in Generate()167 &all_annotations); in Generate()200 for (int i = 0; i < all_annotations.size(); i++) { in Generate()202 all_annotations[i]); in Generate()
91 std::vector<std::string> all_annotations; in Generate() local110 all_annotations.push_back(info_full_path); in Generate()123 &all_annotations); in Generate()147 for (auto& all_annotation : all_annotations) { in Generate()
387 def annotation_filter(all_annotations): argument390 return any_annotation_matches(annotations, all_annotations)392 def excluded_annotation_filter(all_annotations): argument396 all_annotations)398 def any_annotation_matches(filter_annotations, all_annotations): argument400 ak in all_annotations401 and annotation_value_matches(av, all_annotations[ak])
388 def annotation_filter(all_annotations): argument391 return any_annotation_matches(annotations, all_annotations)393 def excluded_annotation_filter(all_annotations): argument397 all_annotations)399 def any_annotation_matches(filter_annotations, all_annotations): argument401 ak in all_annotations402 and annotation_value_matches(av, all_annotations[ak])