/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/io/ |
H A D | StringAdapter.cpp | 34 return new StringAdapter(this); in createIOAdapter() 37 StringAdapter::StringAdapter(StringAdapterFactory *f, QObject *o) in StringAdapter() function in U2::StringAdapter 41 StringAdapter::StringAdapter(const QByteArray &data, StringAdapterFactory *f) in StringAdapter() function in U2::StringAdapter 66 void StringAdapter::close() { in close() 89 bool StringAdapter::skip(qint64 nBytes) { in skip() 100 qint64 StringAdapter::left() const { in left() 105 int StringAdapter::getProgress() const { in getProgress() 112 qint64 StringAdapter::bytesRead() const { in bytesRead() 116 QString StringAdapter::errorString() const { in errorString() 120 GUrl StringAdapter::getURL() const { in getURL() [all …]
|
H A D | StringAdapter.h | 69 class U2CORE_EXPORT StringAdapter : public IOAdapter { 72 StringAdapter(StringAdapterFactory *f, QObject *o = nullptr); 73 ~StringAdapter() { in ~StringAdapter() 79 StringAdapter(const QByteArray &data, StringAdapterFactory *f);
|
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/rust/nsstring/src/ |
H A D | lib.rs | 201 StringAdapter = $StringAdapter: ident; 213 fn adapt(&self) -> $StringAdapter; 231 $StringAdapter::Abstract(self) 341 StringAdapter = $StringAdapter: ident; 1021 pub enum $StringAdapter<'a> { 1026 impl<'a> $StringAdapter<'a> { 1043 impl<'a> $StringAdapter<'a> { 1061 StringAdapter = $StringAdapter; 1078 StringAdapter = nsCStringAdapter; 1206 StringAdapter = nsCStringAdapter; [all …]
|
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/rust/nsstring/src/ |
H A D | lib.rs | 194 StringAdapter = $StringAdapter: ident; 206 fn adapt(&self) -> $StringAdapter; 224 $StringAdapter::Abstract(self) 334 StringAdapter = $StringAdapter: ident; 1031 pub enum $StringAdapter<'a> { 1036 impl<'a> $StringAdapter<'a> { 1053 impl<'a> $StringAdapter<'a> { 1071 StringAdapter = $StringAdapter; 1088 StringAdapter = nsCStringAdapter; 1216 StringAdapter = nsCStringAdapter; [all …]
|
/dports/www/firefox/firefox-99.0/xpcom/rust/nsstring/src/ |
H A D | lib.rs | 194 StringAdapter = $StringAdapter: ident; 206 fn adapt(&self) -> $StringAdapter; 224 $StringAdapter::Abstract(self) 334 StringAdapter = $StringAdapter: ident; 1031 pub enum $StringAdapter<'a> { 1036 impl<'a> $StringAdapter<'a> { 1053 impl<'a> $StringAdapter<'a> { 1071 StringAdapter = $StringAdapter; 1088 StringAdapter = nsCStringAdapter; 1216 StringAdapter = nsCStringAdapter; [all …]
|
/dports/www/firefox-esr/firefox-91.8.0/xpcom/rust/nsstring/src/ |
H A D | lib.rs | 194 StringAdapter = $StringAdapter: ident; 206 fn adapt(&self) -> $StringAdapter; 224 $StringAdapter::Abstract(self) 334 StringAdapter = $StringAdapter: ident; 1031 pub enum $StringAdapter<'a> { 1036 impl<'a> $StringAdapter<'a> { 1053 impl<'a> $StringAdapter<'a> { 1071 StringAdapter = $StringAdapter; 1088 StringAdapter = nsCStringAdapter; 1216 StringAdapter = nsCStringAdapter; [all …]
|
/dports/science/libkml/libkml-1.3.0/src/kml/dom/ |
H A D | xml_serializer.cc | 51 StringAdapter string_adapter(&xml); in SerializePretty() 52 XmlSerializer<StringAdapter> serializer("\n", " ", &string_adapter); in SerializePretty() 65 StringAdapter string_adapter(&xml); in SerializeRaw() 66 XmlSerializer<StringAdapter> serializer("", "", &string_adapter); in SerializeRaw()
|
H A D | xml_serializer.h | 46 class StringAdapter { 48 StringAdapter(string* str) in StringAdapter() function
|
/dports/lang/spidermonkey60/firefox-60.9.0/servo/support/gecko/nsstring/src/ |
H A D | lib.rs | 179 StringAdapter = $StringAdapter: ident; 698 pub enum $StringAdapter<'a> { 703 impl<'a> $StringAdapter<'a> { 709 impl<'a> Deref for $StringAdapter<'a> { 730 fn adapt(&self) -> $StringAdapter; 734 fn adapt(&self) -> $StringAdapter { 748 $StringAdapter::Abstract(self) 754 $StringAdapter::Abstract(self) 760 $StringAdapter::Abstract(self) 796 StringAdapter = nsCStringAdapter; [all …]
|
/dports/science/libkml/libkml-1.3.0/tests/kml/dom/ |
H A D | xml_serializer_test.cc | 45 string_adapter_.reset(new StringAdapter(&output_)); in SetUp() 47 new XmlSerializer<StringAdapter>("", "", in SetUp() 52 boost::scoped_ptr<XmlSerializer<StringAdapter> > xml_serializer_; 56 boost::scoped_ptr<StringAdapter> string_adapter_; 112 XmlSerializer<StringAdapter> s_("\n","", string_adapter_.get()); in TEST_F() 288 XmlSerializer<StringAdapter>::Serialize(placemark_, "\r", " ", in TEST_F()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pyelftools/elftools/construct/ |
H A D | adapters.py | 131 class StringAdapter(Adapter): class 219 class CStringAdapter(StringAdapter): 232 StringAdapter.__init__(self, subcon, encoding = encoding) 235 return StringAdapter._encode(self, obj, context) + self.terminators[0:1] 237 return StringAdapter._decode(self, b''.join(obj[:-1]), context)
|
H A D | macros.py | 9 PaddedStringAdapter, FlagsAdapter, StringAdapter, MappingAdapter) 497 con = StringAdapter(Field(name, length), encoding=encoding) 531 return StringAdapter(
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pyelftools/elftools/construct/ |
H A D | adapters.py | 131 class StringAdapter(Adapter): class 219 class CStringAdapter(StringAdapter): 232 StringAdapter.__init__(self, subcon, encoding = encoding) 235 return StringAdapter._encode(self, obj, context) + self.terminators[0:1] 237 return StringAdapter._decode(self, b''.join(obj[:-1]), context)
|
H A D | macros.py | 9 PaddedStringAdapter, FlagsAdapter, StringAdapter, MappingAdapter) 497 con = StringAdapter(Field(name, length), encoding=encoding) 531 return StringAdapter(
|
/dports/devel/py-pyelftools/pyelftools-0.27/elftools/construct/ |
H A D | adapters.py | 131 class StringAdapter(Adapter): class 219 class CStringAdapter(StringAdapter): 232 StringAdapter.__init__(self, subcon, encoding = encoding) 235 return StringAdapter._encode(self, obj, context) + self.terminators[0:1] 237 return StringAdapter._decode(self, b''.join(obj[:-1]), context)
|
H A D | macros.py | 9 PaddedStringAdapter, FlagsAdapter, StringAdapter, MappingAdapter) 497 con = StringAdapter(Field(name, length), encoding=encoding) 531 return StringAdapter(
|
/dports/science/libkml/libkml-1.3.0/src/kml/engine/ |
H A D | kml_file.cc | 208 kmldom::StringAdapter string_adapter(xml_output); in SerializeToString() 209 kmldom::XmlSerializer<kmldom::StringAdapter>::Serialize( in SerializeToString()
|
/dports/devel/py-telepath/telepath-0.2/telepath/ |
H A D | __init__.py | 133 class StringAdapter(BaseAdapter): class 237 str: StringAdapter(),
|
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/ |
H A D | U2Core.pro | 155 src/io/StringAdapter.h \ 387 src/io/StringAdapter.cpp \
|
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/support/ |
H A D | WorkflowUtils.cpp | 602 StringAdapter *io = dynamic_cast<StringAdapter *>(iof->createIOAdapter()); in data2text()
|
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/util/ |
H A D | DatatypeSerializeUtils.cpp | 431 StringAdapter io(text.toUtf8(), ioFactory); in deserialize()
|