Searched refs:aValue32 (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/surface_lite/test/unittest/ |
H A D | graphic_surface_test.cpp | 79 int32_t aValue32; variable 80 …int32_t ret = buffer->GetInt32(1, aValue32); // key = 1, test has value with key(1). if not, ret <… 112 int32_t aValue32; variable 113 …int32_t ret = buffer->GetInt32(1, aValue32); // key = 1, test has value with key(1). if not, ret <… 157 int32_t aValue32; variable 158 …int32_t ret = buffer.GetInt32(1, aValue32); // key = 1, test has value for key(1). if not, ret < 0. 164 ret = buffer.GetInt32(key32, aValue32); 166 EXPECT_EQ(value32, aValue32);
|