Home
last modified time | relevance | path

Searched refs:kContextLength (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc775 static const int kContextLength = 20; in ReportFailure() local
778 const char* begin = std::max(p_start - kContextLength, json_start); in ReportFailure()
780 std::min(p_start + kContextLength, json_start + json_.size()); in ReportFailure()