OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParamGeneratorInterface
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h
85
template <typename> class
ParamGeneratorInterface
;
89
// of
ParamGeneratorInterface
<T>.
97
virtual const
ParamGeneratorInterface
<T>* BaseGenerator() const = 0;
118
//
ParamGeneratorInterface
<T>. It wraps ParamIteratorInterface<T>
161
//
ParamGeneratorInterface
<T> is the binary interface to access generators
164
class
ParamGeneratorInterface
{
168
virtual ~
ParamGeneratorInterface
() {}
175
// Wraps
ParamGeneratorInterface
<T> and provides general generator syntax
178
//
ParamGeneratorInterface
<T> instance is shared among all copies
185
explicit ParamGenerator(
ParamGeneratorInterface
<T>* impl) : impl_(impl) {
[
all
...]
gtest-param-util.h
85
template <typename> class
ParamGeneratorInterface
;
89
// of
ParamGeneratorInterface
<T>.
97
virtual const
ParamGeneratorInterface
<T>* BaseGenerator() const = 0;
118
//
ParamGeneratorInterface
<T>. It wraps ParamIteratorInterface<T>
161
//
ParamGeneratorInterface
<T> is the binary interface to access generators
164
class
ParamGeneratorInterface
{
168
virtual ~
ParamGeneratorInterface
() {}
175
// Wraps
ParamGeneratorInterface
<T> and provides general generator syntax
178
//
ParamGeneratorInterface
<T> instance is shared among all copies
185
explicit ParamGenerator(
ParamGeneratorInterface
<T>* impl) : impl_(impl) {
[
all
...]
Completed in 112 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026