Searched refs:str_end (Results 1 – 1 of 1) sorted by relevance
411 const char* str_end = ParseString(ptr, end); in GetStoreValueByKey() local412 if (str_end < end) { in GetStoreValueByKey()415 if (ParseString(str_end + 1, end) < end) { in GetStoreValueByKey()416 return str_end + 1; in GetStoreValueByKey()420 ptr = ParseString(str_end + 1, end) + 1; in GetStoreValueByKey()438 const char* str_end = ParseString(ptr, end); in GetStoreKeyValuePairByIndex() local439 if (str_end < end) { in GetStoreKeyValuePairByIndex()441 ptr = ParseString(str_end + 1, end) + 1; in GetStoreKeyValuePairByIndex()445 *value = str_end + 1; in GetStoreKeyValuePairByIndex()