Home
last modified time | relevance | path

Searched refs:len_with_nul (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/trace_processor/rpc/
Dquery_result_serializer.cc164 uint32_t len_with_nul = in SerializeBatch() local
167 strings->AppendRawProtoBytes(str_begin, len_with_nul); in SerializeBatch()
168 approx_batch_size += len_with_nul + 4; // 4 is a guess on the preamble. in SerializeBatch()