Searched refs:extra_dump_options (Results 1 – 2 of 2) sorted by relevance
43 const uint32_t extra_dump_options = m_raw_value_dump ? eDumpOptionRaw : 0; in DumpValue() local52 m_values[i]->DumpValue(exe_ctx, strm, dump_mask | extra_dump_options); in DumpValue()64 … m_values[i]->DumpValue(exe_ctx, strm, (dump_mask & (~eDumpOptionType)) | extra_dump_options); in DumpValue()
53 const uint32_t extra_dump_options = m_raw_value_dump ? eDumpOptionRaw : 0; in DumpValue() local63 option_value->DumpValue(exe_ctx, strm, dump_mask | extra_dump_options); in DumpValue()76 … option_value->DumpValue(exe_ctx, strm, (dump_mask & (~eDumpOptionType)) | extra_dump_options); in DumpValue()