Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/android/base/
DStringFormat.cpp46 size_t cur_size = string->size(); in StringAppendFormatWithArgs() local
51 int ret = vsnprintf(&(*string)[cur_size], extra, format, args2); in StringAppendFormatWithArgs()
64 string->resize(cur_size + extra); in StringAppendFormatWithArgs()
69 string->resize(cur_size + ret_sz); in StringAppendFormatWithArgs()
79 string->resize(cur_size + extra); in StringAppendFormatWithArgs()