Home
last modified time | relevance | path

Searched defs:GooString (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/graphics/poppler-glib/poppler-21.12.0/goo/
H A DGooString.h68 explicit GooString(const char *sA) : std::string(sA ? sA : "") { } in GooString() function
71 explicit GooString(const std::string &str) : std::string(str) { } in GooString() function
72 explicit GooString(std::string &&str) : std::string(std::move(str)) { } in GooString() function
79 GooString(const char *sA, int lengthA) : std::string(sA ? sA : "", sA ? lengthA : 0) { } in GooString() function
82 GooString(const GooString *str, int idx, int lengthA) : std::string(*str, idx, lengthA) { } in GooString() function
83 GooString(const std::string &str, int idx, int lengthA) : std::string(str, idx, lengthA) { } in GooString() function
103 …explicit GooString(const GooString *str) : std::string(str ? static_cast<const std::string &>(*str… in GooString() function
107 GooString(const GooString *str1, const GooString *str2) in GooString() function
/dports/graphics/poppler-qt5/poppler-21.12.0/goo/
H A DGooString.h68 explicit GooString(const char *sA) : std::string(sA ? sA : "") { } in GooString() function
71 explicit GooString(const std::string &str) : std::string(str) { } in GooString() function
72 explicit GooString(std::string &&str) : std::string(std::move(str)) { } in GooString() function
79 GooString(const char *sA, int lengthA) : std::string(sA ? sA : "", sA ? lengthA : 0) { } in GooString() function
82 GooString(const GooString *str, int idx, int lengthA) : std::string(*str, idx, lengthA) { } in GooString() function
83 GooString(const std::string &str, int idx, int lengthA) : std::string(str, idx, lengthA) { } in GooString() function
103 …explicit GooString(const GooString *str) : std::string(str ? static_cast<const std::string &>(*str… in GooString() function
107 GooString(const GooString *str1, const GooString *str2) in GooString() function
/dports/graphics/poppler/poppler-21.12.0/goo/
H A DGooString.h68 explicit GooString(const char *sA) : std::string(sA ? sA : "") { } in GooString() function
71 explicit GooString(const std::string &str) : std::string(str) { } in GooString() function
72 explicit GooString(std::string &&str) : std::string(std::move(str)) { } in GooString() function
79 GooString(const char *sA, int lengthA) : std::string(sA ? sA : "", sA ? lengthA : 0) { } in GooString() function
82 GooString(const GooString *str, int idx, int lengthA) : std::string(*str, idx, lengthA) { } in GooString() function
83 GooString(const std::string &str, int idx, int lengthA) : std::string(str, idx, lengthA) { } in GooString() function
103 …explicit GooString(const GooString *str) : std::string(str ? static_cast<const std::string &>(*str… in GooString() function
107 GooString(const GooString *str1, const GooString *str2) in GooString() function
/dports/graphics/poppler-utils/poppler-21.12.0/goo/
H A DGooString.h68 explicit GooString(const char *sA) : std::string(sA ? sA : "") { } in GooString() function
71 explicit GooString(const std::string &str) : std::string(str) { } in GooString() function
72 explicit GooString(std::string &&str) : std::string(std::move(str)) { } in GooString() function
79 GooString(const char *sA, int lengthA) : std::string(sA ? sA : "", sA ? lengthA : 0) { } in GooString() function
82 GooString(const GooString *str, int idx, int lengthA) : std::string(*str, idx, lengthA) { } in GooString() function
83 GooString(const std::string &str, int idx, int lengthA) : std::string(str, idx, lengthA) { } in GooString() function
103 …explicit GooString(const GooString *str) : std::string(str ? static_cast<const std::string &>(*str… in GooString() function
107 GooString(const GooString *str1, const GooString *str2) in GooString() function
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DPDFDocEncoding.h28 class GooString; variable
H A DPDFDocBuilder.h16 class GooString; variable
H A DPDFDocFactory.h18 class GooString; variable
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DPDFDocEncoding.h28 class GooString; variable
H A DPDFDocBuilder.h16 class GooString; variable
H A DPDFDocFactory.h18 class GooString; variable
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DPDFDocEncoding.h28 class GooString; variable
H A DPDFDocBuilder.h16 class GooString; variable
H A DPDFDocFactory.h18 class GooString; variable
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DPDFDocEncoding.h28 class GooString; variable
H A DPDFDocBuilder.h16 class GooString; variable
H A DPDFDocFactory.h18 class GooString; variable
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DPDFDocEncoding.h33 class GooString; variable
H A DPDFDocBuilder.h19 class GooString; variable
H A DPDFDocFactory.h21 class GooString; variable
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DPDFDocEncoding.h33 class GooString; variable
H A DPDFDocBuilder.h19 class GooString; variable
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DPDFDocEncoding.h33 class GooString; variable
H A DPDFDocBuilder.h19 class GooString; variable
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DPDFDocEncoding.h33 class GooString; variable
H A DPDFDocBuilder.h19 class GooString; variable

123456789