HomeSort by relevance Sort by last modified time
    Searched refs:keep_match (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
arcfilter.h 69 // True if specified labels match (don't match) when keep_match is
76 MultiLabelArcFilter(bool match_input = true, bool keep_match = true)
78 keep_match_(keep_match) {}
  /external/lldb/source/Symbol/
TypeList.cpp 257 bool keep_match = false; local
284 keep_match = match_type_scope == type_scope;
309 keep_match = true;
322 keep_match = type_scope.empty() && type_basename.compare(match_type_name) == 0;
326 if (keep_match)

Completed in 476 milliseconds