Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h734 ValueArray(Ts... v) : v_{std::move(v)...} {} in ValueArray() function
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h794 explicit ValueArray(Ts... v) : v_(FlatTupleConstructTag{}, std::move(v)...) {} in ValueArray() function