Home
last modified time | relevance | path

Searched refs:ReadLong (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs_messages.cc38 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()
/external/sfntly/cpp/src/sfntly/data/
Dfont_input_stream.cc112 return 0xffffffffL & ReadLong(); in ReadULong()
120 int32_t FontInputStream::ReadLong() { in ReadLong() function in sfntly::FontInputStream
125 return ReadLong(); in ReadFixed()
Dfont_input_stream.h83 virtual int32_t ReadLong();
Dreadable_font_data.cc174 int32_t ReadableFontData::ReadLong(int32_t index) { in ReadLong() function in sfntly::ReadableFontData
191 return ReadLong(index); in ReadFixed()
Dreadable_font_data.h147 virtual int32_t ReadLong(int32_t index);
/external/grpc-grpc/examples/cpp/route_guide/
Dhelper.cc83 ReadLong(&temp); in TryParseOne()
88 ReadLong(&temp); in TryParseOne()
122 void ReadLong(long* l) { in ReadLong() function in routeguide::Parser
/external/tensorflow/tensorflow/contrib/ignite/kernels/dataset/
Dignite_dataset_iterator.cc162 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()
/external/sfntly/cpp/src/test/
Dendian_test.cc51 EXPECT_EQ(rfd->ReadLong(20), -256); in TestEndian()
Dopen_type_data_test.cc41 EXPECT_EQ(-16711423, data->ReadLong(0)); in TestOTFRead()
/external/tensorflow/tensorflow/contrib/ignite/kernels/client/
Dignite_client.h51 Status ReadLong(int64_t *data) { in ReadLong() function
/external/libchrome/base/
Dpickle_unittest.cc57 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()
Dpickle.h43 bool ReadLong(long* result) WARN_UNUSED_RESULT;
Dpickle.cc92 bool PickleIterator::ReadLong(long* result) { in ReadLong() function in base::PickleIterator
/external/sfntly/cpp/src/sfntly/table/core/
Dhorizontal_device_metrics_table.cc34 return data_->ReadLong(Offset::kSizeDeviceRecord); in RecordSize()
/external/libchrome/ipc/
Dipc_message_utils.h217 return iter->ReadLong(r);
231 return iter->ReadLong(reinterpret_cast<long*>(r));