Searched defs:With (Results 1 - 8 of 8) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h40 // .With(multi-argument-matcher)
43 // where the .With() clause is optional.
49 // .With(multi-argument-matchers)
298 // Implements the .With() clause.
299 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { function in class:testing::internal::OnCallSpec
302 ".With() cannot appear "
340 // .With(multi-argument-matcher)
701 // If this mock method has an extra matcher (i.e. .With(matcher)),
893 // Implements the .With() clause.
894 TypedExpectation& With(cons
[all...]
H A Dgmock-generated-function-mockers.h67 MockSpec<F>& With() { function in class:testing::internal::FunctionMocker
87 MockSpec<F>& With(const Matcher<A1>& m1) { function in class:testing::internal::FunctionMocker
108 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { function in class:testing::internal::FunctionMocker
129 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
151 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
174 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
198 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
223 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
248 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
273 MockSpec<F>& With(cons function in class:testing::internal::FunctionMocker
300 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, function in class:testing::internal::FunctionMocker
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp759 void replaceCall(Value *With) { argument
760 NewInstruction = IC->ReplaceInstUsesWith(*CI, With);
/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp581 void replaceCall(Value *With) { argument
582 CI->replaceAllUsesWith(With);
H A DSimplifyLibCalls.cpp119 /// comparisons with With.
120 static bool IsOnlyUsedInEqualityComparison(Value *V, Value *With) { argument
124 if (IC->isEquality() && IC->getOperand(1) == With)
637 // With a null EndPtr, this function won't capture the main argument.
/external/v8/src/
H A Dd8.js109 With: 2,
1680 case Debug.ScopeType.With:
1681 result += 'With, ';
H A Dmirror-debugger.js196 With: 2,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 178 milliseconds