Searched refs:matching_type (Results 1 – 8 of 8) sorted by relevance
227 FormatCategoryItems *matching_type) { in AnyMatches() argument240 if (matching_type) in AnyMatches()241 *matching_type = eFormatCategoryItemValue; in AnyMatches()250 if (matching_type) in AnyMatches()251 *matching_type = eFormatCategoryItemRegexValue; in AnyMatches()260 if (matching_type) in AnyMatches()261 *matching_type = eFormatCategoryItemSummary; in AnyMatches()270 if (matching_type) in AnyMatches()271 *matching_type = eFormatCategoryItemRegexSummary; in AnyMatches()280 if (matching_type) in AnyMatches()[all …]
71 TypeCategoryImpl::FormatCategoryItems *matching_type) { in AnyMatches() argument73 matching_category, matching_type); in AnyMatches()
159 TypeCategoryImpl::FormatCategoryItems *matching_type) { in AnyMatches() argument165 matching_category, matching_type)) in AnyMatches()
135 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr) {137 matching_category, matching_type);
76 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
58 TypeCategoryImpl::FormatCategoryItems *matching_type = nullptr);
314 FormatCategoryItems *matching_type = nullptr);
2412 Type *matching_type = ResolveType(die, true, true); in FindTypes() local2413 if (!matching_type) in FindTypes()2418 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()2479 if (Type *matching_type = ResolveType(die, true, true)) { in FindTypes() local2482 types.InsertUnique(matching_type->shared_from_this()); in FindTypes()