Home
last modified time | relevance | path

Searched refs:move_constructs_ (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/
Dbind_unittest.cc113 move_constructs_(move_constructs), in DerivedCopyMoveCounter()
117 int* move_constructs_; member
130 move_constructs_(move_constructs), in CopyMoveCounter()
136 move_constructs_(other.move_constructs_), in CopyMoveCounter()
144 move_constructs_(other.move_constructs_), in CopyMoveCounter()
146 (*move_constructs_)++; in CopyMoveCounter()
153 move_constructs_(other.move_constructs_), in CopyMoveCounter()
162 move_constructs_(other.move_constructs_), in CopyMoveCounter()
164 (*move_constructs_)++; in CopyMoveCounter()
170 move_constructs_ = rhs.move_constructs_; in operator =()
[all …]