OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setmatchers
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp
78
setMatchers
(MatcherList(Matcher));
82
setMatchers
(Matchers);
98
setMatchers
(Other.getMatchers());
162
void VariantValue::
setMatchers
(const MatcherList &NewValue) {
/external/chromium/testing/gmock/include/gmock/
gmock-generated-function-mockers.h
88
this->current_spec().
SetMatchers
(::std::tr1::make_tuple(m1));
109
this->current_spec().
SetMatchers
(::std::tr1::make_tuple(m1, m2));
131
this->current_spec().
SetMatchers
(::std::tr1::make_tuple(m1, m2, m3));
153
this->current_spec().
SetMatchers
(::std::tr1::make_tuple(m1, m2, m3, m4));
176
this->current_spec().
SetMatchers
(::std::tr1::make_tuple(m1, m2, m3, m4,
201
this->current_spec().
SetMatchers
(::std::tr1::make_tuple(m1, m2, m3, m4, m5,
226
this->current_spec().
SetMatchers
(::std::tr1::make_tuple(m1, m2, m3, m4, m5,
251
this->current_spec().
SetMatchers
(::std::tr1::make_tuple(m1, m2, m3, m4, m5,
277
this->current_spec().
SetMatchers
(::std::tr1::make_tuple(m1, m2, m3, m4, m5,
304
this->current_spec().
SetMatchers
(::std::tr1::make_tuple(m1, m2, m3, m4, m5
[
all
...]
gmock-generated-function-mockers.h.pump
81
this->current_spec().
SetMatchers
(::std::tr1::make_tuple($ms));
gmock-spec-builders.h
[
all
...]
/external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h
139
void
setMatchers
(const MatcherList &Matchers);
Completed in 689 milliseconds