Home
last modified time | relevance | path

Searched defs:ParamIterator (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h128 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function
157 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp362 class ParamIterator { class
367 ParamIterator(const AMDGPULibFunc::Param (&leads)[2], in ParamIterator() function in __anond41df59e0111::ParamIterator
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h130 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} in ParamIterator() function
159 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator() function