Home
last modified time | relevance | path

Searched refs:ExpectationToString (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_base/synchronization/
Dsequence_checker.h42 std::string ExpectationToString() const;
173 std::string ExpectationToString(const webrtc::SequenceChecker* checker);
177 std::string ExpectationToString(const ThreadLikeObject*) { in ExpectationToString() function
185 RTC_DCHECK((x)->IsCurrent()) << webrtc::ExpectationToString(x)
Dsequence_checker.cc32 std::string ExpectationToString(const webrtc::SequenceChecker* checker) { in ExpectationToString() function
34 return checker->ExpectationToString(); in ExpectationToString()
76 std::string SequenceCheckerImpl::ExpectationToString() const { in ExpectationToString() function in webrtc::SequenceCheckerImpl