Home | History | Annotate | Download | only in src

Lines Matching refs:utf8_length

1176   uint32_t utf8_length;
1178 if (!ReadVarint<uint32_t>().To(&utf8_length) ||
1179 utf8_length >
1181 !ReadRawBytes(utf8_length).To(&utf8_bytes)) {