Searched refs:bytes_consumed (Results 1 - 6 of 6) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | unilib.cc | 53 int bytes_consumed = charntorune(&rune, p, static_cast<int>(end - p)); in SpanInterchangeValid() local 56 // while errors return bytes_consumed <= 1. in SpanInterchangeValid() 57 if ((rune == Runeerror && bytes_consumed <= 1) || in SpanInterchangeValid() 61 p += bytes_consumed; in SpanInterchangeValid()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | structurally_valid.cc | 390 int* bytes_consumed) { in UTF8GenericScan() 391 *bytes_consumed = 0; in UTF8GenericScan() 492 *bytes_consumed = src - isrc; in UTF8GenericScan() 499 int* bytes_consumed) { in UTF8GenericScanFastAscii() 500 *bytes_consumed = 0; in UTF8GenericScanFastAscii() 532 *bytes_consumed = src - isrc; in UTF8GenericScanFastAscii() 558 int bytes_consumed = 0; 560 buf, len, &bytes_consumed); 561 return (bytes_consumed == len); 567 int bytes_consumed 387 UTF8GenericScan(const UTF8ScanObj* st, const char * str, int str_length, int* bytes_consumed) UTF8GenericScan() argument 496 UTF8GenericScanFastAscii(const UTF8ScanObj* st, const char * str, int str_length, int* bytes_consumed) UTF8GenericScanFastAscii() argument [all...] |
/third_party/node/src/ |
H A D | inspector_socket.cc | 286 int* bytes_consumed, in decode_frame_hybi17() 289 *bytes_consumed = 0; in decode_frame_hybi17() 366 *bytes_consumed = pos; in decode_frame_hybi17() 441 int bytes_consumed = 0; in ParseWsFrames() local 447 &bytes_consumed, &output, in ParseWsFrames() 452 bytes_consumed = 0; in ParseWsFrames() 455 bytes_consumed = 0; in ParseWsFrames() 459 return bytes_consumed; in ParseWsFrames() 284 decode_frame_hybi17(const std::vector<char>& buffer, bool client_frame, int* bytes_consumed, std::vector<char>* output, bool* compressed) decode_frame_hybi17() argument
|
/third_party/skia/third_party/externals/brotli/go/cbrotli/ |
H A D | writer.go | 16 size_t bytes_consumed; 32 result.bytes_consumed = data_size - available_in; 104 p = p[int(result.bytes_consumed):] 105 n += int(result.bytes_consumed)
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | growfiles.c | 206 int bytes_consumed = 0; /* total bytes consumed, all files */ variable 1398 if (bytes_to_consume && bytes_consumed >= bytes_to_consume) { in main() 2339 bytes_consumed += size_grew; in growfile() 2483 bytes_consumed -= (cur_offset - new_offset); in shrinkfile()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-compiler.cc | 2789 size_t bytes_consumed = ModuleDecoder::IdentifyUnknownSection( in ProcessSection() local 2800 offset += bytes_consumed; in ProcessSection() 2801 bytes = bytes.SubVector(bytes_consumed, bytes.size()); in ProcessSection()
|
Completed in 15 milliseconds