OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Matchers
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h
13
/// Used by the registry to construct
matchers
in a generic way.
35
/// The purpose of this list is to wrap multiple different
matchers
and
58
ArrayRef<const DynTypedMatcher *>
matchers
() const { return List; }
function in class:clang::ast_matchers::dynamic::MatcherList
60
/// \brief Determines if any of the contained
matchers
can be converted
63
/// Returns true if one, and only one, of the contained
matchers
can be
124
VariantValue(const MatcherList &
Matchers
);
139
void setMatchers(const MatcherList &
Matchers
);
170
MatcherList *
Matchers
;
/external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h
168
/// \brief Helper methods to extract and merge all possible typed
matchers
195
MatcherList
Matchers
;
196
mergePolyMatchers(PolyMatcher, &
Matchers
, typename T::ReturnTypes());
197
return
Matchers
;
/external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp
85
Matchers
.push_back(ToStore);
100
std::vector<MatcherInfo>
Matchers
;
151
EXPECT_EQ(ExpectedFoo, Sema.Values[0].getMatchers().
matchers
()[0]->getID());
153
Sema.Values[0].getMatchers().
matchers
()[0])->boundID());
155
EXPECT_EQ(3ULL, Sema.
Matchers
.size());
156
const MockSema::MatcherInfo Bar = Sema.
Matchers
[0];
162
const MockSema::MatcherInfo Baz = Sema.
Matchers
[1];
168
const MockSema::MatcherInfo Foo = Sema.
Matchers
[2];
173
Foo.Args[0].Value.getMatchers().
matchers
()[0]->getID());
175
Foo.Args[1].Value.getMatchers().
matchers
()[0]->getID())
[
all
...]
/external/mockito/src/org/mockito/
Matchers.java
8
import org.mockito.internal.
matchers
.*;
9
import org.mockito.internal.
matchers
.apachecommons.ReflectionEquals;
22
* {@link Mockito} extends
Matchers
so to get access to all
matchers
just import Mockito class statically.
33
* Scroll down to see all methods - full list of
matchers
.
37
* If you are using argument
matchers
, <b>all arguments</b> have to be provided by
matchers
.
48
* Matcher methods like <code>anyObject()</code>, <code>eq()</code> <b>do not</b> return
matchers
.
60
* <h1>Custom Argument
Matchers
</h1>
62
* Use {@link
Matchers
#argThat} method and pass an instance of hamcrest {@link Matcher}.
[
all
...]
/external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar
/external/robolectric/lib/test/
mockito-core-1.8.5.jar
Completed in 185 milliseconds