Home
last modified time | relevance | path

Searched refs:have_bytes (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc613 size_t have_bytes = in.size() - i; in EscapeJSString() local
619 codepoint = DecodeUTF8Codepoint(bytes, &have_bytes); in EscapeJSString()
620 if (have_bytes == 0) { in EscapeJSString()
623 decoded = have_bytes; in EscapeJSString()