Searched refs:itrToKwds (Results 1 – 2 of 2) sorted by relevance
330 types::BinaryVector::const_iterator& itrToKwds) in readKeywords() argument336 std::string kwdName(itrToKwds, itrToKwds + Length::KW_NAME); in readKeywords()343 char kwNameStart = *itrToKwds; in readKeywords()346 std::advance(itrToKwds, Length::KW_NAME); in readKeywords()354 kwdDataLength = *itrToKwds; in readKeywords()355 lengthHighByte = *(itrToKwds + 1); in readKeywords()359 std::advance(itrToKwds, sizeof(types::PoundKwSize)); in readKeywords()364 kwdDataLength = *itrToKwds; in readKeywords()367 std::advance(itrToKwds, sizeof(types::KwSize)); in readKeywords()371 auto stop = std::next(itrToKwds, kwdDataLength); in readKeywords()[all …]
178 types::BinaryVector::const_iterator& itrToKwds);