Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
bytestring_unittest.cpp File Reference

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include "core/fxcrt/bytestring.h"
#include <limits.h>
#include <algorithm>
#include <functional>
#include <iterator>
#include <set>
#include <vector>
#include "core/fxcrt/fx_string.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/base/containers/contains.h"
#include "third_party/base/containers/span.h"
+ Include dependency graph for bytestring_unittest.cpp:

Go to the source code of this file.

Namespaces

namespace  fxcrt
 

Functions

 fxcrt::TEST (ByteString, ElementAccess)
 
 fxcrt::TEST (ByteString, Construct)
 
 fxcrt::TEST (ByteString, Assign)
 
 fxcrt::TEST (ByteString, OperatorLT)
 
 fxcrt::TEST (ByteString, OperatorEQ)
 
 fxcrt::TEST (ByteString, OperatorNE)
 
 fxcrt::TEST (ByteString, OperatorPlus)
 
 fxcrt::TEST (ByteString, Concat)
 
 fxcrt::TEST (ByteString, Remove)
 
 fxcrt::TEST (ByteString, RemoveCopies)
 
 fxcrt::TEST (ByteString, Replace)
 
 fxcrt::TEST (ByteString, Insert)
 
 fxcrt::TEST (ByteString, InsertAtFrontAndInsertAtBack)
 
 fxcrt::TEST (ByteString, Delete)
 
 fxcrt::TEST (ByteString, OneArgSubstr)
 
 fxcrt::TEST (ByteString, TwoArgSubstr)
 
 fxcrt::TEST (ByteString, First)
 
 fxcrt::TEST (ByteString, Last)
 
 fxcrt::TEST (ByteString, Find)
 
 fxcrt::TEST (ByteString, ReverseFind)
 
 fxcrt::TEST (ByteString, UpperLower)
 
 fxcrt::TEST (ByteString, Trim)
 
 fxcrt::TEST (ByteString, TrimLeft)
 
 fxcrt::TEST (ByteString, TrimLeftCopies)
 
 fxcrt::TEST (ByteString, TrimRight)
 
 fxcrt::TEST (ByteString, TrimRightCopies)
 
 fxcrt::TEST (ByteString, Reserve)
 
 fxcrt::TEST (ByteString, GetBuffer)
 
 fxcrt::TEST (ByteString, ReleaseBuffer)
 
 fxcrt::TEST (ByteString, EmptyReverseIterator)
 
 fxcrt::TEST (ByteString, OneCharReverseIterator)
 
 fxcrt::TEST (ByteString, MultiCharReverseIterator)
 
 fxcrt::TEST (ByteStringView, Null)
 
 fxcrt::TEST (ByteStringView, NotNull)
 
 fxcrt::TEST (ByteStringView, FromChar)
 
 fxcrt::TEST (ByteStringView, FromVector)
 
 fxcrt::TEST (ByteStringView, GetID)
 
 fxcrt::TEST (ByteStringView, Find)
 
 fxcrt::TEST (ByteStringView, OneArgSubstr)
 
 fxcrt::TEST (ByteStringView, TwoArgSubstr)
 
 fxcrt::TEST (ByteStringView, TrimmedRight)
 
 fxcrt::TEST (ByteStringView, ElementAccess)
 
 fxcrt::TEST (ByteStringView, OperatorLT)
 
 fxcrt::TEST (ByteStringView, OperatorEQ)
 
 fxcrt::TEST (ByteStringView, OperatorNE)
 
 fxcrt::TEST (ByteStringView, NullIterator)
 
 fxcrt::TEST (ByteStringView, EmptyIterator)
 
 fxcrt::TEST (ByteStringView, OneCharIterator)
 
 fxcrt::TEST (ByteStringView, MultiCharIterator)
 
 fxcrt::TEST (ByteStringView, EmptyReverseIterator)
 
 fxcrt::TEST (ByteStringView, OneCharReverseIterator)
 
 fxcrt::TEST (ByteStringView, MultiCharReverseIterator)
 
 fxcrt::TEST (ByteStringView, AnyAllNoneOf)
 
 fxcrt::TEST (ByteString, FormatWidth)
 
 fxcrt::TEST (ByteString, FormatPrecision)
 
 fxcrt::TEST (ByteString, Empty)
 
 fxcrt::TEST (ByteString, InitializerList)
 
 fxcrt::TEST (ByteString, NullIterator)
 
 fxcrt::TEST (ByteString, EmptyIterator)
 
 fxcrt::TEST (ByteString, OneCharIterator)
 
 fxcrt::TEST (ByteString, MultiCharIterator)
 
 fxcrt::TEST (ByteString, StdBegin)
 
 fxcrt::TEST (ByteString, AnyAllNoneOf)
 
 fxcrt::TEST (CFX_BytrString, EqualNoCase)
 
 fxcrt::TEST (ByteString, OStreamOverload)
 
 fxcrt::TEST (ByteStringView, OStreamOverload)
 
 fxcrt::TEST (ByteString, FormatInteger)
 
 fxcrt::TEST (ByteString, FX_HashCode_Ascii)
 
 fxcrt::TEST (ByteString, FX_HashCode_Wide)