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

/external/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc722 static const int kContextLength = 20; local
725 const char* begin = std::max(p_start - kContextLength, json_start);
727 std::min(p_start + kContextLength, json_start + json_.size());

Completed in 755 milliseconds