Lines Matching defs:aValue64
82 int64_t aValue64;
83 ret = buffer->GetInt64(1, aValue64); // key = 1, test has value with key(1). if not, ret < 0.
115 int64_t aValue64;
116 ret = buffer->GetInt64(1, aValue64); // key = 1, test has value with key(1). if not, ret < 0?
168 int64_t aValue64;
169 ret = buffer.GetInt64(1, aValue64); // key = 1, test has value for key(1). if not, ret < 0?
175 ret = buffer.GetInt64(key64, aValue64);
177 EXPECT_EQ(value64, aValue64);
181 ret = buffer.GetInt64(key64, aValue64);
183 EXPECT_EQ(value64, aValue64);