Home
last modified time | relevance | path

Searched defs:num_left (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Djson_escaping.cc186 uint32 *cp, int* num_left, int *num_read) { in ReadCodePoint()
362 int num_left = 0; // Num of chars to read to complete the code point. in Escape() local