Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/data/
Dfont_input_stream.cc119 return 0xffffffffL & ReadLong(); in ReadULong()
127 int32_t FontInputStream::ReadLong() { in ReadLong() function in sfntly::FontInputStream
132 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/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/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));