Home
last modified time | relevance | path

Searched defs:With (Results 1 – 7 of 7) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-function-mockers.h67 MockSpec<F>& With() { in With() function
87 MockSpec<F>& With(const Matcher<A1>& m1) { in With() function
108 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) { in With() function
129 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
151 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
174 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
198 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
223 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
248 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
273 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2, in With() function
[all …]
Dgmock-spec-builders.h299 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { in With() function
894 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With() function
/external/v8/src/
Dd8.js109 With: 2, property
Dmirror-debugger.js196 With: 2, property
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp793 if (Value *With = Simplifier->optimizeCall(CI)) { in tryOptimizeCall() local
/external/llvm/lib/Transforms/Scalar/
DCodeGenPrepare.cpp593 void replaceCall(Value *With) { in replaceCall()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp100 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { in isOnlyUsedInEqualityComparison()