Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Djson_stream_parser.cc722 static const int kContextLength = 20; in ReportFailure() local
725 const char* begin = std::max(p_start - kContextLength, json_start); in ReportFailure()
727 std::min(p_start + kContextLength, json_start + json_.size()); in ReportFailure()