Searched defs:With (Results 1 – 7 of 7) sorted by relevance
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-generated-function-mockers.h | 67 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 …]
|
D | gmock-spec-builders.h | 299 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { in With() function 894 TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) { in With() function
|
/external/v8/src/ |
D | d8.js | 109 With: 2, property
|
D | mirror-debugger.js | 196 With: 2, property
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 793 if (Value *With = Simplifier->optimizeCall(CI)) { in tryOptimizeCall() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | CodeGenPrepare.cpp | 593 void replaceCall(Value *With) { in replaceCall()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 100 static bool isOnlyUsedInEqualityComparison(Value *V, Value *With) { in isOnlyUsedInEqualityComparison()
|