Searched refs:enumerator (Results 1 – 12 of 12) sorted by relevance
46 <p>In all cases, you can create an <em>isolated</em> enumerator, which works on a copy of the48 the enumerator.</p>63 /** creates a enumerator for the keys of the map66 controls whether the newly create enumerator should be isolated from the map.69 if the specified enumerator method is not supported by the implementation.74 /** creates a enumerator for the values of the map77 controls whether the newly create enumerator should be isolated from the map.80 if the specified enumerator method is not supported by the implementation.85 /** creates a enumerator for the key-value pairs of the map91 controls whether the newly create enumerator should be isolated from the map.[all …]
76 after enumerator creation, so every attempt to use them will result in a
2200 ::System::Collections::IDictionaryEnumerator * enumerator = in Dispose()2202 if (! enumerator->MoveNext()) in Dispose()2205 __try_cast< iface_entry * >( enumerator->get_Value() ) ); in Dispose()2210 ::System::Collections::IDictionaryEnumerator * enumerator = in Dispose()2212 if (! enumerator->MoveNext()) in Dispose()2215 __try_cast< struct_entry * >( enumerator->get_Value() ) ); in Dispose()2221 ::System::Collections::IDictionaryEnumerator * enumerator = in Dispose()2223 if (! enumerator->MoveNext()) in Dispose()2226 __try_cast< service_entry * >( enumerator->get_Value() ) ); in Dispose()2231 ::System::Collections::IDictionaryEnumerator * enumerator = in Dispose()[all …]
42 NSEnumerator * enumerator = [ elementChildren objectEnumerator ];44 while ( ( child = [ enumerator nextObject ] ) ) {
353 NSEnumerator * enumerator = [ children objectEnumerator ];355 while ( ( element = ( (AquaA11yWrapper *) [ enumerator nextObject ] ) ) ) {421 NSEnumerator * enumerator = [ children objectEnumerator ];423 while ( ( child = [ enumerator nextObject ] ) ) {1022 NSEnumerator * enumerator = [ childWindows objectEnumerator ];1023 while ( ( element = [ enumerator nextObject ] ) && hitChild == nil ) {
62 NSEnumerator * enumerator = [ elementChildren objectEnumerator ];64 while ( ( child = [ enumerator nextObject ] ) ) {
54 The enumerator returns interfaces. The type of the interface is not specified.
115 The enumerator commonly returns <type>XSingleComponentFactory</type>
84 NSEnumerator* enumerator = [cookieToButtonMapping objectEnumerator];87 while( (identifier = [enumerator nextObject]) ) {
2898 at_least_one_enumerator : enumerator enumerators ;2906 enumerator2915 enumerator : label
106 <type>XTypeDescription</type> can be returned by the enumerator:
751 This enumerator defines an extended set of accessible roles of objects implementing
Completed in 666 milliseconds