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

/external/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc724 const char* json_start = json_.data(); local
725 const char* begin = std::max(p_start - kContextLength, json_start);
727 std::min(p_start + kContextLength, json_start + json_.size());
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c10884 static const int json_start = 1; variable
11135 UPB_UNUSED(json_start);
11156 cs = json_start;
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c11585 static const int json_start = 1; variable
11836 UPB_UNUSED(json_start);
11857 cs = json_start;

Completed in 556 milliseconds