Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc106 move_constructs_(move_constructs), in DerivedCopyMoveCounter()
110 int* move_constructs_; member
123 move_constructs_(move_constructs), in CopyMoveCounter()
129 move_constructs_(other.move_constructs_), in CopyMoveCounter()
137 move_constructs_(other.move_constructs_), in CopyMoveCounter()
139 (*move_constructs_)++; in CopyMoveCounter()
146 move_constructs_(other.move_constructs_), in CopyMoveCounter()
155 move_constructs_(other.move_constructs_), in CopyMoveCounter()
157 (*move_constructs_)++; in CopyMoveCounter()
163 move_constructs_ = rhs.move_constructs_; in operator =()
[all …]