Home
last modified time | relevance | path

Searched defs:iterator (Results 1 – 25 of 73) sorted by relevance

123

/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.h68 auto iterator = runtimeRegistry().find(&rt); in isUIRuntime() local
75 auto iterator = runtimeRegistry().find(&rt); in isWorkletRuntime() local
83 auto iterator = runtimeRegistry().find(&rt); in isReactRuntime() local
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.h68 auto iterator = runtimeRegistry().find(&rt); in isUIRuntime() local
75 auto iterator = runtimeRegistry().find(&rt); in isWorkletRuntime() local
83 auto iterator = runtimeRegistry().find(&rt); in isReactRuntime() local
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.h68 auto iterator = runtimeRegistry().find(&rt); in isUIRuntime() local
75 auto iterator = runtimeRegistry().find(&rt); in isWorkletRuntime() local
83 auto iterator = runtimeRegistry().find(&rt); in isReactRuntime() local
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.h68 auto iterator = runtimeRegistry().find(&rt); in isUIRuntime() local
75 auto iterator = runtimeRegistry().find(&rt); in isWorkletRuntime() local
83 auto iterator = runtimeRegistry().find(&rt); in isReactRuntime() local
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.h82 auto iterator = runtimeRegistry().find(&rt); in isUIRuntime() local
89 auto iterator = runtimeRegistry().find(&rt); in isWorkletRuntime() local
97 auto iterator = runtimeRegistry().find(&rt); in isReactRuntime() local
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.h82 auto iterator = runtimeRegistry().find(&rt); in isUIRuntime() local
89 auto iterator = runtimeRegistry().find(&rt); in isWorkletRuntime() local
97 auto iterator = runtimeRegistry().find(&rt); in isReactRuntime() local
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.h82 auto iterator = runtimeRegistry().find(&rt); in isUIRuntime() local
89 auto iterator = runtimeRegistry().find(&rt); in isWorkletRuntime() local
97 auto iterator = runtimeRegistry().find(&rt); in isReactRuntime() local
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.h82 auto iterator = runtimeRegistry().find(&rt); in isUIRuntime() local
89 auto iterator = runtimeRegistry().find(&rt); in isWorkletRuntime() local
97 auto iterator = runtimeRegistry().find(&rt); in isReactRuntime() local
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/utils/
H A DABI49_0_0SimpleThreadSafeCache.h36 auto iterator = map_.find(key); in get() local
53 auto iterator = map_.find(key); in get() local
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/utils/
H A DABI48_0_0SimpleThreadSafeCache.h36 auto iterator = map_.find(key); in get() local
53 auto iterator = map_.find(key); in get() local
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/utils/
H A DABI47_0_0SimpleThreadSafeCache.h36 auto iterator = map_.find(key); in get() local
53 auto iterator = map_.find(key); in get() local
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI48_0_0ShadowTreeRegistry.cpp29 auto iterator = registry_.find(surfaceId); in remove() local
44 auto iterator = registry_.find(surfaceId); in visit() local
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI47_0_0ShadowTreeRegistry.cpp30 auto iterator = registry_.find(surfaceId); in remove() local
45 auto iterator = registry_.find(surfaceId); in visit() local
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mounting/
H A DABI49_0_0ShadowTreeRegistry.cpp29 auto iterator = registry_.find(surfaceId); in remove() local
44 auto iterator = registry_.find(surfaceId); in visit() local
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI47_0_0TimelineController.cpp40 auto iterator = timelines_.find(handler.getSurfaceId()); in disable() local
66 auto iterator = timelines_.find(shadowTree.getSurfaceId()); in shadowTreeWillCommit() local
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI48_0_0TimelineController.cpp39 auto iterator = timelines_.find(handler.getSurfaceId()); in disable() local
65 auto iterator = timelines_.find(shadowTree.getSurfaceId()); in shadowTreeWillCommit() local
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/timeline/
H A DABI49_0_0TimelineController.cpp39 auto iterator = timelines_.find(handler.getSurfaceId()); in disable() local
65 auto iterator = timelines_.find(shadowTree.getSurfaceId()); in shadowTreeWillCommit() local
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/db/dao/
H A DJSONDataDao.kt47 val iterator = fields.entries.iterator() in setMultipleFields() constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/typedarray/
H A DGenericTypedArray.kt7 override fun iterator(): Iterator<T> = TypedArrayIterator(this) method
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/typedarray/
H A DGenericTypedArray.kt7 override fun iterator(): Iterator<T> = TypedArrayIterator(this) method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/typedarray/
H A DGenericTypedArray.kt7 override fun iterator(): Iterator<T> = TypedArrayIterator(this) method
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/typedarray/
H A DGenericTypedArray.kt7 override fun iterator(): Iterator<T> = TypedArrayIterator(this) method
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI48_0_0SurfaceManager.cpp49 auto iterator = registry_.find(surfaceId); in stopSurface() local
93 auto iterator = registry_.find(surfaceId); in visit() local
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI49_0_0SurfaceManager.cpp49 auto iterator = registry_.find(surfaceId); in stopSurface() local
93 auto iterator = registry_.find(surfaceId); in visit() local
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/scheduler/
H A DABI47_0_0SurfaceManager.cpp50 auto iterator = registry_.find(surfaceId); in stopSurface() local
94 auto iterator = registry_.find(surfaceId); in visit() local

123