Lines Matching refs:stream

399     std::string out_str = stream.str();  in GetResult()
406 std::ostringstream stream; member in tifast::__anon4fd488430111::LogPrinter
424 stream << ", const jvmtiAddrLocationMap*[start_address: " in PrintRest()
427 stream << ", const jvmtiAddrLocationMap*[nullptr]"; in PrintRest()
434 stream << ", jint*[" << static_cast<const void*>(v) << "]"; in PrintRest()
440 stream << ", const void*[" << v << "]"; in PrintRest()
446 stream << ", unsigned char**[" << static_cast<const void*>(v) << "]"; in PrintRest()
452 stream << ", const unsigned char*[" << static_cast<const void*>(v) << "]"; in PrintRest()
458 stream << ", const char*[" << v << "]"; in PrintRest()
472 stream << ", jvalue[{<hex: 0x" << hex.str() << ">" in PrintRest()
487 stream << ", void**[" << v << "]"; in PrintRest()
493 stream << ", void*[" << v << "]"; in PrintRest()
499 stream << ", jlong[" << l.val << ", hex: 0x" << std::hex << l.val << "]"; in PrintRest()
505 stream << ", jlocation[" << l << ", hex: 0x" << std::hex << l << "]"; in PrintRest()
511 stream << ", jboolean[" << (b ? "true" : "false") << "]"; in PrintRest()
517 stream << ", jint[" << i << ", hex: 0x" << std::hex << i << "]"; in PrintRest()
524 stream << ", jobject[nullptr]"; in PrintRest()
530 stream << ", jobject[type: " << sci << "]"; in PrintRest()
532 stream << ", jobject[type: TYPE UNKNOWN]"; in PrintRest()
542 stream << ", jthread[" << sti.GetName() << "]"; in PrintRest()
550 stream << ", jclass[" << sci << "]"; in PrintRest()
552 stream << ", jclass[TYPE UNKNOWN]"; in PrintRest()
561 stream << ", jmethodID[" << smi << "]"; in PrintRest()
563 stream << ", jmethodID[METHOD UNKNOWN]"; in PrintRest()