Home
last modified time | relevance | path

Searched refs:AllTrue (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/rtc_base/
Dbounded_inline_vector_impl.h31 using AllTrue = std::is_same<BoolPack<Bs..., true>, BoolPack<true, Bs...>>; variable
34 using AllConvertible = AllTrue<std::is_convertible<Froms, To>::value...>;
/external/swiftshader/src/Reactor/
DReactor.hpp2291 RValue<Bool> AllTrue(const RValue<Int4> &bools);
DReactor.cpp4455 RValue<Bool> AllTrue(const RValue<Int4> &bools) in AllTrue() function