Home
last modified time | relevance | path

Searched defs:value_bytes (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/cython/
H A DfuncWrapper.h36 PyObject* value_bytes = PyUnicode_AsASCIIString(value_str); in getMessage() local
39 PyObject* value_bytes = PyObject_Bytes(value_str); in getMessage() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sql/recover_module/
H A Drecord.cc167 uint8_t* value_bytes = reinterpret_cast<uint8_t*>(buffer); in ValueBytesDeleter() local
200 uint8_t value_bytes[8]; in ReadValue() local
246 uint8_t* const value_bytes = new uint8_t[size]; in ReadValue() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/recover_module/
H A Drecord.cc169 uint8_t* value_bytes = reinterpret_cast<uint8_t*>(buffer); in ValueBytesDeleter() local
202 uint8_t value_bytes[8]; in ReadValue() local
248 uint8_t* const value_bytes = new uint8_t[size]; in ReadValue() local
/dports/devel/gdb/gdb-11.1/gdb/
H A Dtrad-frame.h147 const gdb_byte *value_bytes () const in value_bytes() function
188 const gdb_byte *value_bytes; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_elf/third_party_dlls/
H A Dmain.cc66 std::vector<BYTE> value_bytes; in AddStatusCode() local
/dports/textproc/libcyaml/libcyaml-1.3.0/src/
H A Ddata.h31 const uint8_t *value_bytes = (uint8_t *)&value; in cyaml_data_write() local
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/local/ddb/
H A DDDBaseValueImpl.java38 private byte[] value_bytes; field in DDBaseValueImpl
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/tar-0.4.26/src/
H A Dpax.rs88 pub fn value_bytes(&self) -> &'entry [u8] { in value_bytes() method
/dports/games/dose-response/dose-response-179c326/cargo-crates/tar-0.4.26/src/
H A Dpax.rs88 pub fn value_bytes(&self) -> &'entry [u8] { in value_bytes() method
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/rappor/
H A Dsample.cc98 ByteVector value_bytes(field_info.size); in ExportMetrics() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/rappor/
H A Dsample.cc98 ByteVector value_bytes(field_info.size); in ExportMetrics() local
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/tar-0.4.37/src/
H A Dpax.rs111 pub fn value_bytes(&self) -> &'entry [u8] { in value_bytes() method
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tar-0.4.30/src/
H A Dpax.rs111 pub fn value_bytes(&self) -> &'entry [u8] { in value_bytes() method
/dports/lang/gleam/gleam-0.18.2/cargo-crates/tar-0.4.37/src/
H A Dpax.rs111 pub fn value_bytes(&self) -> &'entry [u8] { in value_bytes() method
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/tar-0.4.37/src/
H A Dpax.rs111 pub fn value_bytes(&self) -> &'entry [u8] { in value_bytes() method
/dports/net/routinator/routinator-0.10.2/cargo-crates/tar-0.4.35/src/
H A Dpax.rs111 pub fn value_bytes(&self) -> &'entry [u8] { in value_bytes() method
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tar-0.4.37/src/
H A Dpax.rs111 pub fn value_bytes(&self) -> &'entry [u8] { in value_bytes() method
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/tar-0.4.35/src/
H A Dpax.rs111 pub fn value_bytes(&self) -> &'entry [u8] { in value_bytes() method
/dports/www/zola/zola-0.15.2/cargo-crates/tar-0.4.37/tests/
H A Dall.rs112 fn reading_files() { in value_bytes()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/tar-0.4.37/src/
H A Dpax.rs111 pub fn value_bytes(&self) -> &'entry [u8] { in value_bytes() method
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/tar-0.4.37/src/
H A Dpax.rs111 pub fn value_bytes(&self) -> &'entry [u8] { in value_bytes() method
/dports/lang/rust/rustc-1.58.1-src/vendor/tar/src/
H A Dpax.rs111 pub fn value_bytes(&self) -> &'entry [u8] { in value_bytes() method
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/tar-0.4.30/src/
H A Dpax.rs111 pub fn value_bytes(&self) -> &'entry [u8] { in value_bytes() method
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/tar-0.4.37/src/
H A Dpax.rs111 pub fn value_bytes(&self) -> &'entry [u8] { in value_bytes() method
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/products/ui/llbuildui/
H A Dmodel.py27 value_bytes = Column("value", Binary, nullable=False) variable in RuleResult

12345678910