Searched refs:IntWrapper (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-param-test_test.cc303 class IntWrapper { class
305 explicit IntWrapper(int a_value) : value_(a_value) {} function in class:IntWrapper
306 IntWrapper(const IntWrapper& other) : value_(other.value_) {} function in class:IntWrapper
308 IntWrapper operator=(const IntWrapper& other) {
313 IntWrapper operator+(int other) const { return IntWrapper(value_ + other); }
314 bool operator<(const IntWrapper& other) const {
324 const ParamGenerator<IntWrapper> ge
[all...]

Completed in 10 milliseconds