Searched refs:copies_ (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | cleanup_test.cc | 175 int copies_ = 0; member in tensorflow::__anonad15dea10111::CleanupReferenceTest 177 F f_ = F(&copies_, &calls_); 218 EXPECT_EQ(0, copies_); in TEST_F() 223 EXPECT_EQ(1, copies_); in TEST_F() 226 EXPECT_EQ(1, copies_); in TEST_F() 230 EXPECT_EQ(2, copies_); in TEST_F() 233 EXPECT_EQ(2, copies_); in TEST_F() 236 EXPECT_EQ(3, copies_); in TEST_F() 239 EXPECT_EQ(3, copies_); in TEST_F() 247 EXPECT_EQ(0, copies_); in TEST_F() [all …]
|
/external/libchrome/base/ |
D | bind_unittest.cc | 110 : copies_(copies), in DerivedCopyMoveCounter() 114 int* copies_; member 127 : copies_(copies), in CopyMoveCounter() 133 : copies_(other.copies_), in CopyMoveCounter() 137 (*copies_)++; in CopyMoveCounter() 141 : copies_(other.copies_), in CopyMoveCounter() 150 : copies_(other.copies_), in CopyMoveCounter() 154 (*copies_)++; in CopyMoveCounter() 159 : copies_(other.copies_), in CopyMoveCounter() 167 copies_ = rhs.copies_; in operator =() [all …]
|