Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuVectorUtil.hpp340 inline Vector<T, Size> select (T trueVal, T falseVal, const Vector<bool, Size>& cond) in select()
351 inline Vector<T, Size> select (const Vector<T, Size>& trueVal, const Vector<T, Size>& falseVal, con… in select()
/third_party/flatbuffers/src/
Didl_gen_ts.cpp719 const std::string &falseVal = "null") { in GenNullCheckConditional()