Home
last modified time | relevance | path

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

/external/libchrome/base/
Doptional_unittest.cc45 move_ctors_count_(other.move_ctors_count_) {} in TestObject()
51 move_ctors_count_(other.move_ctors_count_ + 1) { in TestObject()
59 move_ctors_count_ = other.move_ctors_count_; in operator =()
67 move_ctors_count_ = other.move_ctors_count_; in operator =()
76 swap(move_ctors_count_, other->move_ctors_count_); in Swap()
89 int move_ctors_count() const { return move_ctors_count_; } in move_ctors_count()
95 int move_ctors_count_ = 0; member in base::__anon12386dd80111::TestObject
/external/perfetto/src/base/
Doptional_unittest.cc62 move_ctors_count_(other.move_ctors_count_) {} in TestObject()
68 move_ctors_count_(other.move_ctors_count_ + 1) { in TestObject()
76 move_ctors_count_ = other.move_ctors_count_; in operator =()
84 move_ctors_count_ = other.move_ctors_count_; in operator =()
93 swap(move_ctors_count_, other->move_ctors_count_); in Swap()
106 int move_ctors_count() const { return move_ctors_count_; } in move_ctors_count()
112 int move_ctors_count_ = 0; member in perfetto::base::__anon8aa3b8430111::TestObject