Home
last modified time | relevance | path

Searched defs:OnlyNonTriviallyConstructible (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/rtc_base/
Dcallback_list_unittest.cc162 struct OnlyNonTriviallyConstructible { struct
164 OnlyNonTriviallyConstructible(OnlyNonTriviallyConstructible&& m) {} in OnlyNonTriviallyConstructible() function
166 void operator()(int& a) { a = 1; } in operator ()()