Lines Matching refs:valid
54 static const bool valid = false; member
62 static const bool valid = true; \
87 static const bool valid = true; member
118 static const bool valid = true; member
135 static const bool valid = WasmType<T>::valid; member
155 static const bool valid = true; member
174 static const bool valid = (WasmType<T>::valid && ...); member
467 std::enable_if_t<WasmHostFunc<F>::Params::valid, bool> = true,
468 std::enable_if_t<WasmHostFunc<F>::Results::valid, bool> = true>
576 std::enable_if_t<WasmTypeList<Params>::valid, bool> = true,
577 std::enable_if_t<WasmTypeList<Results>::valid, bool> = true>
662 static const bool valid = true; member