Searched refs:helper_data (Results 1 – 1 of 1) sorted by relevance
221 DataBufferHeap helper_data; in AddModuleList() local268 helper_data.AppendData(uuid.begin(), uuid.size()); in AddModuleList()283 error = WriteString(module_name, &helper_data); in AddModuleList()291 m_data.AppendData(helper_data.GetBytes(), helper_data.GetByteSize()); in AddModuleList()423 DataBufferHeap helper_data; in AddThreadList() local475 helper_data.AppendData( in AddThreadList()491 m_data.AppendData(helper_data.GetBytes(), helper_data.GetByteSize()); in AddThreadList()526 DataBufferHeap helper_data; in AddException() local534 helper_data.AppendData( in AddException()555 m_data.AppendData(helper_data.GetBytes(), helper_data.GetByteSize()); in AddException()[all …]