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::__anona91a9d040111::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 | 111 : copies_(copies), in DerivedCopyMoveCounter() 115 int* copies_; member 128 : copies_(copies), in CopyMoveCounter() 134 : copies_(other.copies_), in CopyMoveCounter() 138 (*copies_)++; in CopyMoveCounter() 142 : copies_(other.copies_), in CopyMoveCounter() 151 : copies_(other.copies_), in CopyMoveCounter() 155 (*copies_)++; in CopyMoveCounter() 160 : copies_(other.copies_), in CopyMoveCounter() 168 copies_ = rhs.copies_; in operator =() [all …]
|