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

  /system/connectivity/shill/cellular/
modem_manager_unittest.cc 37 using testing::Pointee;
174 Pointee(Field(&Modem::path_, StrEq(kModemPath)))));
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 41 using ::testing::Pointee;
530 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(0), kPayloadLengthBytes,
573 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(2), kPayloadLengthBytes,
689 // Pointee(x) verifies that first byte of the payload equals x, this makes it
691 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(0), kPayloadLengthBytes,
698 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(1), kPayloadLengthBytes,
712 EXPECT_CALL(mock_decoder, DecodeInternal(Pointee(2), kPayloadLengthBytes,
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_die_unittest.cc 66 using testing::Pointee;
344 Pointee('*'), 258))
407 Pointee(173), 29))
  /external/webrtc/webrtc/modules/video_coding/
video_sender_unittest.cc 34 using ::testing::Pointee;
229 Encode(_, _, Pointee(ElementsAre(kVideoFrameDelta, kVideoFrameDelta,
240 Encode(_, _, Pointee(ElementsAreArray(&frame_types[0],
video_coding_robustness_unittest.cc 27 using ::testing::Pointee;
  /external/gmock/test/
gmock_link_test.h 93 // Pointee
160 using testing::Pointee;
635 Matcher<int*> m = Pointee(Eq(1));
gmock-generated-matchers_test.cc 75 using testing::Pointee;
490 EXPECT_THAT(&v, Pointee(ElementsAre(0, 1, _)));
491 EXPECT_THAT(&v, Not(Pointee(ElementsAre(0, _, 3))));
    [all...]
gmock-matchers_test.cc 119 using testing::Pointee;
    [all...]
gmock-generated-actions_test.cc     [all...]
  /external/google-breakpad/src/testing/test/
gmock_link_test.h 93 // Pointee
160 using testing::Pointee;
635 Matcher<int*> m = Pointee(Eq(1));
gmock-matchers_test.cc 109 using testing::Pointee;
    [all...]
gmock-generated-matchers_test.cc 74 using testing::Pointee;
488 EXPECT_THAT(&v, Pointee(ElementsAre(0, 1, _)));
489 EXPECT_THAT(&v, Not(Pointee(ElementsAre(0, _, 3))));
    [all...]
gmock-generated-actions_test.cc     [all...]
  /system/bt/service/test/
low_energy_client_unittest.cpp 30 using ::testing::Pointee;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 194 PNDR64_FORMAT Pointee;
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 117 // example, the MatchAndExplain() method of the Pointee(...) matcher
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
Type.cpp     [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/gmock/include/gmock/
gmock-matchers.h 149 // MatchAndExplain() method of the Pointee(...) matcher should
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 327 milliseconds