Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCharacter stream dumper.cs872 private bool exclusive_match = false; field in Nintendo.SDSG.CatToucan
948 return exclusive_match;
953 exclusive_match = value;
1174 …ly_initiated_stop = consume_raw_bytes(holding_pool, end_index + 1, output_stream, exclusive_match); in RelaySerialCharacters()
1199 consume_raw_bytes(holding_pool, read_index, output_stream, exclusive_match); in RelaySerialCharacters()
1366 …e_raw_bytes(byte[] holding_pool, int holding_bytes, TextWriter output_stream, bool exclusive_match) in consume_raw_bytes() argument
1521 if (!exclusive_match && thing.Contains("[+-*APPLICATION EXITED")) in consume_raw_bytes()
DExecutableClasses.cs1578 static void createCattoucan(bool exclusive_match) in createCattoucan() argument
1601 toucan.ExclusiveMatch = exclusive_match; in createCattoucan()
1606 internal static int start(bool no_console, bool exclusive_match) in start() argument
1623 toucan.ExclusiveMatch = exclusive_match; in start()
1629 createCattoucan(exclusive_match); in start()