Searched refs:dump_stream (Results 1 – 1 of 1) sorted by relevance
337 StreamString dump_stream; in DumpToLog() local343 dump_stream.Printf("0x%" PRIx64 ": EntityPersistentVariable (%s)\n", in DumpToLog()348 dump_stream.Printf("Pointer:\n"); in DumpToLog()355 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()357 DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16, in DumpToLog()360 dump_stream.PutChar('\n'); in DumpToLog()365 dump_stream.Printf("Target:\n"); in DumpToLog()372 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()381 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()383 DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16, in DumpToLog()[all …]