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