Searched refs:_dictionary (Results 1 – 5 of 5) sorted by relevance
581 //% NSMutableDictionary *_dictionary;626 //% _dictionary = [[NSMutableDictionary alloc] init];629 …], ______)##DICTIONARY_VALIDATE_KEY_##KHELPER(keys[i], ______) [_dictionary setObject:WRAPP…640 //% [_dictionary addEntriesFromDictionary:dictionary->_dictionary];667 //% NSMutableDictionary *_dictionary;735 //% _dictionary = [[NSMutableDictionary alloc] init];739 //%DICTIONARY_VALIDATE_KEY_##KHELPER(keys[i], ______) [_dictionary setObject:WRAPPED##VHELPE…753 //% [_dictionary addEntriesFromDictionary:dictionary->_dictionary];768 //% NSNumber *wrapped = [_dictionary objectForKey:WRAPPED##KHELPER(key)];780 //% NSNumber *wrapped = [_dictionary objectForKey:WRAPPED##KHELPER(key)];[all …]
352 private Hashtable _dictionary = new Hashtable(); field in Antlr.Runtime.Collections.HashList366 _dictionary = new Hashtable(); in HashList()371 _dictionary = new Hashtable(capacity); in HashList()381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } }390 get { return _dictionary[key]; }393 bool isNewEntry = !_dictionary.Contains(key);394 _dictionary[key] = value; 403 _dictionary.Remove(key); in Remove()410 return _dictionary.Contains(key); in Contains()415 _dictionary.Clear(); in Clear()[all …]
35 self._dictionary = dictionary43 serialized = self._dictionary.get(self._key)61 self._dictionary[self._key] = serialized65 self._dictionary.pop(self._key, None)
47 NSMutableDictionary *_dictionary; // expected-note {{'_dictionary' declared here}} field58 …[_dictionary setObject:_dictionary forKey:@"key"]; // expected-warning {{adding '_dictionary' to '…
47 self.assertEqual(dictionary, storage._dictionary)