Lines Matching refs:successful
130 bool successful = readValue(); in parse() local
148 return successful; in parse()
154 bool successful = true; in readValue() local
171 successful = readObject(token); in readValue()
175 successful = readArray(token); in readValue()
179 successful = decodeNumber(token); in readValue()
182 successful = decodeString(token); in readValue()
221 return successful; in readValue()
336 bool successful = false; in readComment() local
338 successful = readCStyleComment(); in readComment()
340 successful = readCppStyleComment(); in readComment()
341 if (!successful) in readComment()