Searched refs:ReturnNull (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dtimestamp_scaler_unittest.cc19 using ::testing::ReturnNull;
294 .WillOnce(ReturnNull()); // Return NULL to indicate unknown payload type.
H A Dpayload_splitter_unittest.cc25 using ::testing::ReturnNull;
436 .WillRepeatedly(ReturnNull());
H A Dneteq_impl_unittest.cc34 using ::testing::ReturnNull;
97 .WillOnce(ReturnNull());
/external/webrtc/talk/app/webrtc/
H A Dstatscollector_unittest.cc56 using testing::ReturnNull;
515 EXPECT_CALL(session_, video_channel()).WillRepeatedly(ReturnNull());
516 EXPECT_CALL(session_, voice_channel()).WillRepeatedly(ReturnNull());
626 EXPECT_CALL(session_, video_channel()).WillRepeatedly(ReturnNull());
847 EXPECT_CALL(session_, voice_channel()).WillRepeatedly(ReturnNull());
900 EXPECT_CALL(session_, voice_channel()).WillRepeatedly(ReturnNull());
1002 EXPECT_CALL(session_, voice_channel()).WillRepeatedly(ReturnNull());
1066 EXPECT_CALL(session_, voice_channel()).WillRepeatedly(ReturnNull());
1157 EXPECT_CALL(session_, voice_channel()).WillRepeatedly(ReturnNull());
1205 EXPECT_CALL(session_, voice_channel()).WillRepeatedly(ReturnNull());
[all...]
/external/gmock/test/
H A Dgmock-actions_test.cc69 using testing::ReturnNull;
561 // Tests that ReturnNull() returns NULL in a pointer-returning function.
563 const Action<int*()> a1 = ReturnNull();
566 const Action<const char*(bool)> a2 = ReturnNull(); // NOLINT
H A Dgmock_link_test.h44 // ReturnNull
165 using testing::ReturnNull;
258 // Tests the linkage of the ReturnNull action.
/external/google-breakpad/src/testing/test/
H A Dgmock-actions_test.cc69 using testing::ReturnNull;
561 // Tests that ReturnNull() returns NULL in a pointer-returning function.
563 const Action<int*()> a1 = ReturnNull();
566 const Action<const char*(bool)> a2 = ReturnNull(); // NOLINT
H A Dgmock_link_test.h44 // ReturnNull
165 using testing::ReturnNull;
258 // Tests the linkage of the ReturnNull action.
/external/gmock/include/gmock/
H A Dgmock-actions.h510 // Implements the ReturnNull() action.
513 // Allows ReturnNull() to be used in any pointer-returning function.
948 inline PolymorphicAction<internal::ReturnNullAction> ReturnNull() { function in namespace:testing
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-actions.h510 // Implements the ReturnNull() action.
513 // Allows ReturnNull() to be used in any pointer-returning function.
948 inline PolymorphicAction<internal::ReturnNullAction> ReturnNull() { function in namespace:testing

Completed in 175 milliseconds