Home
last modified time | relevance | path

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

/art/runtime/
Doat.cc419 const char* str_end = ParseString(ptr, end); in GetStoreValueByKey() local
420 if (str_end < end) { in GetStoreValueByKey()
423 if (ParseString(str_end + 1, end) < end) { in GetStoreValueByKey()
424 return str_end + 1; in GetStoreValueByKey()
428 ptr = ParseString(str_end + 1, end) + 1; in GetStoreValueByKey()
446 const char* str_end = ParseString(ptr, end); in GetStoreKeyValuePairByIndex() local
447 if (str_end < end) { in GetStoreKeyValuePairByIndex()
449 ptr = ParseString(str_end + 1, end) + 1; in GetStoreKeyValuePairByIndex()
453 *value = str_end + 1; in GetStoreKeyValuePairByIndex()