Home
last modified time | relevance | path

Searched refs:keep_match (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Symbol/
DTypeList.cpp257 bool keep_match = false; in RemoveMismatchedTypes() local
284 keep_match = match_type_scope == type_scope; in RemoveMismatchedTypes()
309 keep_match = true; in RemoveMismatchedTypes()
322 keep_match = type_scope.empty() && type_basename.compare(match_type_name) == 0; in RemoveMismatchedTypes()
326 if (keep_match) in RemoveMismatchedTypes()
/external/openfst/src/include/fst/
Darcfilter.h76 MultiLabelArcFilter(bool match_input = true, bool keep_match = true)
78 keep_match_(keep_match) {} in match_input_()