Searched refs:is_eos (Results 1 – 3 of 3) sorted by relevance
21 inline bool is_eos(char c) { in is_eos() function48 return is_eos(*fCurPos); in parseEOSToken()215 this->advanceWhile([](char c) -> bool { return !is_eos(c) && c != ')'; }); in parseIRI()
22 inline bool is_eos(char c) { in is_eos() function68 return is_eos(*fCurPos); in parseEOSToken()294 this->advanceWhile([](char c) -> bool { return !is_eos(c) && c != ')'; }); in parse()
31 optional bool is_eos = 9; field