Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
Dgmock-spec-builders_test.cc815 struct NonMoveableStruct { in TEST() struct
816 explicit NonMoveableStruct(int x_in) : x(x_in) {} in TEST() argument
819 int x; in TEST()