HomeSort by relevance Sort by last modified time
    Searched refs:WriteLong (Results 1 - 12 of 12) sorted by null

  /external/sfntly/cpp/src/sfntly/data/
font_output_stream.h 62 virtual void WriteLong(int64_t l);
writable_font_data.h 155 virtual int32_t WriteLong(int32_t index, int64_t l);
font_output_stream.cc 103 void FontOutputStream::WriteLong(int64_t l) {
writable_font_data.cc 147 int32_t WritableFontData::WriteLong(int32_t index, int64_t l) {
152 return WriteLong(index, f);
  /external/sfntly/cpp/src/test/
endian_test.cc 66 fos.WriteLong(-256);
  /external/libchrome/base/
pickle.h 231 bool WriteLong(long value) {
pickle_unittest.cc 118 EXPECT_TRUE(pickle.WriteLong(testlong));
592 pickle.WriteLong(42);
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.cc 198 size += new_data->WriteLong(size, *b);
index_sub_table_format2.cc 203 size += new_data->WriteLong(EblcTable::Offset::kIndexSubTable2_imageSize,
index_sub_table_format4.cc 243 size += new_data->WriteLong(size, offset_pair_array_.size() - 1);
  /external/libmojo/ipc/
ipc_message_utils.h 221 m->WriteLong(p);
238 m->WriteLong(p);
    [all...]
  /external/fmtlib/test/
format-test.cc 281 TEST(WriterTest, WriteLong) {
    [all...]

Completed in 829 milliseconds