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