Home
last modified time | relevance | path

Searched defs:WriteShort (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dfont_output_stream.cc86 void FontOutputStream::WriteShort(int32_t s) { in WriteShort() function in sfntly::FontOutputStream
Dwritable_font_data.cc120 int32_t WritableFontData::WriteShort(int32_t index, int32_t s) { in WriteShort() function in sfntly::WritableFontData
/third_party/protobuf/src/google/protobuf/compiler/
Dzip_writer.cc81 static void WriteShort(io::CodedOutputStream* out, uint16_t val) { in WriteShort() function
/third_party/protobuf/src/google/protobuf/io/
Dzero_copy_sink_test.cc159 TEST_F(ZeroCopyStreamByteSinkTest, WriteShort) { in TEST_F() argument