|
OpenVPN 3 Core Library
|
Go to the source code of this file.
Classes | |
| struct | align_test |
Functions | |
| template<typename T > | |
| void | realign_test (BufferAllocated &buf, std::size_t headroom) |
| TEST (buffer, buffer_alignas) | |
| TEST (buffer, const_buffer_ref_1) | |
| TEST (buffer, const_buffer_ref_2) | |
| TEST (buffer, my_const_buffer_1) | |
| TEST (buffer, const_buffer_access1) | |
| TEST (buffer, const_buffer_access2) | |
| TEST (buffer, const_buffer_access3) | |
| TEST (buffer, buffer_access1) | |
| TEST (buffer, buffer_access2) | |
| TEST (buffer, buffer_access3) | |
| TEST (buffer, buffer_access4) | |
| TEST (buffer, alloc_buffer_access1) | |
| TEST (buffer, alloc_buffer_access2) | |
| TEST (buffer, alloc_buffer_access3) | |
| TEST (buffer, alloc_buffer_pop_front) | |
| TEST (buffer, alloc_buffer_advance1) | |
| TEST (buffer, alloc_buffer_advance2) | |
| TEST (buffer, alloc_buffer_advance3) | |
| TEST (buffer, alloc_buffer_remaining) | |
| TEST (buffer, alloc_buffer_init_headroom) | |
| TEST (buffer, alloc_buffer_reset_offset) | |
| TEST (buffer, alloc_buffer_reset_size) | |
| TEST (buffer, alloc_buffer_read1) | |
| TEST (buffer, prepend_alloc) | |
| TEST (buffer, prepend_alloc_2) | |
| TEST (buffer, prepend_alloc_fits) | |
| TEST (buffer, prepend_alloc_fail) | |
| TEST (buffer, prepend_alloc_fail2) | |
| TEST (buffer, realign) | |
| TEST (buffer, realign2) | |
| TEST (buffer, realign3) | |
| TEST (buffer, realign4) | |
| TEST (buffer, invariants_after_move_safe) | |
| TEST (buffer, push_back_after_move_safe) | |
| TEST (buffer, append_after_move_safe) | |
| void realign_test | ( | BufferAllocated & | buf, |
| std::size_t | headroom | ||
| ) |
Definition at line 16 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| alloc_buffer_access1 | |||
| ) |
Definition at line 197 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| alloc_buffer_access2 | |||
| ) |
Definition at line 207 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| alloc_buffer_access3 | |||
| ) |
Definition at line 220 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| alloc_buffer_advance1 | |||
| ) |
Definition at line 251 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| alloc_buffer_advance2 | |||
| ) |
Definition at line 268 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| alloc_buffer_advance3 | |||
| ) |
Definition at line 278 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| alloc_buffer_init_headroom | |||
| ) |
Definition at line 309 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| alloc_buffer_pop_front | |||
| ) |
Definition at line 240 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| alloc_buffer_read1 | |||
| ) |
Definition at line 375 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| alloc_buffer_remaining | |||
| ) |
Definition at line 293 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| alloc_buffer_reset_offset | |||
| ) |
Definition at line 329 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| alloc_buffer_reset_size | |||
| ) |
Definition at line 353 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| append_after_move_safe | |||
| ) |
Definition at line 577 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| buffer_access1 | |||
| ) |
Definition at line 127 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| buffer_access2 | |||
| ) |
Definition at line 137 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| buffer_access3 | |||
| ) |
Definition at line 149 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| buffer_access4 | |||
| ) |
Definition at line 170 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| buffer_alignas | |||
| ) |
Definition at line 38 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| const_buffer_access1 | |||
| ) |
Definition at line 79 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| const_buffer_access2 | |||
| ) |
Definition at line 89 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| const_buffer_access3 | |||
| ) |
Definition at line 108 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| const_buffer_ref_1 | |||
| ) |
Definition at line 49 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| const_buffer_ref_2 | |||
| ) |
Definition at line 59 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| invariants_after_move_safe | |||
| ) |
Definition at line 531 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| my_const_buffer_1 | |||
| ) |
Definition at line 69 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| prepend_alloc | |||
| ) |
Definition at line 388 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| prepend_alloc_2 | |||
| ) |
Definition at line 400 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| prepend_alloc_fail | |||
| ) |
Definition at line 431 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| prepend_alloc_fail2 | |||
| ) |
Definition at line 441 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| prepend_alloc_fits | |||
| ) |
Definition at line 416 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| push_back_after_move_safe | |||
| ) |
Definition at line 558 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| realign | |||
| ) |
Definition at line 451 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| realign2 | |||
| ) |
Definition at line 468 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| realign3 | |||
| ) |
Definition at line 482 of file test_buffer.cpp.
| TEST | ( | buffer | , |
| realign4 | |||
| ) |
Definition at line 497 of file test_buffer.cpp.