Home
last modified time | relevance | path

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

/external/chromium/base/
Dstring_util.h487 size_t length_with_null) { in WriteInto() argument
488 str->reserve(length_with_null); in WriteInto()
489 str->resize(length_with_null - 1); in WriteInto()