Searched defs:IntWrapper (Results 1 – 1 of 1) sorted by relevance
303 class IntWrapper { class305 explicit IntWrapper(int a_value) : value_(a_value) {} in IntWrapper() function in IntWrapper306 IntWrapper(const IntWrapper& other) : value_(other.value_) {} in IntWrapper() function in IntWrapper