Searched defs:InSequence (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/src/
H A Dgmock-spec-builders.cc233 ".InSequence(), .WillOnce(), .WillRepeatedly(), "
241 // Points to the implicit sequence introduced by a living InSequence
795 InSequence::InSequence() { function in class:InSequence
806 InSequence::~InSequence() {
/external/googletest/googlemock/src/
H A Dgmock-spec-builders.cc233 ".InSequence(), .WillOnce(), .WillRepeatedly(), "
241 // Points to the implicit sequence introduced by a living InSequence
805 InSequence::InSequence() { function in class:InSequence
816 InSequence::~InSequence() {
/external/v8/testing/gmock/src/
H A Dgmock-spec-builders.cc233 ".InSequence(), .WillOnce(), .WillRepeatedly(), "
241 // Points to the implicit sequence introduced by a living InSequence
805 InSequence::InSequence() { function in class:InSequence
816 InSequence::~InSequence() {
/external/webrtc/webrtc/modules/video_coding/
H A Dsession_info.cc251 if (!InSequence(it, prev_it)) {
403 bool packet_loss_found = (!beginning && !InSequence(it, prev_it));
415 bool VCMSessionInfo::InSequence(const PacketIterator& packet_it, function in class:webrtc::VCMSessionInfo
441 if (!start_of_nalu && !InSequence(it, prev_it)) {

Completed in 102 milliseconds