Searched refs:GetSourceSize (Results 1 – 2 of 2) sorted by relevance
270 auto source_size(dump_options.GetSourceSize()); in DumpEncodedBufferToStream()273 if (dump_options.GetSourceSize() == 0) { in DumpEncodedBufferToStream()429 if (elem_type == StringElementType::ASCII && !options.GetSourceSize()) { in ReadEncodedBufferAndDumpToStream()440 sourceSize = options.GetSourceSize(); in ReadEncodedBufferAndDumpToStream()
55 uint32_t GetSourceSize() const { return m_source_size; } in GetSourceSize() function