Home
last modified time | relevance | path

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

/aosp14/system/core/property_service/libpropertyinfoserializer/
H A Dproperty_info_file.cpp63 auto property = tokenizer.GetNext(); in ParsePropertyInfoLine()
69 auto context = tokenizer.GetNext(); in ParsePropertyInfoLine()
76 auto match_operation = tokenizer.GetNext(); in ParsePropertyInfoLine()
80 auto type = tokenizer.GetNext(); in ParsePropertyInfoLine()
83 type = tokenizer.GetNext(); in ParsePropertyInfoLine()
H A Dspace_tokenizer.h28 std::string GetNext() { in GetNext() function