HelenOS sources
ref 242 uspace/app/sbi/src/rdata.c rdata_ref_t *ref;
ref 244 uspace/app/sbi/src/rdata.c ref = calloc(1, sizeof(rdata_ref_t));
ref 245 uspace/app/sbi/src/rdata.c if (ref == NULL) {
ref 250 uspace/app/sbi/src/rdata.c return ref;
ref 1201 uspace/app/sbi/src/run.c rdata_ref_t *ref;
ref 1308 uspace/app/sbi/src/run.c ref = rdata_ref_new();
ref 1309 uspace/app/sbi/src/run.c ref_var->u.ref_v = ref;
ref 1310 uspace/app/sbi/src/run.c ref->vref = var;
ref 1732 uspace/app/sbi/src/run.c rdata_ref_t *ref;
ref 1740 uspace/app/sbi/src/run.c ref = rdata_ref_new();
ref 1742 uspace/app/sbi/src/run.c ref->vref = var;
ref 1743 uspace/app/sbi/src/run.c ref_var->u.ref_v = ref;
ref 1765 uspace/app/sbi/src/run.c void run_dereference(run_t *run, rdata_item_t *ref, cspan_t *cspan,
ref 1776 uspace/app/sbi/src/run.c run_cvt_value_item(run, ref, &ref_val);
ref 72 uspace/app/sbi/src/run.h void run_dereference(run_t *run, rdata_item_t *ref, cspan_t *cspan,
ref 128 uspace/lib/cpp/include/__bits/functional/bind.hpp constexpr T& operator[](reference_wrapper<T> ref)
ref 130 uspace/lib/cpp/include/__bits/functional/bind.hpp return ref.get();
ref 232 uspace/lib/cpp/include/__bits/functional/function.hpp function& operator=(reference_wrapper<F> ref) noexcept
ref 234 uspace/lib/cpp/include/__bits/functional/function.hpp return (*this) = ref.get();
ref 99 uspace/lib/cpp/include/__bits/functional/reference_wrapper.hpp void ref(const T&&) = delete;
ref 107 uspace/lib/cpp/include/__bits/functional/reference_wrapper.hpp return ref(t.get());
ref 87 uspace/lib/cpp/src/__bits/test/functional.cpp auto ref = std::ref(x);
ref 89 uspace/lib/cpp/src/__bits/test/functional.cpp test("reference_wrapper equivalence after construction (cast)", (ref == x));
ref 90 uspace/lib/cpp/src/__bits/test/functional.cpp test("reference_wrapper equivalence after construction (get)", (ref.get() == x));
ref 92 uspace/lib/cpp/src/__bits/test/functional.cpp ref.get() = 5;
ref 93 uspace/lib/cpp/src/__bits/test/functional.cpp test_eq("reference_wrapper equivalence after modification pt1", ref.get(), 5);
ref 97 uspace/lib/cpp/src/__bits/test/functional.cpp ref = y;
ref 98 uspace/lib/cpp/src/__bits/test/functional.cpp test_eq("reference_wrapper equivalence after assignment pt1", ref.get(), 10);
ref 102 uspace/lib/cpp/src/__bits/test/functional.cpp auto fref = std::ref(wrapped_f1);
ref 140 uspace/lib/cpp/src/__bits/test/functional.cpp auto f3 = std::bind(aux::f3, _1, std::ref(y));
ref 141 uspace/lib/cpp/src/__bits/test/functional.cpp f3(std::ref(x));
ref 101 uspace/lib/cpp/src/__bits/test/tuple.cpp auto tpl2 = std::make_tuple(std::ref(i), std::cref(f));
ref 909 uspace/lib/ext4/src/filesystem.c ext4_block_group_ref_t **ref)
ref 944 uspace/lib/ext4/src/filesystem.c *ref = newref;
ref 1089 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_put_block_group_ref(ext4_block_group_ref_t *ref)
ref 1092 uspace/lib/ext4/src/filesystem.c if (ref->dirty) {
ref 1095 uspace/lib/ext4/src/filesystem.c ext4_filesystem_bg_checksum(ref->fs->superblock, ref->index,
ref 1096 uspace/lib/ext4/src/filesystem.c ref->block_group);
ref 1097 uspace/lib/ext4/src/filesystem.c ext4_block_group_set_checksum(ref->block_group, checksum);
ref 1100 uspace/lib/ext4/src/filesystem.c ref->block->dirty = true;
ref 1104 uspace/lib/ext4/src/filesystem.c errno_t rc = block_put(ref->block);
ref 1105 uspace/lib/ext4/src/filesystem.c free(ref);
ref 1120 uspace/lib/ext4/src/filesystem.c ext4_inode_ref_t **ref)
ref 1182 uspace/lib/ext4/src/filesystem.c *ref = newref;
ref 1194 uspace/lib/ext4/src/filesystem.c errno_t ext4_filesystem_put_inode_ref(ext4_inode_ref_t *ref)
ref 1197 uspace/lib/ext4/src/filesystem.c if (ref->dirty) {
ref 1199 uspace/lib/ext4/src/filesystem.c ref->block->dirty = true;
ref 1203 uspace/lib/ext4/src/filesystem.c errno_t rc = block_put(ref->block);
ref 1204 uspace/lib/ext4/src/filesystem.c free(ref);
HelenOS homepage, sources at GitHub