Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_event_unittest.cc1725 int tmp_int; in TEST_F() local
1736 EXPECT_TRUE(item->GetInteger("tid", &tmp_int)); in TEST_F()
1740 if (static_cast<int>(thread_ids[j]) != tmp_int) in TEST_F()
1745 EXPECT_TRUE(item->GetInteger("pid", &tmp_int) && in TEST_F()
1746 tmp_int == static_cast<int>(base::GetCurrentProcId())); in TEST_F()