Searched refs:kvp (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13-1/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() 1567 foreach (KeyValuePair<string, ManualResetEvent> kvp in matchNotify) in consume_raw_bytes() 1570 … if (thing.IndexOf(kvp.Key, 0, thing.Length, StringComparison.CurrentCultureIgnoreCase) >= 0) in consume_raw_bytes() 1574 … Console.WriteLine(" Found key '{0}'...setting handle {1}", kvp.Key, kvp.Value.Handle); in consume_raw_bytes() 1576 kvp.Value.Set(); in consume_raw_bytes() [all …]
|
| D | ExecutableClasses.cs | 1592 foreach (KeyValuePair<string, ManualResetEvent> kvp in notifyList) in createCattoucan() 1594 toucan.AddNotification(kvp); in createCattoucan() 1596 foreach (KeyValuePair<string, Func<string, bool>> kvp in callbackList) in createCattoucan() 1598 toucan.AddNotification(kvp); in createCattoucan() 1677 …KeyValuePair<string, ManualResetEvent> kvp = new KeyValuePair<string, ManualResetEvent>(match, evt… in AddNotification() 1680 toucan.AddNotification(kvp); in AddNotification() 1683 notifyList.Add(kvp); in AddNotification() 1697 …KeyValuePair<string, Func<string, bool>> kvp = new KeyValuePair<string, Func<string, bool>>(match,… in AddNotification() 1700 toucan.AddNotification(kvp); in AddNotification() 1703 int already = callbackList.IndexOf(kvp); in AddNotification() [all …]
|