Home | History | Annotate | Download | only in client

Lines Matching defs:Copy

94   // Copy the contents of |str| to a MDString and write it to the file.
97 // Maximum |length| of characters to copy from |str|, or specify 0 to use the
114 bool Copy(MDRVA position, const void *src, ssize_t size);
139 // Copy |length| characters from |str| to |mdstring|. These are distinct
180 // Copy |size| bytes starting at |src| into the minidump at |position|
182 bool Copy(MDRVA position, const void *src, size_t size);
184 // Copy |size| bytes from |src| to the current position
185 inline bool Copy(const void *src, size_t size) {
186 return Copy(position_, src, size);
245 // Copy |item| to |index|
250 // Copy |size| bytes starting at |str| to |index|