Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/util/internal/
Djson_escaping.cc128 bool ReadCodePoint(StringPiece str, int index, uint32* cp, int* num_left, in ReadCodePoint()
305 int num_left = 0; // Num of chars to read to complete the code point. in Escape() local
/third_party/boost/boost/convert/
Dbase.hpp140 int num_left = adjust_ == cnv::adjust::left ? 0 in to_str_() local