HomeSort by relevance Sort by last modified time
    Searched defs:CFX_ByteString (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcrt/
fx_string.h 21 class CFX_ByteString;
33 class CFX_ByteString {
37 CFX_ByteString();
38 CFX_ByteString(const CFX_ByteString& other);
39 CFX_ByteString(CFX_ByteString&& other);
43 CFX_ByteString(char ch);
45 CFX_ByteString(const FX_CHAR* ptr);
47 CFX_ByteString(const FX_CHAR* ptr, FX_STRSIZE len)
    [all...]
fx_basic_bstring.cpp 18 template class CFX_StringPoolTemplate<CFX_ByteString>;
19 template struct std::hash<CFX_ByteString>;
82 static_assert(sizeof(CFX_ByteString) <= sizeof(FX_CHAR*),
85 CFX_ByteString::CFX_ByteString(const FX_CHAR* pStr, FX_STRSIZE nLen) {
93 CFX_ByteString::CFX_ByteString(const uint8_t* pStr, FX_STRSIZE nLen) {
100 CFX_ByteString::CFX_ByteString() {}
102 CFX_ByteString::CFX_ByteString(const CFX_ByteString& other
    [all...]

Completed in 70 milliseconds