• Home
  • Raw
  • Download

Lines Matching refs:ByteStringView

145 ByteString::ByteString(ByteStringView bstrc) {  in ByteString()
152 ByteString::ByteString(ByteStringView str1, ByteStringView str2) { in ByteString()
166 ByteString::ByteString(const std::initializer_list<ByteStringView>& list) { in ByteString()
202 ByteString& ByteString::operator=(ByteStringView str) { in operator =()
244 ByteString& ByteString::operator+=(ByteStringView str) { in operator +=()
262 bool ByteString::operator==(ByteStringView str) const { in operator ==()
298 bool ByteString::operator<(ByteStringView str) const { in operator <()
312 bool ByteString::EqualNoCase(ByteStringView str) const { in EqualNoCase()
549 Optional<size_t> ByteString::Find(ByteStringView subStr, size_t start) const { in Find()
625 size_t ByteString::Replace(ByteStringView pOld, ByteStringView pNew) { in Replace()
671 int ByteString::Compare(ByteStringView str) const { in Compare()
692 ByteStringView targets(target); in Trim()
697 void ByteString::Trim(ByteStringView targets) { in Trim()
707 TrimLeft(ByteStringView(target)); in TrimLeft()
710 void ByteString::TrimLeft(ByteStringView targets) { in TrimLeft()
741 TrimRight(ByteStringView(target)); in TrimRight()
744 void ByteString::TrimRight(ByteStringView targets) { in TrimRight()
771 std::ostream& operator<<(std::ostream& os, ByteStringView str) { in operator <<()
777 uint32_t FX_HashCode_GetA(ByteStringView str, bool bIgnoreCase) { in FX_HashCode_GetA()
780 for (ByteStringView::UnsignedType c : str) in FX_HashCode_GetA()
783 for (ByteStringView::UnsignedType c : str) in FX_HashCode_GetA()
789 uint32_t FX_HashCode_GetAsIfW(ByteStringView str, bool bIgnoreCase) { in FX_HashCode_GetAsIfW()
792 for (ByteStringView::UnsignedType c : str) in FX_HashCode_GetAsIfW()
795 for (ByteStringView::UnsignedType c : str) in FX_HashCode_GetAsIfW()