Home
last modified time | relevance | path

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

12345

/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_reflection_state.h598 struct ForEach { struct
599 ForEach() : mState(S_Initial) { } in ForEach() argument
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;
617 bool mHasOut; // to distinguish between no output and void* output.
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/stream/
Dfor_each.rs21 impl<St, Fut, F> fmt::Debug for ForEach<St, Fut, F> implementation
34 impl<St, Fut, F> ForEach<St, Fut, F> implementation
45 impl<St, Fut, F> FusedFuture for ForEach<St, Fut, F> implementation
56 impl<St, Fut, F> Future for ForEach<St, Fut, F> implementation
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/DataFormatters/
DTypeCategory.h149 void ForEach(std::function<bool(const TypeMatcher &, in ForEach() function
194 void ForEach(ForEachCallback<TypeFormatImpl> callback) { in ForEach() function
198 void ForEach(ForEachCallback<TypeSummaryImpl> callback) { in ForEach() function
202 void ForEach(ForEachCallback<TypeFilterImpl> callback) { in ForEach() function
206 void ForEach(ForEachCallback<SyntheticChildren> callback) { in ForEach() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/DataFormatters/
DTypeCategory.h149 void ForEach(std::function<bool(const TypeMatcher &, in ForEach() function
194 void ForEach(ForEachCallback<TypeFormatImpl> callback) { in ForEach() function
198 void ForEach(ForEachCallback<TypeSummaryImpl> callback) { in ForEach() function
202 void ForEach(ForEachCallback<TypeFilterImpl> callback) { in ForEach() function
206 void ForEach(ForEachCallback<SyntheticChildren> callback) { in ForEach() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/DataFormatters/
DTypeCategory.h149 void ForEach(std::function<bool(const TypeMatcher &, in ForEach() function
194 void ForEach(ForEachCallback<TypeFormatImpl> callback) { in ForEach() function
198 void ForEach(ForEachCallback<TypeSummaryImpl> callback) { in ForEach() function
202 void ForEach(ForEachCallback<TypeFilterImpl> callback) { in ForEach() function
206 void ForEach(ForEachCallback<SyntheticChildren> callback) { in ForEach() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/DataFormatters/
DTypeCategory.h149 void ForEach(std::function<bool(const TypeMatcher &, in ForEach() function
194 void ForEach(ForEachCallback<TypeFormatImpl> callback) { in ForEach() function
198 void ForEach(ForEachCallback<TypeSummaryImpl> callback) { in ForEach() function
202 void ForEach(ForEachCallback<TypeFilterImpl> callback) { in ForEach() function
206 void ForEach(ForEachCallback<SyntheticChildren> callback) { in ForEach() function
/aosp_15_r20/external/grpc-grpc/src/core/resolver/
H A Dendpoint_addresses.h136 void ForEach(absl::FunctionRef<void(const EndpointAddresses&)> callback) in ForEach() function
153 void ForEach(absl::FunctionRef<void(const EndpointAddresses&)> callback) in ForEach() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring.h333 void ForEach(index_type head, index_type tail, F&& f) const { in ForEach() function
343 void ForEach(F&& f) const { in ForEach() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/
H A Dcord_rep_ring.h333 void ForEach(index_type head, index_type tail, F&& f) const { in ForEach() function
343 void ForEach(F&& f) const { in ForEach() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.h333 void ForEach(index_type head, index_type tail, F&& f) const { in ForEach() function
343 void ForEach(F&& f) const { in ForEach() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DStructuredData.h200 ForEach(std::function<bool(Object *object)> const &foreach_callback) const { in ForEach() function
402 void ForEach(std::function<bool(llvm::StringRef key, Object *object)> const in ForEach() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/avl/
Davl.h56 void ForEach(F&& f) const { in ForEach() function
332 void ForEach(F&& f) const { in ForEach() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DStructuredData.h200 ForEach(std::function<bool(Object *object)> const &foreach_callback) const { in ForEach() function
402 void ForEach(std::function<bool(llvm::StringRef key, Object *object)> const in ForEach() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DStructuredData.h200 ForEach(std::function<bool(Object *object)> const &foreach_callback) const { in ForEach() function
402 void ForEach(std::function<bool(llvm::StringRef key, Object *object)> const in ForEach() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DStructuredData.h200 ForEach(std::function<bool(Object *object)> const &foreach_callback) const { in ForEach() function
416 void ForEach(std::function<bool(llvm::StringRef key, Object *object)> const in ForEach() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dtype_id.h49 void ForEach(std::function<void(llvm::StringRef, TypeID)> f) const { in ForEach() function
/aosp_15_r20/external/cronet/base/files/
H A Dfile_enumerator.cc26 void FileEnumerator::ForEach(FunctionRef<void(const FilePath& path)> ref) { in ForEach() function in base::FileEnumerator
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dsystem_properties_test.cc39 TEST(SystemProperties, ForEach) { in TEST() argument
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/common_os/include/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
/aosp_15_r20/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
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/windows/
H A Ddirectory_reader.cc62 absl::Status DirectoryReaderImpl::ForEach( in ForEach() function in grpc_core::DirectoryReaderImpl
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/posix/
H A Ddirectory_reader.cc59 absl::Status DirectoryReaderImpl::ForEach( in ForEach() function in grpc_core::DirectoryReaderImpl
/aosp_15_r20/art/runtime/
H A Dthread_list.h183 void ForEach(CallBack cb) REQUIRES(Locks::thread_list_lock_) { in ForEach() function
/aosp_15_r20/external/perfetto/src/trace_processor/importers/etm/
H A Dvirtual_address_space.h136 void ForEach(Callback cb) const { in ForEach() function
/aosp_15_r20/bionic/libc/system_properties/
H A Dcontexts_serialized.cpp151 void ContextsSerialized::ForEach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in ForEach() function in ContextsSerialized

12345