#include "test.h"#include <carla/Buffer.h>#include <carla/BufferPool.h>#include <array>#include <list>#include <set>#include <string>#include <vector>
Include dependency graph for test_buffer.cpp:Go to the source code of this file.
Functions | |
| TEST (buffer, compile) | |
| TEST (buffer, copy_buffer_sequence) | |
| TEST (buffer, to_from_string) | |
| TEST (buffer, to_from_vector) | |
| TEST (buffer, copy) | |
| TEST (buffer, copy_with_offset) | |
| TEST (buffer, memcpy) | |
| TEST (buffer, message_too_big) | |
| TEST (buffer, buffer_pool) | |
| TEST | ( | buffer | , |
| compile | |||
| ) |
Definition at line 20 of file test_buffer.cpp.
References carla::Buffer::copy_from().
Here is the call graph for this function:| TEST | ( | buffer | , |
| copy_buffer_sequence | |||
| ) |
Definition at line 42 of file test_buffer.cpp.
References util::buffer::as_string().
Here is the call graph for this function:| TEST | ( | buffer | , |
| to_from_string | |||
| ) |
Definition at line 59 of file test_buffer.cpp.
References util::buffer::as_string(), and carla::Buffer::size().
Here is the call graph for this function:| TEST | ( | buffer | , |
| to_from_vector | |||
| ) |
Definition at line 67 of file test_buffer.cpp.
References carla::Buffer::data(), and carla::Buffer::size().
Here is the call graph for this function:| TEST | ( | buffer | , |
| copy | |||
| ) |
Definition at line 82 of file test_buffer.cpp.
References util::buffer::make_empty(), and util::buffer::make_random().
Here is the call graph for this function:| TEST | ( | buffer | , |
| copy_with_offset | |||
| ) |
Definition at line 90 of file test_buffer.cpp.
References util::buffer::as_string(), carla::Buffer::copy_from(), and carla::Buffer::data().
Here is the call graph for this function:| TEST | ( | buffer | , |
| memcpy | |||
| ) |
Definition at line 106 of file test_buffer.cpp.
References util::buffer::make_empty(), and util::buffer::make_random().
Here is the call graph for this function:| TEST | ( | buffer | , |
| message_too_big | |||
| ) |
Definition at line 116 of file test_buffer.cpp.
References carla::Buffer::reset().
Here is the call graph for this function:| TEST | ( | buffer | , |
| buffer_pool | |||
| ) |
Definition at line 123 of file test_buffer.cpp.
References util::buffer::as_string().
Here is the call graph for this function:
1.8.13