Searched refs:type_match (Results 1 – 6 of 6) sorted by relevance
123 type_match = (True if media_type is None125 return direction_match and type_match
99 type_match = type == target_type or type == "*" or target_type == "*"103 if type_match and subtype_match:
140 bool type_match = (match_precision ? in intrastage_match() local147 if (!type_match && (b->type->is_array() || a->type->is_array()) && in intrastage_match()
2162 bool type_match = true; in store_locations() local2166 type_match = false; in store_locations()2170 if (type_match) { in store_locations()
278 PersistentMemoryAllocator::Iterator::GetNextOfType(uint32_t type_match) { in GetNextOfType() argument282 if (type_found == type_match) in GetNextOfType()
173 Reference GetNextOfType(uint32_t type_match);