Searched refs:_dictionary (Results 1 – 7 of 7) sorted by relevance
596 //% NSMutableDictionary *_dictionary;608 //% _dictionary = [[NSMutableDictionary alloc] init];611 …], ______)##DICTIONARY_VALIDATE_KEY_##KHELPER(keys[i], ______) [_dictionary setObject:WRAPP…622 //% [_dictionary addEntriesFromDictionary:dictionary->_dictionary];649 //% NSMutableDictionary *_dictionary;669 //% _dictionary = [[NSMutableDictionary alloc] init];673 //%DICTIONARY_VALIDATE_KEY_##KHELPER(keys[i], ______) [_dictionary setObject:WRAPPED##VHELPE…687 //% [_dictionary addEntriesFromDictionary:dictionary->_dictionary];702 //% NSNumber *wrapped = [_dictionary objectForKey:WRAPPED##KHELPER(key)];714 //% 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)
20 value = self._dictionary[name]24 self._dictionary[name] = value27 return name in self._dictionary42 return len(self._dictionary)
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)