Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Deditbuf.h73 buf_char *copy_bytes(int *lenp) const;
/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc669 buf_char * edit_string::copy_bytes(int *lenp) const in copy_bytes() function in edit_string
706 new_str = src->copy_bytes(&src_len); in assign()