Searched refs:dump_stream (Results 1 – 1 of 1) sorted by relevance
351 StreamString dump_stream; in DumpToLog() local357 dump_stream.Printf("0x%" PRIx64 ": EntityPersistentVariable (%s)\n", in DumpToLog()362 dump_stream.Printf("Pointer:\n"); in DumpToLog()369 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()371 DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16, in DumpToLog()374 dump_stream.PutChar('\n'); in DumpToLog()379 dump_stream.Printf("Target:\n"); in DumpToLog()386 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()400 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()402 DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16, in DumpToLog()[all …]