Home
last modified time | relevance | path

Searched defs:functor (Results 1 - 25 of 25) sorted by relevance

/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/include/
H A Dsvc_death_recipient_lite.h26 SvcDeathRecipientLite( std::function<void(const wptr<IRemoteObject> &)> functor) SvcDeathRecipientLite() argument
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_daemon_kit_inner/
H A Dsvc_death_recipient.h26 explicit SvcDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> functor) : functor_(functor){}; in SvcDeathRecipient() argument
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dsvc_death_recipient.h26 explicit SvcDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> functor) : functor_(functor){}; in SvcDeathRecipient() argument
/foundation/filemanagement/app_file_service/interfaces/inner_api/native/backup_kit_inner/impl/
H A Dsvc_death_recipient.h33 explicit SvcDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> functor) : functor_(functor) {}; in SvcDeathRecipient() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_fission.h54 LoopFissionPass(FissionCriteriaFunction functor, in LoopFissionPass() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_fission.h54 LoopFissionPass(FissionCriteriaFunction functor, in LoopFissionPass() argument
/third_party/spirv-tools/source/opt/
H A Dloop_fission.h54 LoopFissionPass(FissionCriteriaFunction functor, in LoopFissionPass() argument
/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service_proxy.h53 explicit ProxyDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> functor) : functor_(functor) {}; in ProxyDeathRecipient() argument
/foundation/filemanagement/app_file_service/tests/mock/backup_kit_inner/
H A Db_session_backup_mock.cpp49 void BSessionBackup::RegisterBackupServiceDied(function<void()> functor) {} in RegisterBackupServiceDied() argument
H A Db_session_restore_async_mock.cpp140 void BSessionRestoreAsync::RegisterBackupServiceDied(function<void()> functor) {} in RegisterBackupServiceDied() argument
H A Db_session_restore_mock.cpp111 void BSessionRestore::RegisterBackupServiceDied(function<void()> functor) {} in RegisterBackupServiceDied() argument
/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/
H A Db_incremental_backup_session.cpp73 void BIncrementalBackupSession::RegisterBackupServiceDied(function<void()> functor) in RegisterBackupServiceDied() argument
H A Db_session_backup.cpp73 void BSessionBackup::RegisterBackupServiceDied(std::function<void()> functor) in RegisterBackupServiceDied() argument
H A Db_incremental_session_restore_async.cpp137 void BIncrementalSessionRestoreAsync::RegisterBackupServiceDied(std::function<void()> functor) in RegisterBackupServiceDied() argument
H A Db_session_restore_async.cpp138 void BSessionRestoreAsync::RegisterBackupServiceDied(std::function<void()> functor) in RegisterBackupServiceDied() argument
H A Db_incremental_restore_session.cpp131 void BIncrementalRestoreSession::RegisterBackupServiceDied(function<void()> functor) in RegisterBackupServiceDied() argument
H A Db_session_restore.cpp142 void BSessionRestore::RegisterBackupServiceDied(std::function<void()> functor) in RegisterBackupServiceDied() argument
/third_party/skia/third_party/externals/tint/src/transform/
H A Darray_length_from_uniform.cc46 static void IterateArrayLengthOnStorageVar(CloneContext& ctx, F&& functor) { in IterateArrayLengthOnStorageVar() argument
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dgenerate_grammar_tables.py475 def functor(k): return (k['value']) function
477 def functor(k): return (int(k['value'], 16)) function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dgenerate_grammar_tables.py475 def functor(k): return (k['value']) function
477 def functor(k): return (int(k['value'], 16)) function
/third_party/spirv-tools/utils/
H A Dgenerate_grammar_tables.py490 def functor(k): return (k['value']) function
492 def functor(k): return (int(k['value'], 16)) function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DProgramGL.cpp137 LinkTask(LinkImplFunctor &&functor) : mLinkImplFunctor(functor), mFallbackToMainContext(false) in LinkTask() argument
161 LinkEventNativeParallel(PostLinkImplFunctor &&functor, in LinkEventNativeParallel() argument
197 LinkEventGL(std::shared_ptr<angle::WorkerThreadPool> workerPool, std::shared_ptr<ProgramGL::LinkTask> linkTask, PostLinkImplFunctor &&functor) LinkEventGL() argument
/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h286 void ForEach(const Container& c, Functor functor) { in ForEach() argument
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h287 void ForEach(const Container& c, Functor functor) { in ForEach() argument
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h293 void ForEach(const Container& c, Functor functor) { in ForEach() argument

Completed in 19 milliseconds