Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aguinet/usbtop
/ functions
Functions
357 in github.com/aguinet/usbtop
⨍
Functions
357
◇
Types & classes
9,300
↓ 39 callers
Function
move
O models OutputIterator
third-party/boost/move/algo/move.hpp:53
↓ 28 callers
Function
BOOST_CONCEPT_USAGE
third-party/boost/concept_check.hpp:72
↓ 26 callers
Function
ignore_unused_variable_warning
third-party/boost/concept_check.hpp:52
↓ 26 callers
Function
increment
third-party/boost/circular_buffer/base.hpp:2342
↓ 20 callers
Function
decrement
third-party/boost/circular_buffer/base.hpp:2349
↓ 17 callers
Method
is_valid
third-party/boost/circular_buffer/debug.hpp:222
↓ 16 callers
Function
distance
third-party/boost/detail/iterator.hpp:29
↓ 16 callers
Function
to_address
third-party/boost/core/pointer_traits.hpp:183
↓ 14 callers
Function
replace
Replace an element.
third-party/boost/circular_buffer/base.hpp:2395
↓ 13 callers
Function
rinsert
Insert an element before the specified position. ! \pre <code>pos</code> is a valid iterator pointing to the <code>circular_buffer</code> or i
third-party/boost/circular_buffer/base.hpp:1920
↓ 13 callers
Method
swap
third-party/boost/circular_buffer/space_optimized.hpp:754
↓ 12 callers
Function
add
third-party/boost/circular_buffer/base.hpp:2357
↓ 11 callers
Method
insert
Insert an element at the specified position. ! \pre <code>pos</code> is a valid iterator pointing to the <code>circular_buffer_space_optimized
third-party/boost/circular_buffer/space_optimized.hpp:985
↓ 11 callers
Method
min_capacity
Get the minimal capacity of the space optimized circular buffer.
third-party/boost/circular_buffer/details.hpp:183
↓ 11 callers
Method
size
src/buses.cpp:122
↓ 10 callers
Method
capacity
Get the capacity of the space optimized circular buffer.
third-party/boost/circular_buffer/details.hpp:180
↓ 10 callers
Function
insert
Insert an element at the specified position. ! \pre <code>pos</code> is a valid iterator pointing to the <code>circular_buffer</code> or its e
third-party/boost/circular_buffer/base.hpp:1700
↓ 10 callers
Function
require_boolean_expr
third-party/boost/concept_check.hpp:226
↓ 9 callers
Function
adl_move_swap
third-party/boost/move/adl_move_swap.hpp:225
↓ 9 callers
Function
destroy_item
Destroy an item.
third-party/boost/circular_buffer/base.hpp:2435
↓ 8 callers
Function
addressof
third-party/boost/core/addressof.hpp:37
↓ 8 callers
Function
construct_or_replace
Construct or replace an element. ! <code>construct</code> has to be set to <code>true</code> if and only if <code>pos</code> points to
third-party/boost/circular_buffer/base.hpp:2415
↓ 8 callers
Function
deallocate
Deallocate memory.
third-party/boost/circular_buffer/base.hpp:2384
↓ 8 callers
Function
initialize_buffer
Initialize the internal buffer.
third-party/boost/circular_buffer/base.hpp:2482
↓ 7 callers
Function
erase
Remove an element at the specified position. ! \pre <code>pos</code> is a valid iterator pointing to the <code>circular_buffer</code> (but not
third-party/boost/circular_buffer/base.hpp:2106
↓ 6 callers
Function
assign
third-party/boost/circular_buffer/base.hpp:1341
↓ 6 callers
Method
erase
Remove an element at the specified position. ! \pre <code>pos</code> is a valid iterator pointing to the <code>circular_buffer_space_optimized
third-party/boost/circular_buffer/space_optimized.hpp:1399
↓ 6 callers
Method
next
third-party/boost/circular_buffer/debug.hpp:228
↓ 6 callers
Function
rerase
Remove an element at the specified position. ! \pre <code>pos</code> is a valid iterator pointing to the <code>circular_buffer</code> (but not
third-party/boost/circular_buffer/base.hpp:2183
↓ 6 callers
Function
sub
third-party/boost/circular_buffer/base.hpp:2363
↓ 6 callers
Function
test
third-party/boost/concept_check.hpp:311
↓ 6 callers
Function
uninitialized_copy
third-party/boost/circular_buffer/details.hpp:435
↓ 5 callers
Function
allocate
Allocate memory.
third-party/boost/circular_buffer/base.hpp:2371
↓ 5 callers
Function
is_uninitialized
Does the pointer point to the uninitialized memory?
third-party/boost/circular_buffer/base.hpp:2390
↓ 4 callers
Function
BOOST_CATCH
third-party/boost/circular_buffer/base.hpp:1445
↓ 4 callers
Method
BOOST_INTRUSIVE_HAS_MEMBER_FUNCTION_CALLABLE_WITH_FUNCNAME
third-party/boost/intrusive/detail/has_member_function_callable_with.hpp:142
↓ 4 callers
Function
addressof
third-party/boost/move/detail/meta_utils.hpp:267
↓ 4 callers
Method
allocate
<b>Returns</b>: <code>a.allocate(n)</code>
third-party/boost/container/allocator_traits.hpp:292
↓ 4 callers
Function
assign_n
third-party/boost/circular_buffer/base.hpp:2716
↓ 4 callers
Function
make_move_iterator
third-party/boost/move/iterator.hpp:173
↓ 4 callers
Method
operator->
third-party/boost/move/iterator.hpp:83
↓ 4 callers
Function
push_back
Insert a new element at the end of the <code>circular_buffer</code> using rvalue references or rvalues references emulation. ! \post if <code>
third-party/boost/circular_buffer/base.hpp:1491
↓ 4 callers
Function
push_front
Insert a new element at the beginning of the <code>circular_buffer</code>. ! \post if <code>capacity() > 0</code> then <code>front() == item</
third-party/boost/circular_buffer/base.hpp:1534
↓ 4 callers
Function
to_raw_pointer
third-party/boost/move/detail/to_raw_pointer.hpp:32
↓ 3 callers
Function
destroy_content
Destroy the whole content of the circular buffer.
third-party/boost/circular_buffer/base.hpp:2450
↓ 3 callers
Function
destroy_if_constructed
Destroy an item only if it has been constructed.
third-party/boost/circular_buffer/base.hpp:2444
↓ 3 callers
Method
invalidate
third-party/boost/circular_buffer/debug.hpp:226
↓ 3 callers
Function
make_assign_range
third-party/boost/circular_buffer/details.hpp:149
↓ 3 callers
Function
map_pointer
Map the null pointer to virtual end of circular buffer.
third-party/boost/circular_buffer/base.hpp:2368
↓ 3 callers
Method
push_back
Insert a new element at the end of the space optimized circular buffer. ! \post if <code>capacity().%capacity() > 0</code> then <code>back() =
third-party/boost/circular_buffer/space_optimized.hpp:779
↓ 3 callers
Function
reset
Reset the circular buffer.
third-party/boost/circular_buffer/base.hpp:2616
↓ 3 callers
Function
swap
Swap the contents of two <code>circular_buffer</code>s. ! \post <code>this</code> contains elements of <code>cb</code> and vice versa; the cap
third-party/boost/circular_buffer/base.hpp:1401
↓ 3 callers
Function
throw_exception
third-party/boost/throw_exception.hpp:62
↓ 2 callers
Method
bw_instant
src/usb_stats.cpp:102
↓ 2 callers
Function
copy_boost_exception
third-party/boost/exception/exception.hpp:438
↓ 2 callers
Method
distance_to
third-party/boost/iterator/iterator_adaptor.hpp:332
↓ 2 callers
Function
do_fill_uninitialized_memory
third-party/boost/circular_buffer/debug.hpp:36
↓ 2 callers
Function
enable_error_info
third-party/boost/exception/exception.hpp:400
↓ 2 callers
Method
get
third-party/boost/core/addressof.hpp:66
↓ 2 callers
Function
initialize
third-party/boost/circular_buffer/base.hpp:2501
↓ 2 callers
Method
invalidate_iterators_except
third-party/boost/circular_buffer/debug.hpp:165
↓ 2 callers
Function
pop_back
Remove the last element from the <code>circular_buffer</code>. ! \pre <code>!empty()</code> \post The last element is removed from the
third-party/boost/circular_buffer/base.hpp:1595
↓ 2 callers
Function
pop_front
Remove the first element from the <code>circular_buffer</code>. ! \pre <code>!empty()</code> \post The first element is removed from t
third-party/boost/circular_buffer/base.hpp:1616
↓ 2 callers
Method
push_front
Insert a new element at the beginning of the space optimized circular buffer. ! \post if <code>capacity().%capacity() > 0</code> then <code>fr
third-party/boost/circular_buffer/space_optimized.hpp:853
↓ 2 callers
Method
set_next
third-party/boost/circular_buffer/debug.hpp:230
↓ 2 callers
Function
swap
third-party/boost/circular_buffer/space_optimized.hpp:1710
↓ 2 callers
Function
uninitialized_fill_n_with_alloc
third-party/boost/circular_buffer/details.hpp:478
↓ 2 callers
Function
uninitialized_move_if_noexcept
third-party/boost/circular_buffer/details.hpp:468
↓ 1 callers
Function
T
third-party/boost/core/addressof.hpp:156
↓ 1 callers
Function
back
Get the last element. ! \pre <code>!empty()</code> \return A reference to the last element of the <code>circular_buffer</code>.
third-party/boost/circular_buffer/base.hpp:477
↓ 1 callers
Function
clean_pcap_live
src/main.cpp:89
↓ 1 callers
Method
clone
third-party/boost/exception/exception.hpp:490
↓ 1 callers
Method
deallocate
<b>Returns</b>: <code>a.deallocate(p, n)</code> <b>Throws</b>: Nothing
third-party/boost/container/allocator_traits.hpp:298
↓ 1 callers
Method
decrement
third-party/boost/iterator/iterator_adaptor.hpp:323
↓ 1 callers
Function
enable_current_exception
third-party/boost/exception/exception.hpp:510
↓ 1 callers
Function
front
Get the first element. ! \pre <code>!empty()</code> \return A reference to the first element of the <code>circular_buffer</code>.
third-party/boost/circular_buffer/base.hpp:459
↓ 1 callers
Method
get
third-party/boost/exception/exception.hpp:66
↓ 1 callers
Function
gettimeofday
third-party/boost/config/platform/vxworks.hpp:276
↓ 1 callers
Method
id
include/usbtop/usb_bus.h:92
↓ 1 callers
Method
increment
third-party/boost/iterator/iterator_adaptor.hpp:321
↓ 1 callers
Method
invalidate_all_iterators
Invalidate all iterators.
third-party/boost/circular_buffer/debug.hpp:178
↓ 1 callers
Function
iterator_to_pointer
third-party/boost/move/detail/iterator_to_raw_pointer.hpp:30
↓ 1 callers
Function
iterator_to_raw_pointer
third-party/boost/move/detail/iterator_to_raw_pointer.hpp:49
↓ 1 callers
Function
move_move_iterator
F models ForwardIterator
third-party/boost/move/algorithm.hpp:86
↓ 1 callers
Method
operator->
third-party/boost/iterator/iterator_facade.hpp:659
↓ 1 callers
Method
pop_back
Remove the last element from the space optimized circular buffer. ! \pre <code>!empty()</code> \post The last element is removed from
third-party/boost/circular_buffer/space_optimized.hpp:925
↓ 1 callers
Method
pop_front
Remove the first element from the space optimized circular buffer. ! \pre <code>!empty()</code> \post The first element is removed fro
third-party/boost/circular_buffer/space_optimized.hpp:947
↓ 1 callers
Function
ptr_address
third-party/boost/core/pointer_traits.hpp:193
↓ 1 callers
Method
push
src/usb_bus.cpp:44
↓ 1 callers
Method
register_iterator
Register an iterator into the list of valid iterators. ! \note The method is const in order to register iterators into const containers, too.
third-party/boost/circular_buffer/debug.hpp:134
↓ 1 callers
Method
reserve
! \brief Get the maximum number of elements which can be inserted into the <code>circular_buffer_space_optimized</code> without overwri
third-party/boost/circular_buffer/space_optimized.hpp:167
↓ 1 callers
Method
select_on_container_copy_construction
third-party/boost/container/allocator_traits.hpp:340
↓ 1 callers
Function
swap_allocator
Specialized method for swapping the allocator.
third-party/boost/circular_buffer/base.hpp:2625
↓ 1 callers
Function
swap_proxy
third-party/boost/move/adl_move_swap.hpp:158
↓ 1 callers
Function
throw_exception_assert_compatibility
third-party/boost/throw_exception.hpp:60
↓ 1 callers
Function
uninitialized_move
F models ForwardIterator
third-party/boost/move/algo/move.hpp:112
↓ 1 callers
Function
uninitialized_move_if_noexcept_impl
third-party/boost/circular_buffer/details.hpp:450
↓ 1 callers
Function
uninitialized_move_move_iterator
F models ForwardIterator
third-party/boost/move/algorithm.hpp:48
↓ 1 callers
Method
unregister_iterator
Unregister an iterator from the list of valid iterators. ! \note The method is const in order to unregister iterators from const containers, t
third-party/boost/circular_buffer/debug.hpp:143
↓ 1 callers
Function
usage
src/main.cpp:68
next →
1–100 of 357, ranked by callers