Home
last modified time | relevance | path

Searched defs:HandleSet (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/trusty/user/base/lib/tipc/rust/src/service/
Dhandle_set.rs33 pub(super) struct HandleSet< struct
44 impl<D: Dispatcher, const PORT_COUNT: usize, const MAX_CONNECTION_COUNT: usize>
45 HandleSet<D, PORT_COUNT, MAX_CONNECTION_COUNT> argument
204 impl<D: Dispatcher, const PORT_COUNT: usize, const MAX_CONNECTION_COUNT: usize> fmt::Debug
/aosp_15_r20/external/trusty/lk/lib/rust_support/
Dhandle_set.rs40 pub struct HandleSet(*mut handle); struct
50 impl HandleSet { implementation
93 impl Drop for HandleSet { implementation
103 unsafe impl Send for HandleSet {} implementation
107 unsafe impl Sync for HandleSet {} implementation
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDynamicLibrary.cpp29 class DynamicLibrary::HandleSet { class in DynamicLibrary
39 HandleSet() : Process(nullptr) {} in HandleSet() function in DynamicLibrary::HandleSet
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DDynamicLibrary.h126 class HandleSet; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DDynamicLibrary.h148 class HandleSet; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DDynamicLibrary.h148 class HandleSet; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DDynamicLibrary.h148 class HandleSet; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DDynamicLibrary.h148 class HandleSet; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DDynamicLibrary.h148 class HandleSet; variable
/aosp_15_r20/external/libbrillo/brillo/dbus/
H A Dexported_property_set.cc114 bool ExportedPropertySet::HandleSet(brillo::ErrorPtr* error, in HandleSet() function in brillo::dbus_utils::ExportedPropertySet
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dfake_peer.h180 using HandleSet = std::unordered_set<hci_spec::ConnectionHandle>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DDynamicLibrary.cpp25 class DynamicLibrary::HandleSet { class in DynamicLibrary
/aosp_15_r20/external/pigweed/pw_json/public/pw_json/internal/
H A Dbuilder_impl.h489 constexpr Status JsonBuilder::HandleSet(StatusWithSize written) { in HandleSet() function
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_chromium_client_session.h933 typedef std::set<raw_ptr<Handle>> HandleSet; typedef