Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ETLCPP/etl
/ functions
Functions
8,991 in github.com/ETLCPP/etl
⨍
Functions
8,991
◇
Types & classes
3,544
↓ 4 callers
Method
key_eq
Returns the function that compares the keys. \return The function that compares the keys..
include/etl/unordered_set.h:1567
↓ 4 callers
Method
key_eq
Returns the function that compares the keys. \return The function that compares the keys..
include/etl/unordered_multimap.h:1488
↓ 4 callers
Function
make_empty_slot
\brief Makes an empty slot \return constexpr slot_type
test/test_signal.cpp:127
↓ 4 callers
Function
manchester_decoded_uint16
test/test_manchester.cpp:301
↓ 4 callers
Function
manchester_decoded_uint32
test/test_manchester.cpp:308
↓ 4 callers
Function
manchester_decoded_uint64
test/test_manchester.cpp:315
↓ 4 callers
Method
max_size
Returns the maximum possible size of the vector. \return The maximum size of the vector.
include/etl/private/vector_base.h:140
↓ 4 callers
Method
next_node
Find the next node in sequence from the node provided
include/etl/multimap.h:407
↓ 4 callers
Method
next_node
Find the next node in sequence from the node provided
include/etl/map.h:2406
↓ 4 callers
Method
next_node
Find the next node in sequence from the node provided
include/etl/multiset.h:381
↓ 4 callers
Method
next_node
Find the next node in sequence from the node provided
include/etl/set.h:2087
↓ 4 callers
Function
operator[]
Returns a reference to the indexed value.
include/etl/span.h:1182
↓ 4 callers
Function
parse_num
include/etl/format.h:994
↓ 4 callers
Method
prev_node
Find the previous node in sequence from the node provided
include/etl/multimap.h:472
↓ 4 callers
Method
prev_node
Find the previous node in sequence from the node provided
include/etl/map.h:2470
↓ 4 callers
Method
prev_node
Find the previous node in sequence from the node provided
include/etl/multiset.h:446
↓ 4 callers
Method
prev_node
Find the previous node in sequence from the node provided
include/etl/set.h:2151
↓ 4 callers
Method
push_back
Inserts a value at the end of the vector. If asserts or exceptions are enabled, emits vector_full if the vector is already full. \param value The valu
include/etl/vector.h:449
↓ 4 callers
Method
receive
Top level message handler for the FSM.
include/etl/fsm.h:534
↓ 4 callers
Method
register_unhandled_callback
Registers an alternative callback for unhandled ids. \param callback A reference to the user supplied 'unhandled' callback.
include/etl/callback_service.h:105
↓ 4 callers
Method
remove
include/etl/callback_timer_atomic.h:565
↓ 4 callers
Method
remove
include/etl/message_timer_interrupt.h:552
↓ 4 callers
Method
remove
include/etl/message_timer.h:237
↓ 4 callers
Method
remove
include/etl/callback_timer.h:709
↓ 4 callers
Method
remove
include/etl/callback_timer_locked.h:539
↓ 4 callers
Method
remove
include/etl/callback_timer_interrupt.h:566
↓ 4 callers
Method
remove
include/etl/message_timer_atomic.h:546
↓ 4 callers
Method
remove
include/etl/message_timer_locked.h:560
↓ 4 callers
Method
resize
Resizes the indirect_vector. If asserts or exceptions are enabled and the new size is larger than the maximum then a vector_full is thrown. \param new
include/etl/indirect_vector.h:576
↓ 4 callers
Method
set
include/etl/private/delegate_cpp03.h:850
↓ 4 callers
Method
set_left
include/etl/intrusive_links.h:1066
↓ 4 callers
Method
set_locks
Sets the lock and unlock delegates.
include/etl/message_timer_locked.h:319
↓ 4 callers
Method
set_parent
include/etl/intrusive_links.h:1060
↓ 4 callers
Function
shell_sort
include/etl/algorithm.h:3176
↓ 4 callers
Method
size_bytes
Returns the number of bytes used in the stream.
include/etl/byte_stream.h:373
↓ 4 callers
Method
status
include/etl/to_arithmetic.h:408
↓ 4 callers
Function
substr
Returns a sub-string. \param position The position of the first character. Default = 0. \param length The number of characters. Default = npos.
include/etl/string.h:194
↓ 4 callers
Method
task_process_work
test/test_task_scheduler.cpp:122
↓ 4 callers
Method
task_request_work
test/test_task_scheduler.cpp:116
↓ 4 callers
Function
template_function_f
test/test_utility.cpp:564
↓ 4 callers
Method
test
Tests a bit at a position. Positions greater than the number of configured bits will return <b>false</b>.
include/etl/private/bitset_new.h:472
↓ 4 callers
Method
to_first
Resets the value to the first in the range.
include/etl/cyclic_value.h:114
↓ 4 callers
Method
try_lock
test/test_message_timer_locked.cpp:66
↓ 4 callers
Method
visit_in_order
include/etl/intrusive_avl_tree.h:1839
↓ 4 callers
Method
visit_post_order
include/etl/intrusive_avl_tree.h:1887
↓ 4 callers
Method
visit_pre_order
include/etl/intrusive_avl_tree.h:1938
↓ 4 callers
Function
write
test/test_bit_stream_writer_big_endian.cpp:66
↓ 4 callers
Function
write_unchecked
include/etl/byte_stream.h:859
↓ 4 callers
Function
write_unchecked
Implementation of the write function. For bool types only.
include/etl/bit_stream.h:986
↓ 3 callers
Function
AreClose
test/UnitTest++/Checks.h:250
↓ 3 callers
Method
ClearStatistics
test/test_state_chart_with_rvalue_data_parameter.cpp:128
↓ 3 callers
Method
ClearStatistics
test/test_state_chart_with_data_parameter.cpp:98
↓ 3 callers
Method
ClearStatistics
test/test_state_chart.cpp:97
↓ 3 callers
Method
ClearStatistics
test/test_state_chart_compile_time_with_data_parameter.cpp:96
↓ 3 callers
Method
GetTimeInMs
test/UnitTest++/Posix/TimeHelpers.cpp:17
↓ 3 callers
Function
Pearson_Compare
test/test_pearson.cpp:66
↓ 3 callers
Method
Start
test/UnitTest++/Posix/TimeHelpers.cpp:12
↓ 3 callers
Method
accept_visitor
include/etl/private/variant_variadic.h:982
↓ 3 callers
Method
accepts
This will return true if the message id is in the message type list, or if a successor accepts the message id.
include/etl/message_router.h:570
↓ 3 callers
Function
add_integral_and_fractional
include/etl/private/to_string_helper.h:264
↓ 3 callers
Function
add_integral_denominated
include/etl/private/to_string_helper.h:475
↓ 3 callers
Function
append_slot
Appends a slot to the slot list.
include/etl/signal.h:378
↓ 3 callers
Function
as_bytes
include/etl/span.h:1531
↓ 3 callers
Function
as_writable_bytes
include/etl/span.h:1541
↓ 3 callers
Method
back
Get the last coordinate.
include/etl/bresenham_line.h:231
↓ 3 callers
Method
begin
Beginning of the histogram.
include/etl/histogram.h:64
↓ 3 callers
Method
bind
include/etl/closure.h:106
↓ 3 callers
Function
call
test/test_memory.cpp:1581
↓ 3 callers
Method
callback
include/etl/callback_service.h:116
↓ 3 callers
Method
cbegin
Returns a const_iterator to the beginning of the unordered_multiset. \return A const iterator to the beginning of the unordered_multiset.
include/etl/unordered_multiset.h:494
↓ 3 callers
Method
cbegin
Gets the beginning of the multimap.
include/etl/multimap.h:1013
↓ 3 callers
Method
cbegin
Returns a const_iterator to the beginning of the unordered_map. \return A const iterator to the beginning of the unordered_map.
include/etl/unordered_map.h:504
↓ 3 callers
Method
cbegin
Returns a const_iterator to the beginning of the unordered_set. \return A const iterator to the beginning of the unordered_set.
include/etl/unordered_set.h:494
↓ 3 callers
Method
cbegin
Returns a const_iterator to the beginning of the flat_set. \return A const iterator to the beginning of the flat_set.
include/etl/flat_set.h:134
↓ 3 callers
Method
cbegin
Returns a const_iterator to the beginning of the unordered_multimap. \return A const iterator to the beginning of the unordered_multimap.
include/etl/unordered_multimap.h:501
↓ 3 callers
Method
cbegin
Returns a const_iterator to the beginning of the flat_multiset. \return A const iterator to the beginning of the flat_multiset.
include/etl/flat_multiset.h:134
↓ 3 callers
Method
cbegin
Returns a const_iterator to the beginning of the flat_map. \return A const iterator to the beginning of the flat_map.
include/etl/flat_map.h:145
↓ 3 callers
Method
cbegin
Returns a const_iterator to the beginning of the vector. \return A const iterator to the beginning of the vector.
include/etl/vector.h:134
↓ 3 callers
Method
cbegin
Gets the beginning of the multiset.
include/etl/multiset.h:997
↓ 3 callers
Method
cbegin
Gets the beginning of the set.
include/etl/set.h:869
↓ 3 callers
Method
cbegin
Returns a const_iterator to the beginning of the flat_multimap. \return A const iterator to the beginning of the flat_multimap.
include/etl/flat_multimap.h:164
↓ 3 callers
Method
cbegin
Returns a const_iterator to the beginning of the indirect_vector. \return A const iterator to the beginning of the indirect_vector.
include/etl/indirect_vector.h:498
↓ 3 callers
Method
cend
include/etl/array.h:264
↓ 3 callers
Method
cend
include/etl/message_router_registry.h:285
↓ 3 callers
Method
cend
Returns a const_iterator to the end of the unordered_multiset. \return A const iterator to the end of the unordered_multiset.
include/etl/unordered_multiset.h:552
↓ 3 callers
Method
cend
Gets the end of the multimap.
include/etl/multimap.h:1021
↓ 3 callers
Method
cend
Returns a const_iterator to the end of the unordered_map. \return A const iterator to the end of the unordered_map.
include/etl/unordered_map.h:558
↓ 3 callers
Method
cend
Returns a const_iterator to the end of the unordered_set. \return A const iterator to the end of the unordered_set.
include/etl/unordered_set.h:548
↓ 3 callers
Method
cend
Returns a const_iterator to the end of the flat_set. \return A const iterator to the end of the flat_set.
include/etl/flat_set.h:143
↓ 3 callers
Method
cend
Returns a const_iterator to the end of the unordered_multimap. \return A const iterator to the end of the unordered_multimap.
include/etl/unordered_multimap.h:559
↓ 3 callers
Method
cend
Returns a const_iterator to the end of the flat_multiset. \return A const iterator to the end of the flat_multiset.
include/etl/flat_multiset.h:143
↓ 3 callers
Method
cend
Returns a const_iterator to the end of the flat_map. \return A const iterator to the end of the flat_map.
include/etl/flat_map.h:154
↓ 3 callers
Method
cend
Returns a const_iterator to the end of the vector. \return A const iterator to the end of the vector.
include/etl/vector.h:143
↓ 3 callers
Method
cend
Gets the end of the multiset.
include/etl/multiset.h:1005
↓ 3 callers
Method
cend
Gets the end of the set.
include/etl/set.h:877
↓ 3 callers
Method
cend
Returns a const_iterator to the end of the flat_multimap. \return A const iterator to the end of the flat_multimap.
include/etl/flat_multimap.h:173
↓ 3 callers
Method
cend
Returns a const_iterator to the end of the indirect_vector. \return A const iterator to the end of the indirect_vector.
include/etl/indirect_vector.h:507
↓ 3 callers
Method
clear
test/test_queue_spsc_isr_small.cpp:51
↓ 3 callers
Method
clear
test/test_queue_spsc_isr.cpp:51
↓ 3 callers
Method
clear
test/test_shared_message.cpp:116
← previous
next →
801–900 of 8,991, ranked by callers