Home
last modified time | relevance | path

Searched defs:AllTrue (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Dbounded_inline_vector_impl.h31 using AllTrue = std::is_same<BoolPack<Bs..., true>, BoolPack<true, Bs...>>; variable
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DReactor.cpp4455 RValue<Bool> AllTrue(const RValue<Int4> &bools) in AllTrue() function