Searched refs:last_id (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/utest/fs-vnode/
H A Dlazy-dir-tests.cpp63 last_id = id;
73 uint64_t last_id; member in class:__anon1407::TestLazyDir
110 EXPECT_EQ(1, test.last_id);
131 EXPECT_EQ(33, test.last_id);
/fuchsia/zircon/system/ulib/hid-parser/
H A Dparser.cpp174 int32_t last_id = -1; local
181 if (static_cast<int32_t>(f.report_id) != last_id) {
191 last_id = f.report_id;

Completed in 76 milliseconds