Searched refs:PARTIAL_MATCH (Results 1 – 2 of 2) sorted by relevance
56 match_mode(PARTIAL_MATCH), in CommandHandler()61 if (match_mode == PARTIAL_MATCH) { in Compare()71 if (match_mode == PARTIAL_MATCH && p_command_handler != nullptr) { in HandleCommand()
55 enum MatchMode {FULL_MATCH = 0, PARTIAL_MATCH = 1}; enumerator