Home
last modified time | relevance | path

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

/freebsd-src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h135 // ParamIterator assumes ownership of the impl_ pointer. in ParamIterator() function
163 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} ParamIterator() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp367 class ParamIterator { class
372 ParamIterator(const AMDGPULibFunc::Param (&leads)[2], in ParamIterator() function in __anon633a54c60111::ParamIterator