HomeSort by relevance Sort by last modified time
    Searched refs:WithArg (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 46 /// Check if the expression E is a sizeof(WithArg).
47 inline bool isSizeof(const Expr *E, const Expr *WithArg) {
51 return sameDecl(UE->getArgumentExpr(), WithArg);
55 /// Check if the expression E is a strlen(WithArg).
56 inline bool isStrlen(const Expr *E, const Expr *WithArg) {
62 sameDecl(CE->getArg(0), WithArg));
  /external/pdfium/core/fpdfapi/parser/
cpdf_indirect_object_holder_unittest.cpp 33 .WillOnce(::testing::WithArg<0>(::testing::Invoke(
53 .WillOnce(::testing::WithArg<0>(::testing::Invoke(
  /external/libchrome/base/
gmock_unittest.cc 17 using testing::WithArg;
123 // and a WithArg adapter to bridge the interfaces.
127 .WillRepeatedly(WithArg<1>(ReturnVal()));
  /external/grpc-grpc/test/cpp/end2end/
mock_test.cc 51 using ::testing::WithArg;
331 .WillOnce(DoAll(WithArg<0>(copy(&msg)), Return(true)))
332 .WillOnce(DoAll(WithArg<0>(copy(&msg)), Return(true)))
333 .WillOnce(DoAll(WithArg<0>(copy(&msg)), Return(true)))
  /external/libbrillo/brillo/http/
http_request_unittest.cc 23 using testing::WithArg;
197 .WillOnce(DoAll(WithArg<0>(Invoke(finish_request_async)), Return(23)));
  /external/google-breakpad/src/testing/include/gmock/
gmock-more-actions.h 122 // WithArg<k>(an_action) creates an action that passes the k-th
129 WithArg(const InnerAction& action) {
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-more-actions.h 139 // WithArg<k>(an_action) creates an action that passes the k-th
146 WithArg(const InnerAction& action) {
  /external/webrtc/webrtc/video/
video_capture_input_unittest.cc 30 using ::testing::WithArg;
62 WithArg<0>(Invoke(this, &VideoCaptureInputTest::AddOutputFrame)));
  /external/google-breakpad/src/testing/test/
gmock_link_test.h 55 // WithArg
176 using testing::WithArg;
352 // Tests the linkage of the WithArg action.
357 .WillOnce(WithArg<0>(Invoke(&InvokeHelper::StaticVoidFromString)));
gmock-more-actions_test.cc 67 using testing::WithArg;
477 // Tests using WithArg with an action that takes 1 argument.
479 Action<bool(double x, int n)> b = WithArg<1>(Invoke(Unary)); // NOLINT
  /external/googletest/googlemock/test/
gmock_link_test.h 54 // WithArg
181 using testing::WithArg;
357 // Tests the linkage of the WithArg action.
362 .WillOnce(WithArg<0>(Invoke(&InvokeHelper::StaticVoidFromString)));
gmock-more-actions_test.cc 62 using testing::WithArg;
479 // Tests using WithArg with an action that takes 1 argument.
481 Action<bool(double x, int n)> b = WithArg<1>(Invoke(Unary)); // NOLINT
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 40 using ::testing::WithArg;
320 WithArg<0>(Invoke(DeletePacketsAndReturnOk))));
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-actions.h     [all...]

Completed in 1638 milliseconds