Searched defs:MoveError (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/api/ | ||
D | rtc_error.h | 298 RTCError MoveError() { return std::move(error_); } in MoveError() function |
D | rtc_error_unittest.cc | 207 TEST(RTCErrorOrTest, MoveError) { in TEST() argument |