Lines Matching refs:successful
162 bool successful = readValue(); in parse() local
180 return successful; in parse()
189 bool successful = true; in readValue() local
201 successful = readObject( token ); in readValue()
204 successful = readArray( token ); in readValue()
207 successful = decodeNumber( token ); in readValue()
210 successful = decodeString( token ); in readValue()
231 return successful; in readValue()
372 bool successful = false; in readComment() local
374 successful = readCStyleComment(); in readComment()
376 successful = readCppStyleComment(); in readComment()
377 if ( !successful ) in readComment()