Searched refs:WriteShort (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | zip_writer.cc | 128 static void WriteShort(io::CodedOutputStream *out, uint16 val) { in WriteShort() function 153 WriteShort(&output, 10); // version needed to extract in Write() 154 WriteShort(&output, 0); // flags in Write() 155 WriteShort(&output, 0); // compression method: stored in Write() 156 WriteShort(&output, 0); // last modified time in Write() 157 WriteShort(&output, 0); // last modified date in Write() 161 WriteShort(&output, filename_size); // file name length in Write() 162 WriteShort(&output, 0); // extra field length in Write() 183 WriteShort(&output, 10); // version made by in WriteDirectory() 184 WriteShort(&output, 10); // version needed to extract in WriteDirectory() [all …]
|