Home
last modified time | relevance | path

Searched defs:ForEach (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflection_state.h598 struct ForEach { struct
599 ForEach() : mState(S_Initial) { } in ForEach() function
601 void operator=(const ForEach &) = delete;
603 enum {
608 } mState;
610 std::string mName;
614 ArrayWithCursor<llvm::StringRef> mIns;
615 ArrayWithCursor<llvm::StringRef> mParams;
616 llvm::StringRef mOut;
619 unsigned mSignatureMetadata;
[all …]
H A Dslang_rs_reflection_cpp.cpp253 const RSExportForEach *ForEach = *I; in genForEachDeclarations() local
/aosp12/bionic/libc/system_properties/include/system_properties/
H A Dcontexts_pre_split.h54 virtual void ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) override { in ForEach() function
/aosp12/art/runtime/
H A Dthread_list.h144 void ForEach(CallBack cb) REQUIRES(Locks::thread_list_lock_) { in ForEach() function
H A Dthread_list.cc1364 void ThreadList::ForEach(void (*callback)(Thread*, void*), void* context) { in ForEach() function in art::ThreadList
/aosp12/system/bt/service/ipc/binder/
H A Dremote_callback_list.h152 void RemoteCallbackList<T>::ForEach(const std::function<void(T*)>& callback) { in ForEach() function
/aosp12/bionic/libc/system_properties/
H A Dcontexts_serialized.cpp147 void ContextsSerialized::ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in ForEach() function in ContextsSerialized
H A Dcontexts_split.cpp351 void ContextsSplit::ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in ForEach() function in ContextsSplit