Searched refs:nextName (Results 1 – 7 of 7) sorted by relevance
68 assertEquals("a", reader.nextName()); in testReadObject()70 assertEquals("b", reader.nextName()); in testReadObject()90 assertEquals("a", reader.nextName()); in testSkipObject()92 assertEquals("b", reader.nextName()); in testSkipObject()135 assertEquals("hello", reader.nextName()); in testHelloWorld()137 assertEquals("foo", reader.nextName()); in testHelloWorld()505 assertEquals("a", reader.nextName()); in testMissingValue()517 assertEquals("a", reader.nextName()); in testPrematureEndOfInput()520 reader.nextName(); in testPrematureEndOfInput()532 reader.nextName(); in testPrematurelyClosed()[all …]
55 String fieldName = mReader.nextName(); in readResults()
54 String fieldName = mReader.nextName(); in readResults()
102 val fieldName: String = reader.nextName() in readResults()
198 String name = reader.nextName(); in readExpectation()
358 public String nextName() throws IOException { in nextName() method in JsonReader
49980 method public String nextName() throws java.io.IOException;