Home
last modified time | relevance | path

Searched defs:WriteInt (Results 1 – 2 of 2) sorted by relevance

/external/oss-fuzz/projects/libpng-proto/
Dpng_proto_fuzzer_example.cc10 static void WriteInt(std::stringstream &out, uint32_t x) { in WriteInt() function
/external/libchrome/base/
Dpickle.h190 void WriteInt(int value) { WritePOD(value); } in WriteInt() function