Home | History | Annotate | Download | only in src

Lines Matching refs:LogWriteBytes

325   void LogWriteBytes(const char* bytes, int size);
330 LogWriteBytes(reinterpret_cast<const char*>(&tag), sizeof(tag));
331 LogWriteBytes(reinterpret_cast<const char*>(&s), sizeof(s));
382 LogWriteBytes(arch, sizeof(arch));
392 LogWriteBytes(name, length);
393 LogWriteBytes(
407 void LowLevelLogger::LogWriteBytes(const char* bytes, int size) {
417 LogWriteBytes(&tag, sizeof(tag));