Home
last modified time | relevance | path

Searched refs:ResizeForAppend (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_bytes/
Dbyte_builder.cc21 std::memset(append_destination, static_cast<int>(b), ResizeForAppend(count)); in append()
27 std::memcpy(append_destination, bytes, ResizeForAppend(count)); in append()
31 size_t ByteBuilder::ResizeForAppend(size_t bytes_to_append) { in ResizeForAppend() function in pw::ByteBuilder
/external/pigweed/pw_bytes/public/pw_bytes/
Dbyte_builder.h344 size_t ResizeForAppend(size_t bytes_to_append);