Lines Matching refs:LOG
35 LOG(ERROR) << "Invalid number of tokens"; in RangeSet()
50 LOG(ERROR) << "Invalid range text: " << range_text; in Parse()
56 LOG(ERROR) << "Failed to parse the number of tokens: " << range_text; in Parse()
60 LOG(ERROR) << "Invalid number of tokens: " << range_text; in Parse()
64 LOG(ERROR) << "Number of tokens must be even: " << range_text; in Parse()
68 LOG(ERROR) << "Mismatching number of tokens: " << range_text; in Parse()
87 LOG(ERROR) << "Empty or negative range: " << range.first << ", " << range.second; in PushBack()
92 LOG(ERROR) << "RangeSet size overflow"; in PushBack()
190 LOG(ERROR) << "Failed to get the sub ranges for start_index " << start_index in GetSubRanges()
197 LOG(WARNING) << "num_of_blocks is zero when calling GetSubRanges()"; in GetSubRanges()
234 LOG(ERROR) << "Failed to construct byte ranges to read, start_block: " << start_index in GetSubRanges()