Searched refs:match_mode (Results 1 – 2 of 2) sorted by relevance
53 match_mode(FULL_MATCH), in CommandHandler()58 match_mode(PARTIAL_MATCH), in CommandHandler()63 if (match_mode == PARTIAL_MATCH) { in Compare()73 if (match_mode == PARTIAL_MATCH && p_command_handler != nullptr) { in HandleCommand()75 } else if (match_mode == FULL_MATCH && f_command_handler != nullptr) { in HandleCommand()
57 MatchMode match_mode; variable