Home
last modified time | relevance | path

Searched defs:MemoryStream (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/shared_core/include/shared_core/json/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() function
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/rapidjson/src/include/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() argument
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/rapidjson/src/include/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() argument
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/dependencies/lib-rapidjson/rapidjson-1.1.0/include/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() argument
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/games/keeperrl/keeperrl-alpha23/extern/cereal/external/rapidjson/
H A Dmemorystream.h45 struct MemoryStream { struct
48MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() function
54 Ch* PutBegin() { CEREAL_RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
55 void Put(Ch) { CEREAL_RAPIDJSON_ASSERT(false); } in Put()
56 void Flush() { CEREAL_RAPIDJSON_ASSERT(false); } in Flush()
57 size_t PutEnd(Ch*) { CEREAL_RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
60 const Ch* Peek4() const { in Peek4()
64 const Ch* src_; //!< Current read position.
65 const Ch* begin_; //!< Original head of the string.
66 const Ch* end_; //!< End of stream.
[all …]
/dports/math/gap/gap-4.11.0/pkg/profiling-2.2.1/src/rapidjson/
H A Dmemorystream.h34 struct MemoryStream { struct
37MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() argument
40 Ch Take() { return (src_ == end_) ? '\0' : *src_++; } in Take()
43 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
44 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
45 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
49 const Ch* Peek4() const { in Peek4()
53 const Ch* src_; //!< Current read position.
54 const Ch* begin_; //!< Original head of the string.
55 const Ch* end_; //!< End of stream.
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/discord/thirdparty/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() argument
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/math/e-antic/cereal-51cbda5/include/cereal/external/rapidjson/
H A Dmemorystream.h45 struct MemoryStream { struct
48MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() argument
54 Ch* PutBegin() { CEREAL_RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
55 void Put(Ch) { CEREAL_RAPIDJSON_ASSERT(false); } in Put()
56 void Flush() { CEREAL_RAPIDJSON_ASSERT(false); } in Flush()
57 size_t PutEnd(Ch*) { CEREAL_RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
60 const Ch* Peek4() const { in Peek4()
64 const Ch* src_; //!< Current read position.
65 const Ch* begin_; //!< Original head of the string.
66 const Ch* end_; //!< End of stream.
[all …]
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/rapidjson/include/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() argument
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/rapidjson/include/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() function
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/thirdparty/rapidjson-1.1.0/include/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() argument
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/misc/usd/USD-21.11/pxr/base/js/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() function
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/rapidjson/include/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() argument
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/third-party/discord-rpc/include/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() function
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/lottie/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() function
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/misc/mnn/MNN-1.2.0/3rd_party/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() function
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/cad/cura-engine/CuraEngine-fadb5d6b/libs/rapidjson/
H A Dmemorystream.h34 struct MemoryStream { struct
37MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() argument
40 Ch Take() { return (src_ == end_) ? '\0' : *src_++; } in Take()
43 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
44 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
45 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
49 const Ch* Peek4() const { in Peek4()
53 const Ch* src_; //!< Current read position.
54 const Ch* begin_; //!< Original head of the string.
55 const Ch* end_; //!< End of stream.
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/rapidjson/include/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() argument
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_riegl_rdb/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() function
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/third_party/rapidjson/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() argument
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/rapidjson/include/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() argument
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/rapidjson/include/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() function
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/cereal/include/cereal/external/rapidjson/
H A Dmemorystream.h45 struct MemoryStream { struct
48MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() argument
54 Ch* PutBegin() { CEREAL_RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
55 void Put(Ch) { CEREAL_RAPIDJSON_ASSERT(false); } in Put()
56 void Flush() { CEREAL_RAPIDJSON_ASSERT(false); } in Flush()
57 size_t PutEnd(Ch*) { CEREAL_RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
60 const Ch* Peek4() const { in Peek4()
64 const Ch* src_; //!< Current read position.
65 const Ch* begin_; //!< Original head of the string.
66 const Ch* end_; //!< End of stream.
[all …]
/dports/games/blockattack/blockattack-game-2.7.0/source/code/Libs/include/cereal/external/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() argument
49 Ch* PutBegin() { CEREAL_RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { CEREAL_RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { CEREAL_RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { CEREAL_RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]
/dports/devel/upp/upp/bazaar/plugin/assimp/contrib/rapidjson/include/rapidjson/
H A Dmemorystream.h40 struct MemoryStream { struct
43MemoryStream(const Ch *src, size_t size) : src_(src), begin_(src), end_(src + size), size_(size) {} in MemoryStream() function
49 Ch* PutBegin() { RAPIDJSON_ASSERT(false); return 0; } in PutBegin()
50 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put()
51 void Flush() { RAPIDJSON_ASSERT(false); } in Flush()
52 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd()
55 const Ch* Peek4() const { in Peek4()
59 const Ch* src_; //!< Current read position.
60 const Ch* begin_; //!< Original head of the string.
61 const Ch* end_; //!< End of stream.
[all …]

12345678