Searched refs:tmp_int (Results 1 – 5 of 5) sorted by relevance
69 int tmp_int = write_idx_; in Swap() local71 other->write_idx_ = tmp_int; in Swap()73 tmp_int = read_idx_; in Swap()75 other->read_idx_ = tmp_int; in Swap()77 tmp_int = storage_size_; in Swap()79 other->storage_size_ = tmp_int; in Swap()
67 int tmp_int = write_idx_; in Swap() local69 other->write_idx_ = tmp_int; in Swap()71 tmp_int = read_idx_; in Swap()73 other->read_idx_ = tmp_int; in Swap()75 tmp_int = storage_size_; in Swap()77 other->storage_size_ = tmp_int; in Swap()
181 int tmp_int = 0; in TEST() local182 EXPECT_TRUE(b2.x->GetAsInteger(&tmp_int)); in TEST()183 EXPECT_EQ(7, tmp_int); in TEST()
75 int tmp_int = 0; in GetValueHash() local77 if (value.GetAsInteger(&tmp_int)) in GetValueHash()78 value_as_string = base::IntToString(tmp_int); in GetValueHash()
1462 int tmp_int; in TEST_F() local1473 EXPECT_TRUE(item->GetInteger("tid", &tmp_int)); in TEST_F()1477 if(static_cast<int>(thread_ids[j]) != tmp_int) in TEST_F()1482 EXPECT_TRUE(item->GetInteger("pid", &tmp_int) && in TEST_F()1483 tmp_int == static_cast<int>(base::GetCurrentProcId())); in TEST_F()