Searched refs:kProfileSizeWarningThresholdInBytes (Results 1 – 2 of 2) sorted by relevance
451 if (output_size > kProfileSizeWarningThresholdInBytes) { in Save()453 << std::to_string(kProfileSizeWarningThresholdInBytes); in Save()1301 if (uncompressed_data_size > kProfileSizeWarningThresholdInBytes) { in LoadInternal()1303 << std::to_string(kProfileSizeWarningThresholdInBytes) in LoadInternal()
457 const uint32_t kProfileSizeWarningThresholdInBytes = 500000U; variable