Home
last modified time | relevance | path

Searched defs:make_void (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dmake_void.hpp19 struct make_void { struct
20 typedef void type;
/aosp_15_r20/external/llvm-libc/src/__support/CPP/type_traits/
H A Dvoid_t.h20 template <typename... Ts> struct make_void : cpp::type_identity<void> {}; struct
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/rust/libbluetooth_core_rs_bridge_codegen/gen/gensrcs/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.cc679 struct make_void { struct
680 using type = void;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/example/
Dlambda.hpp1633 make_void(Expr const &expr) in make_void() function
/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp2204 template<typename ...Ts> struct make_void struct
2206 using type = void;