Searched refs:arg_name_ref (Results 1 – 2 of 2) sorted by relevance
336 uint32_t arg_name_ref = in ParseRecord() local339 if (fuchsia_trace_utils::IsInlineString(arg_name_ref)) { in ParseRecord()341 cursor.ReadInlineString(arg_name_ref, nullptr); in ParseRecord()343 record->InsertString(arg_name_ref, in ParseRecord()344 current_provider_->string_table[arg_name_ref]); in ParseRecord()418 uint32_t arg_name_ref = in ParseRecord() local421 if (fuchsia_trace_utils::IsInlineString(arg_name_ref)) { in ParseRecord()422 if (!cursor.ReadInlineString(arg_name_ref, &arg_name)) { in ParseRecord()428 current_provider_->string_table[arg_name_ref]); in ParseRecord()
156 uint32_t arg_name_ref = in ParseTracePacket() local159 if (fuchsia_trace_utils::IsInlineString(arg_name_ref)) { in ParseTracePacket()161 if (!cursor.ReadInlineString(arg_name_ref, &arg_name_view)) { in ParseTracePacket()167 arg.name = record->GetString(arg_name_ref); in ParseTracePacket()