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/rust/crates/bindgen/bindgen/
Dclang.rs521 let mut num_left = n; in has_at_least_num_children() localVariable