Searched refs:ReadLong (Results 1 – 15 of 15) sorted by relevance
38 TF_RETURN_IF_ERROR(client->ReadLong(&group_block_size)); in Read()39 TF_RETURN_IF_ERROR(client->ReadLong(&length)); in Read()41 TF_RETURN_IF_ERROR(client->ReadLong(&access_time)); in Read()42 TF_RETURN_IF_ERROR(client->ReadLong(&modification_time)); in Read()170 TF_RETURN_IF_ERROR(client->ReadLong(&block_size)); in Read()206 TF_RETURN_IF_ERROR(client->ReadLong(&stream_id)); in Read()222 TF_RETURN_IF_ERROR(client->ReadLong(&stream_id)); in Read()247 TF_RETURN_IF_ERROR(client->ReadLong(&stream_id)); in Read()248 TF_RETURN_IF_ERROR(client->ReadLong(&length)); in Read()
112 return 0xffffffffL & ReadLong(); in ReadULong()120 int32_t FontInputStream::ReadLong() { in ReadLong() function in sfntly::FontInputStream125 return ReadLong(); in ReadFixed()
83 virtual int32_t ReadLong();
174 int32_t ReadableFontData::ReadLong(int32_t index) { in ReadLong() function in sfntly::ReadableFontData191 return ReadLong(index); in ReadFixed()
147 virtual int32_t ReadLong(int32_t index);
83 ReadLong(&temp); in TryParseOne()88 ReadLong(&temp); in TryParseOne()122 void ReadLong(long* l) { in ReadLong() function in routeguide::Parser
162 TF_RETURN_IF_ERROR(client_->ReadLong(&req_id)); in CloseConnection()296 TF_RETURN_IF_ERROR(client_->ReadLong(&req_id)); in ScanQuery()320 TF_RETURN_IF_ERROR(client_->ReadLong(&cursor_id_)); in ScanQuery()348 TF_RETURN_IF_ERROR(client_->ReadLong(&req_id)); in LoadNextPage()
51 EXPECT_EQ(rfd->ReadLong(20), -256); in TestEndian()
41 EXPECT_EQ(-16711423, data->ReadLong(0)); in TestOTFRead()
51 Status ReadLong(int64_t *data) { in ReadLong() function
57 EXPECT_TRUE(iter.ReadLong(&outlong)); in VerifyResult()157 EXPECT_DEATH(ignore_result(iter.ReadLong(&outlong)), ""); in TEST()160 EXPECT_TRUE(iter.ReadLong(&outlong)); in TEST()
43 bool ReadLong(long* result) WARN_UNUSED_RESULT;
92 bool PickleIterator::ReadLong(long* result) { in ReadLong() function in base::PickleIterator
34 return data_->ReadLong(Offset::kSizeDeviceRecord); in RecordSize()
217 return iter->ReadLong(r);231 return iter->ReadLong(reinterpret_cast<long*>(r));