HomeSort by relevance Sort by last modified time
    Searched full:_dictionary (Results 1 - 3 of 3) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 352 private Hashtable _dictionary = new Hashtable(); field in class:Antlr.Runtime.Collections.HashList
366 _dictionary = new Hashtable();
371 _dictionary = new Hashtable(capacity);
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);
410 return _dictionary.Contains(key);
415 _dictionary.Clear()
    [all...]
  /external/clang/test/SemaObjC/
circular-container.m 47 NSMutableDictionary *_dictionary; // expected-note {{'_dictionary' declared here}}
58 [_dictionary setObject:_dictionary forKey:@"key"]; // expected-warning {{adding '_dictionary' to '_dictionary' might cause circular dependency in container}}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 276 typedef struct _DICTIONARY {

Completed in 137 milliseconds