Searched defs:old_size (Results 1 – 4 of 4) sorted by relevance
| /device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/ |
| D | container_annotations.h | 32 #define ANNOTATE_DELETE_BUFFER(buffer, capacity, old_size) \ argument 38 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) \ argument 51 #define ANNOTATE_DELETE_BUFFER(buffer, capacity, old_size) argument 52 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) argument
|
| /device/generic/vulkan-cereal/third-party/perfetto/src/protozero/ |
| D | packed_repeated_fields.cc | 28 size_t old_size = static_cast<size_t>(storage_end_ - storage_begin_); in GrowSlowpath() local
|
| /device/generic/vulkan-cereal/third-party/perfetto-tracing-only/ |
| D | perfetto.cc | 1304 #define ANNOTATE_DELETE_BUFFER(buffer, capacity, old_size) \ argument 1310 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) \ argument 1323 #define ANNOTATE_DELETE_BUFFER(buffer, capacity, old_size) argument 1324 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) argument 6315 size_t old_size = static_cast<size_t>(storage_end_ - storage_begin_); in GrowSlowpath() local
|
| /device/generic/goldfish-opengl/system/profiler/ |
| D | perfetto.cpp | 2166 #define ANNOTATE_DELETE_BUFFER(buffer, capacity, old_size) \ argument 2172 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) \ argument 2185 #define ANNOTATE_DELETE_BUFFER(buffer, capacity, old_size) argument 2186 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) argument 8415 size_t old_size = static_cast<size_t>(storage_end_ - storage_begin_); in GrowSlowpath() local
|