Searched refs:size_per_platform_handle (Results 1 – 1 of 1) sorted by relevance
106 size_t size_per_platform_handle = 0; in TransportData() local108 size_per_platform_handle = channel->GetSerializedPlatformHandleSize(); in TransportData()109 DCHECK_LE(size_per_platform_handle, kMaxSizePerPlatformHandle); in TransportData()110 estimated_size += estimated_num_platform_handles * size_per_platform_handle; in TransportData()185 current_offset += platform_handles_->size() * size_per_platform_handle; in TransportData()