Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc112 move_constructs_(move_constructs), in DerivedCopyMoveCounter()
116 int* move_constructs_; member
129 move_constructs_(move_constructs), in CopyMoveCounter()
135 move_constructs_(other.move_constructs_), in CopyMoveCounter()
143 move_constructs_(other.move_constructs_), in CopyMoveCounter()
145 (*move_constructs_)++; in CopyMoveCounter()
152 move_constructs_(other.move_constructs_), in CopyMoveCounter()
161 move_constructs_(other.move_constructs_), in CopyMoveCounter()
163 (*move_constructs_)++; in CopyMoveCounter()
169 move_constructs_ = rhs.move_constructs_; in operator =()
[all …]