Searched refs:ExpectationToString (Results 1 – 2 of 2) sorted by relevance
42 std::string ExpectationToString() const;173 std::string ExpectationToString(const webrtc::SequenceChecker* checker);177 std::string ExpectationToString(const ThreadLikeObject*) { in ExpectationToString() function185 RTC_DCHECK((x)->IsCurrent()) << webrtc::ExpectationToString(x)
32 std::string ExpectationToString(const webrtc::SequenceChecker* checker) { in ExpectationToString() function34 return checker->ExpectationToString(); in ExpectationToString()76 std::string SequenceCheckerImpl::ExpectationToString() const { in ExpectationToString() function in webrtc::SequenceCheckerImpl