Searched refs:kContextLength (Results 1 – 1 of 1) sorted by relevance
775 static const int kContextLength = 20; in ReportFailure() local778 const char* begin = std::max(p_start - kContextLength, json_start); in ReportFailure()780 std::min(p_start + kContextLength, json_start + json_.size()); in ReportFailure()