Searched defs:EnumerationMode (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs56 internal enum EnumerationMode enum in class:Antlr.Runtime.Collections.HashList.HashListEnumerator
64 private EnumerationMode _mode;
79 internal HashListEnumerator(HashList hashList, EnumerationMode mode)
154 if (_mode == EnumerationMode.Key)
156 else if (_mode == EnumerationMode.Value)
273 return new HashListEnumerator(_hashList, HashListEnumerator.EnumerationMode.Key);
301 IEnumerator iter = new HashListEnumerator(_hashList, HashListEnumerator.EnumerationMode.Value);
344 return new HashListEnumerator(_hashList, HashListEnumerator.EnumerationMode.Value);
385 return new HashListEnumerator(this, HashListEnumerator.EnumerationMode.Entry);
477 return new HashListEnumerator(this, HashListEnumerator.EnumerationMode
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DStructure.h53 enum EnumerationMode { enum in namespace:JSC
134 void getPropertyNames(JSGlobalData&, PropertyNameArray&, EnumerationMode mode);

Completed in 75 milliseconds