Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- d -
- data() : template.h
- dc_ankerl_initial_items : utils.h
- dc_apply_capacity_policy() : utils.h
- DC_ARENA_CHUNKED_BLOCK_OFFSET_TO_INDEX : utils.h
- DC_ARENA_CHUNKED_BLOCK_SIZE : utils.h
- DC_ARENA_CHUNKED_INDEX_TO_BLOCK : utils.h
- DC_ARENA_CHUNKED_INDEX_TO_OFFSET : utils.h
- DC_ARENA_GEO_BLOCK_OFFSET_TO_INDEX : utils.h
- DC_ARENA_GEO_BLOCK_TO_SIZE : utils.h
- DC_ARENA_GEO_INDEX_TO_BLOCK : utils.h
- DC_ARENA_GEO_INDEX_TO_OFFSET : utils.h
- DC_ARENA_GEO_MAX_NUM_BLOCKS : utils.h
- DC_ASSERT : panic.h
- DC_ASSUME : panic.h
- DC_BITSET_STATIC_CAPACITY_TO_BYTES : utils.h
- DC_BITSET_STATIC_INDEX_TO_BYTES : utils.h
- DC_BITSET_STATIC_INDEX_TO_OFFSET : utils.h
- DC_BITSET_STATIC_OFFSET_TO_MASK : utils.h
- DC_CONST : attributes.h
- DC_COPY_CLONE : clone.h
- dc_cpu_features_debug() : cpu_features.h
- dc_cpu_features_dump() : cpu_features.h
- dc_cpu_features_get() : cpu_features.h
- DC_DEBUG : dump.h
- DC_DEBUG_ASSERT : panic.h
- dc_debug_dump_reset() : dump.h
- dc_debug_fmt_new() : fmt.h
- dc_debug_fmt_print() : fmt.h
- dc_debug_fmt_print_indents() : fmt.h
- dc_debug_fmt_scope_begin() : fmt.h
- dc_debug_fmt_scope_end() : fmt.h
- DC_DEBUG_STRING : debug.h
- DC_DEBUG_TRACE : debug.h, trace.h
- DC_DEFAULT_DEBUG : debug.h
- DC_DEFAULT_HASH : default.h
- DC_DEFER : scope.h
- DC_DERIVE_CLONE : clone.h
- DC_DERIVE_DEBUG : debug.h
- DC_DERIVE_DELETE : delete.h
- DC_DERIVE_EQ : eq.h
- DC_DERIVE_ORD : ord.h
- DC_DERIVE_STRUCT : derive.h
- DC_DERIVE_STRUCT_MEMBER : derive.h
- DC_EXPAND : namespace.h
- DC_EXPAND_STRING : namespace.h
- DC_FLOAT_REFLECT : reflect.h
- DC_FNV1A_64_OFFSET : fnv1a.h
- DC_FNV1A_64_PRIME : fnv1a.h
- dc_fnv1a_str() : fnv1a.h
- dc_fnv1a_str_borrow() : fnv1a.h
- dc_fnv1a_str_const() : fnv1a.h
- dc_fnv1a_u32() : fnv1a.h
- dc_fnv1a_u64() : fnv1a.h
- DC_FOR : for.h
- DC_FOR_CONST : for.h
- dc_gdb_marker_new() : gdb_marker.h
- DC_GENERIC_KEYWORD_SUPPORTED : compiler.h
- dc_hash_combine() : combine.h
- DC_INITIAL_CAPACITY : utils.h
- DC_INLINE : attributes.h
- DC_INT_REFLECT : reflect.h
- DC_INTERNAL : namespace.h
- DC_IS_DEFINED : namespace.h
- DC_LIKELY : panic.h
- dc_math_is_aligned_pow2() : math.h
- DC_MATH_IS_POWER_OF_2 : math.h
- dc_math_modulus_power_of_2_capacity() : math.h
- DC_MATH_MSB_INDEX : math.h
- dc_math_next_power_of_2() : math.h
- DC_MEM_EQ : eq.h
- DC_MEMORY_TRACKER_CAP_NONE : memory_tracker.h
- DC_MEMORY_TRACKER_CAP_READ_WRITE : memory_tracker.h
- DC_MEMORY_TRACKER_CAP_WRITE : memory_tracker.h
- dc_memory_tracker_capability : memory_tracker.h
- dc_memory_tracker_check() : memory_tracker.h
- dc_memory_tracker_debug() : memory_tracker.h
- dc_memory_tracker_global_level : memory_tracker.h
- dc_memory_tracker_level : memory_tracker.h
- DC_MEMORY_TRACKER_LVL_ALLOC : memory_tracker.h
- DC_MEMORY_TRACKER_LVL_CONTAINER : memory_tracker.h
- DC_MEMORY_TRACKER_LVL_NONE : memory_tracker.h
- dc_memory_tracker_set() : memory_tracker.h
- DC_MOCKABLE : mock.h, template.h
- DC_MOCKABLE_DECLARE : mock.h
- DC_MOCKABLE_DEFINE : mock.h
- DC_MOCKABLE_ENABLED : mock.h
- dc_murmur_hash_string() : murmur.h
- dc_murmurhash() : murmur.h
- dc_MurmurHash3_x64_128() : murmur.h
- dc_MurmurHash3_x86_128() : murmur.h
- dc_MurmurHash3_x86_32() : murmur.h
- DC_NO_DEBUG : debug.h
- DC_NO_DELETE : delete.h
- DC_NODISCARD : attributes.h
- dc_null_stream() : null_stream.h
- DC_PANIC : panic.h
- DC_PUBLIC : namespace.h
- DC_PURE : attributes.h
- DC_REQUIRE_CONSTANT : require.h
- DC_REQUIRE_CONSTANT_TYPE_EXPR : require.h
- DC_REQUIRE_METHOD : require.h
- DC_REQUIRE_METHOD_EXPR : require.h
- DC_REQUIRE_TYPE : require.h
- DC_RESTRICT : attributes.h
- DC_SCOPED : scope.h
- DC_STATIC_ASSERT : panic.h, template.h, utils.h, template.h, utils.h
- DC_STATIC_ASSERT_SUPPORTED : compiler.h
- DC_STATIC_CONSTANT : attributes.h
- DC_STD_REFLECT : reflect.h
- dc_str_const_eq() : eq.h
- dc_str_eq() : eq.h
- dc_string_const_debug() : debug.h
- dc_string_debug() : debug.h
- DC_STRINGIFY : namespace.h
- dc_swiss_capacity() : utils.h
- DC_SWISS_CLEANUP_TOMBSONES : utils.h
- DC_SWISS_DO_NOTHING : utils.h
- DC_SWISS_DOUBLE_CAPACITY : utils.h
- DC_SWISS_INITIAL_CAPACITY : utils.h
- DC_SWISS_VAL_DELETED : utils.h
- DC_SWISS_VAL_EMPTY : utils.h
- DC_SWISS_VAL_SENTINEL : utils.h
- DC_THREAD_LOCAL : attributes.h
- DC_TRAIT_ALLOC : trait.h, template.h, std.h, template.h
- DC_TRAIT_ARENA : trait.h, template.h
- DC_TRAIT_BITSET : trait.h, template.h
- DC_TRAIT_CLONEABLE : clone.h
- DC_TRAIT_CONST_ITERABLE : iter.h
- DC_TRAIT_DEBUGABLE : debug.h
- DC_TRAIT_DELETABLE : delete.h
- DC_TRAIT_EQABLE : eq.h
- DC_TRAIT_EQABLE_INVARIANTS : eq.h
- DC_TRAIT_ITER : iter.h
- DC_TRAIT_ITERABLE : iter.h
- DC_TRAIT_MAP : trait.h, template.h
- DC_TRAIT_ORDABLE : ord.h
- DC_TRAIT_ORDABLE_INVARIANTS : ord.h
- DC_TRAIT_QUEUE : trait.h, template.h
- DC_TRAIT_REFERENCABLE : ref.h
- DC_TRAIT_REFERENCABLE_BY_PTR : ref.h, template.h
- DC_TRAIT_REFERENCABLE_SINGLETON : ref.h, std.h
- DC_TRAIT_SET : trait.h, template.h
- DC_TRAIT_VECTOR : trait.h, template.h
- dc_unit_clone() : unit.h
- dc_unit_debug() : unit.h
- dc_unit_delete() : unit.h
- dc_unit_new() : unit.h
- DC_UNREACHABLE : panic.h
- DC_UNUSED : attributes.h
- dc_void_const_ptr_debug() : debug.h
- dc_void_ptr_debug() : debug.h
- DC_WHEN : panic.h
- DC_ZERO_SIZED : zerosized.h, std.h, gdb_marker.h, scope.h, unit.h
- deallocate() : template.h, std.h, template.h
- debug() : template.h, std.h, template.h
- DEBUG_MOCK_TOGGLE : template.h
- delete() : template.h, std.h, template.h
- delete_entry() : template.h
- display() : prime_sieve.c