Home
last modified time | relevance | path

Searched refs:StreamFile (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DStreamFile.cpp36 StreamFile::StreamFile() in StreamFile() function in Rocket::Core::StreamFile
42 StreamFile::~StreamFile() in ~StreamFile()
49 bool StreamFile::Open(const String& path) in Open()
72 void StreamFile::Close() in Close()
84 size_t StreamFile::Length() const in Length()
90 size_t StreamFile::Tell() const in Tell()
96 bool StreamFile::Seek(long offset, int origin) const in Seek()
102 size_t StreamFile::Read(void* buffer, size_t bytes) const in Read()
127 bool StreamFile::IsReadReady() in IsReadReady()
133 bool StreamFile::IsWriteReady() in IsWriteReady()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Core/
H A DStreamFile.cpp18 StreamFile::StreamFile(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) in StreamFile() function in StreamFile
23 StreamFile::StreamFile(int fd, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
28 StreamFile::StreamFile(FILE *fh, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
32 StreamFile::StreamFile(const char *path, File::OpenOptions options, in StreamFile() function in StreamFile
46 StreamFile::~StreamFile() {} in ~StreamFile()
48 void StreamFile::Flush() { m_file_sp->Flush(); } in Flush()
50 size_t StreamFile::WriteImpl(const void *s, size_t length) { in WriteImpl()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Core/
H A DStreamFile.cpp18 StreamFile::StreamFile(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) in StreamFile() function in StreamFile
23 StreamFile::StreamFile(int fd, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
28 StreamFile::StreamFile(FILE *fh, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
32 StreamFile::StreamFile(const char *path, File::OpenOptions options, in StreamFile() function in StreamFile
46 StreamFile::~StreamFile() = default;
48 void StreamFile::Flush() { m_file_sp->Flush(); } in Flush()
50 size_t StreamFile::WriteImpl(const void *s, size_t length) { in WriteImpl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Core/
H A DStreamFile.cpp18 StreamFile::StreamFile(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) in StreamFile() function in StreamFile
23 StreamFile::StreamFile(int fd, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
28 StreamFile::StreamFile(FILE *fh, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
32 StreamFile::StreamFile(const char *path, File::OpenOptions options, in StreamFile() function in StreamFile
46 StreamFile::~StreamFile() {} in ~StreamFile()
48 void StreamFile::Flush() { m_file_sp->Flush(); } in Flush()
50 size_t StreamFile::WriteImpl(const void *s, size_t length) { in WriteImpl()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Core/
H A DStreamFile.cpp18 StreamFile::StreamFile(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) in StreamFile() function in StreamFile
23 StreamFile::StreamFile(int fd, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
28 StreamFile::StreamFile(FILE *fh, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
32 StreamFile::StreamFile(const char *path, File::OpenOptions options, in StreamFile() function in StreamFile
46 StreamFile::~StreamFile() {} in ~StreamFile()
48 void StreamFile::Flush() { m_file_sp->Flush(); } in Flush()
50 size_t StreamFile::WriteImpl(const void *s, size_t length) { in WriteImpl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Core/
H A DStreamFile.cpp18 StreamFile::StreamFile(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) in StreamFile() function in StreamFile
23 StreamFile::StreamFile(int fd, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
28 StreamFile::StreamFile(FILE *fh, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
32 StreamFile::StreamFile(const char *path, File::OpenOptions options, in StreamFile() function in StreamFile
46 StreamFile::~StreamFile() = default;
48 void StreamFile::Flush() { m_file_sp->Flush(); } in Flush()
50 size_t StreamFile::WriteImpl(const void *s, size_t length) { in WriteImpl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Core/
H A DStreamFile.cpp18 StreamFile::StreamFile(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) in StreamFile() function in StreamFile
23 StreamFile::StreamFile(int fd, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
28 StreamFile::StreamFile(FILE *fh, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
32 StreamFile::StreamFile(const char *path, File::OpenOptions options, in StreamFile() function in StreamFile
46 StreamFile::~StreamFile() = default;
48 void StreamFile::Flush() { m_file_sp->Flush(); } in Flush()
50 size_t StreamFile::WriteImpl(const void *s, size_t length) { in WriteImpl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Core/
H A DStreamFile.cpp18 StreamFile::StreamFile(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) in StreamFile() function in StreamFile
23 StreamFile::StreamFile(int fd, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
28 StreamFile::StreamFile(FILE *fh, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
32 StreamFile::StreamFile(const char *path, File::OpenOptions options, in StreamFile() function in StreamFile
46 StreamFile::~StreamFile() = default;
48 void StreamFile::Flush() { m_file_sp->Flush(); } in Flush()
50 size_t StreamFile::WriteImpl(const void *s, size_t length) { in WriteImpl()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Core/
H A DStreamFile.cpp18 StreamFile::StreamFile(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) in StreamFile() function in StreamFile
23 StreamFile::StreamFile(int fd, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
28 StreamFile::StreamFile(FILE *fh, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
32 StreamFile::StreamFile(const char *path, File::OpenOptions options, in StreamFile() function in StreamFile
46 StreamFile::~StreamFile() {} in ~StreamFile()
48 void StreamFile::Flush() { m_file_sp->Flush(); } in Flush()
50 size_t StreamFile::WriteImpl(const void *s, size_t length) { in WriteImpl()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Core/
H A DStreamFile.cpp18 StreamFile::StreamFile(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) in StreamFile() function in StreamFile
23 StreamFile::StreamFile(int fd, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
28 StreamFile::StreamFile(FILE *fh, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
32 StreamFile::StreamFile(const char *path, File::OpenOptions options, in StreamFile() function in StreamFile
46 StreamFile::~StreamFile() {} in ~StreamFile()
48 void StreamFile::Flush() { m_file_sp->Flush(); } in Flush()
50 size_t StreamFile::WriteImpl(const void *s, size_t length) { in WriteImpl()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Core/
H A DStreamFile.cpp18 StreamFile::StreamFile(uint32_t flags, uint32_t addr_size, ByteOrder byte_order) in StreamFile() function in StreamFile
23 StreamFile::StreamFile(int fd, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
28 StreamFile::StreamFile(FILE *fh, bool transfer_ownership) : Stream() { in StreamFile() function in StreamFile
32 StreamFile::StreamFile(const char *path, File::OpenOptions options, in StreamFile() function in StreamFile
46 StreamFile::~StreamFile() = default;
48 void StreamFile::Flush() { m_file_sp->Flush(); } in Flush()
50 size_t StreamFile::WriteImpl(const void *s, size_t length) { in WriteImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Core/
H A DStreamFile.h22 class StreamFile : public Stream {
24 StreamFile(uint32_t flags, uint32_t addr_size, lldb::ByteOrder byte_order);
26 StreamFile(int fd, bool transfer_ownership);
28 StreamFile(const char *path, File::OpenOptions options,
31 StreamFile(FILE *fh, bool transfer_ownership);
33 StreamFile(std::shared_ptr<File> file) : m_file_sp(file) { assert(file); }; in StreamFile() function
35 ~StreamFile() override;
51 StreamFile(const StreamFile &) = delete;
52 const StreamFile &operator=(const StreamFile &) = delete;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Core/
H A DStreamFile.h22 class StreamFile : public Stream {
24 StreamFile(uint32_t flags, uint32_t addr_size, lldb::ByteOrder byte_order);
26 StreamFile(int fd, bool transfer_ownership);
28 StreamFile(const char *path, File::OpenOptions options,
31 StreamFile(FILE *fh, bool transfer_ownership);
33 StreamFile(std::shared_ptr<File> file) : m_file_sp(file) { assert(file); }; in StreamFile() function
35 ~StreamFile() override;
51 StreamFile(const StreamFile &) = delete;
52 const StreamFile &operator=(const StreamFile &) = delete;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Core/
H A DStreamFile.h22 class StreamFile : public Stream {
24 StreamFile(uint32_t flags, uint32_t addr_size, lldb::ByteOrder byte_order);
26 StreamFile(int fd, bool transfer_ownership);
28 StreamFile(const char *path, File::OpenOptions options,
31 StreamFile(FILE *fh, bool transfer_ownership);
33 StreamFile(std::shared_ptr<File> file) : m_file_sp(file) { assert(file); }; in StreamFile() function
35 ~StreamFile() override;
51 StreamFile(const StreamFile &) = delete;
52 const StreamFile &operator=(const StreamFile &) = delete;
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Core/
H A DStreamFile.h22 class StreamFile : public Stream {
24 StreamFile(uint32_t flags, uint32_t addr_size, lldb::ByteOrder byte_order);
26 StreamFile(int fd, bool transfer_ownership);
28 StreamFile(const char *path, File::OpenOptions options,
31 StreamFile(FILE *fh, bool transfer_ownership);
33 StreamFile(std::shared_ptr<File> file) : m_file_sp(file) { assert(file); }; in StreamFile() function
35 ~StreamFile() override;
51 StreamFile(const StreamFile &) = delete;
52 const StreamFile &operator=(const StreamFile &) = delete;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Core/
H A DStreamFile.h22 class StreamFile : public Stream {
24 StreamFile(uint32_t flags, uint32_t addr_size, lldb::ByteOrder byte_order);
26 StreamFile(int fd, bool transfer_ownership);
28 StreamFile(const char *path, File::OpenOptions options,
31 StreamFile(FILE *fh, bool transfer_ownership);
33 StreamFile(std::shared_ptr<File> file) : m_file_sp(file) { assert(file); }; in StreamFile() function
35 ~StreamFile() override;
51 StreamFile(const StreamFile &) = delete;
52 const StreamFile &operator=(const StreamFile &) = delete;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Core/
H A DStreamFile.h22 class StreamFile : public Stream {
24 StreamFile(uint32_t flags, uint32_t addr_size, lldb::ByteOrder byte_order);
26 StreamFile(int fd, bool transfer_ownership);
28 StreamFile(const char *path, File::OpenOptions options,
31 StreamFile(FILE *fh, bool transfer_ownership);
33 StreamFile(std::shared_ptr<File> file) : m_file_sp(file) { assert(file); }; in StreamFile() function
35 ~StreamFile() override;
51 StreamFile(const StreamFile &) = delete;
52 const StreamFile &operator=(const StreamFile &) = delete;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Core/
H A DStreamFile.h22 class StreamFile : public Stream {
24 StreamFile(uint32_t flags, uint32_t addr_size, lldb::ByteOrder byte_order);
26 StreamFile(int fd, bool transfer_ownership);
28 StreamFile(const char *path, File::OpenOptions options,
31 StreamFile(FILE *fh, bool transfer_ownership);
33 StreamFile(std::shared_ptr<File> file) : m_file_sp(file) { assert(file); }; in StreamFile() function
35 ~StreamFile() override;
51 StreamFile(const StreamFile &) = delete;
52 const StreamFile &operator=(const StreamFile &) = delete;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Core/
H A DStreamFile.h22 class StreamFile : public Stream {
24 StreamFile(uint32_t flags, uint32_t addr_size, lldb::ByteOrder byte_order);
26 StreamFile(int fd, bool transfer_ownership);
28 StreamFile(const char *path, File::OpenOptions options,
31 StreamFile(FILE *fh, bool transfer_ownership);
33 StreamFile(std::shared_ptr<File> file) : m_file_sp(file) { assert(file); }; in StreamFile() function
35 ~StreamFile() override;
51 StreamFile(const StreamFile &) = delete;
52 const StreamFile &operator=(const StreamFile &) = delete;
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Core/
H A DStreamFile.h22 class StreamFile : public Stream {
24 StreamFile(uint32_t flags, uint32_t addr_size, lldb::ByteOrder byte_order);
26 StreamFile(int fd, bool transfer_ownership);
28 StreamFile(const char *path, File::OpenOptions options,
31 StreamFile(FILE *fh, bool transfer_ownership);
33 StreamFile(std::shared_ptr<File> file) : m_file_sp(file) { assert(file); }; in StreamFile() function
35 ~StreamFile() override;
51 StreamFile(const StreamFile &) = delete;
52 const StreamFile &operator=(const StreamFile &) = delete;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Core/
H A DStreamFile.h22 class StreamFile : public Stream {
24 StreamFile(uint32_t flags, uint32_t addr_size, lldb::ByteOrder byte_order);
26 StreamFile(int fd, bool transfer_ownership);
28 StreamFile(const char *path, File::OpenOptions options,
31 StreamFile(FILE *fh, bool transfer_ownership);
33 StreamFile(std::shared_ptr<File> file) : m_file_sp(file) { assert(file); }; in StreamFile() function
35 ~StreamFile() override;
51 DISALLOW_COPY_AND_ASSIGN(StreamFile);
/dports/games/fheroes2/fheroes2-0.9.11/src/engine/
H A Dserialize.cpp475 StreamFile::StreamFile() in StreamFile() function in StreamFile
479 StreamFile::~StreamFile() in ~StreamFile()
492 void StreamFile::close( void ) in close()
500 size_t StreamFile::size( void ) const in size()
516 void StreamFile::seek( size_t pos ) in seek()
548 void StreamFile::skip( size_t pos ) in skip()
554 u8 StreamFile::get8() in get8()
564 uint16_t StreamFile::getBE16() in getBE16()
569 uint16_t StreamFile::getLE16() in getLE16()
574 uint32_t StreamFile::getBE32() in getBE32()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iot/source/model/
H A DStreamFile.cpp21 StreamFile::StreamFile() : in StreamFile() function in Aws::IoT::Model::StreamFile
28 StreamFile::StreamFile(JsonView jsonValue) : in StreamFile() function in Aws::IoT::Model::StreamFile
36 StreamFile& StreamFile::operator =(JsonView jsonValue) in operator =()
55 JsonValue StreamFile::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iot/include/aws/iot/model/
H A DStreamFile.h31 class AWS_IOT_API StreamFile
34 StreamFile();
35 StreamFile(Aws::Utils::Json::JsonView jsonValue);
36 StreamFile& operator=(Aws::Utils::Json::JsonView jsonValue);
58 inline StreamFile& WithFileId(int value) { SetFileId(value); return *this;} in WithFileId()
84 … inline StreamFile& WithS3Location(const S3Location& value) { SetS3Location(value); return *this;} in WithS3Location()
89 …inline StreamFile& WithS3Location(S3Location&& value) { SetS3Location(std::move(value)); return *t… in WithS3Location()
/dports/security/snort3/snort3-3.1.19.0/src/stream/file/
H A Dstream_file.cc37 class StreamFile : public Inspector class
40 StreamFile(bool b) in StreamFile() function in StreamFile
49 NORETURN_ASSERT void StreamFile::eval(Packet*) in eval()
55 void StreamFile::show(const SnortConfig*) const in show()
63 return &((StreamFile*)ins)->config; in get_file_cfg()
79 return new StreamFile(mod->upload); in file_ctor()

12345678910>>...18