Searched refs:str_end (Results 1 – 1 of 1) sorted by relevance
315 const char* str_end = ParseString(ptr, end); in GetStoreValueByKey() local316 if (str_end < end) { in GetStoreValueByKey()319 if (ParseString(str_end + 1, end) < end) { in GetStoreValueByKey()320 return str_end + 1; in GetStoreValueByKey()324 ptr = ParseString(str_end + 1, end) + 1; in GetStoreValueByKey()342 const char* str_end = ParseString(ptr, end); in GetStoreKeyValuePairByIndex() local343 if (str_end < end) { in GetStoreKeyValuePairByIndex()345 ptr = ParseString(str_end + 1, end) + 1; in GetStoreKeyValuePairByIndex()349 *value = str_end + 1; in GetStoreKeyValuePairByIndex()