Searched refs:dump_stream (Results 1 – 1 of 1) sorted by relevance
349 StreamString dump_stream; in DumpToLog() local355 dump_stream.Printf("0x%" PRIx64 ": EntityPersistentVariable (%s)\n", in DumpToLog()360 dump_stream.Printf("Pointer:\n"); in DumpToLog()367 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()369 DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16, in DumpToLog()372 dump_stream.PutChar('\n'); in DumpToLog()377 dump_stream.Printf("Target:\n"); in DumpToLog()384 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()394 dump_stream.Printf(" <could not be read>\n"); in DumpToLog()396 DumpHexBytes(&dump_stream, data.GetBytes(), data.GetByteSize(), 16, in DumpToLog()[all …]