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