Lines Matching defs:byteCount
35 std::size_t byteCount;
36 if (auto ch{io.GetCurrentChar(byteCount)}) {
510 std::size_t byteCount{0};
511 next = io.GetCurrentChar(byteCount);
513 io.HandleRelativePosition(byteCount);
949 std::size_t byteCount{0};
950 auto ch{io.GetCurrentChar(byteCount)};
959 io.HandleRelativePosition(byteCount);
961 auto next{io.GetCurrentChar(byteCount)};
964 io.HandleRelativePosition(byteCount);
981 std::size_t byteCount{0};
982 auto ch{io.GetCurrentChar(byteCount)};
984 io.HandleRelativePosition(byteCount);
992 while (auto ch{io.GetCurrentChar(byteCount)}) {
1023 io.HandleRelativePosition(byteCount);
1024 io.GotChar(byteCount);