Searched refs:kvp (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13/system/src/tool/cafex/ |
| D | Character stream dumper.cs | 980 public void AddNotification(KeyValuePair<string, ManualResetEvent> kvp) in AddNotification() argument 982 matchNotify.Add(kvp); in AddNotification() 989 public void AddNotification(KeyValuePair<string, Func<string, bool>> kvp) in AddNotification() argument 991 int already = matchCallback.IndexOf(kvp); in AddNotification() 995 CafeX.Log.WriteLine("Overriding existing handler for '{0}'!", kvp.Key); in AddNotification() 999 matchCallback.Add(kvp); in AddNotification() 1516 foreach (KeyValuePair<string, ManualResetEvent> kvp in matchNotify) in consume_raw_bytes() 1519 … if (thing.IndexOf(kvp.Key, 0, thing.Length, StringComparison.CurrentCultureIgnoreCase) >= 0) in consume_raw_bytes() 1523 … Console.WriteLine(" Found key '{0}'...setting handle {1}", kvp.Key, kvp.Value.Handle); in consume_raw_bytes() 1525 kvp.Value.Set(); in consume_raw_bytes() [all …]
|
| D | ExecutableClasses.cs | 1570 foreach (KeyValuePair<string, ManualResetEvent> kvp in notifyList) in createCattoucan() 1572 toucan.AddNotification(kvp); in createCattoucan() 1574 foreach (KeyValuePair<string, Func<string, bool>> kvp in callbackList) in createCattoucan() 1576 toucan.AddNotification(kvp); in createCattoucan() 1655 …KeyValuePair<string, ManualResetEvent> kvp = new KeyValuePair<string, ManualResetEvent>(match, evt… in AddNotification() 1658 toucan.AddNotification(kvp); in AddNotification() 1661 notifyList.Add(kvp); in AddNotification() 1675 …KeyValuePair<string, Func<string, bool>> kvp = new KeyValuePair<string, Func<string, bool>>(match,… in AddNotification() 1678 toucan.AddNotification(kvp); in AddNotification() 1681 int already = callbackList.IndexOf(kvp); in AddNotification() [all …]
|