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.cpp43 size_t cur_size = string->size(); in StringAppendFormatWithArgs() local
48 int ret = vsnprintf(&(*string)[cur_size], extra, format, args2); in StringAppendFormatWithArgs()
61 string->resize(cur_size + extra); in StringAppendFormatWithArgs()
66 string->resize(cur_size + ret_sz); in StringAppendFormatWithArgs()
76 string->resize(cur_size + extra); in StringAppendFormatWithArgs()