Searched defs:ForEach (Results 1 – 8 of 8) sorted by relevance
598 struct ForEach { struct599 ForEach() : mState(S_Initial) { } in ForEach() function601 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 …]
253 const RSExportForEach *ForEach = *I; in genForEachDeclarations() local
54 virtual void ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) override { in ForEach() function
144 void ForEach(CallBack cb) REQUIRES(Locks::thread_list_lock_) { in ForEach() function
1364 void ThreadList::ForEach(void (*callback)(Thread*, void*), void* context) { in ForEach() function in art::ThreadList
152 void RemoteCallbackList<T>::ForEach(const std::function<void(T*)>& callback) { in ForEach() function
147 void ContextsSerialized::ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in ForEach() function in ContextsSerialized
351 void ContextsSplit::ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in ForEach() function in ContextsSplit