Home
last modified time | relevance | path

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

/developtools/profiler/proto_encoder/test/unittest/
H A Dbase_message_unittest.cpp31 static uint32_t g_writePos = 0; member
35 if (g_writePos + size > sizeof(g_buf)) { in GetMemory()
39 *memory = &g_buf[g_writePos]; in GetMemory()
40 *offset = g_writePos; in GetMemory()
50 g_writePos = offset; in Seek()
63 g_writePos = 0; in SetUp()
80 ASSERT_EQ(g_writePos, (uint32_t)msgOpt.Size()); in HWTEST_F()
85 ASSERT_EQ(g_writePos, (uint32_t)msgOpt.Size()); in HWTEST_F()
94 ASSERT_GT(g_writePos, (uint32_t)msgOpt.Size()); in HWTEST_F()
99 ASSERT_EQ(g_writePos, (uint32_ in HWTEST_F()
[all...]

Completed in 2 milliseconds