Searched refs:onode (Results 1 – 2 of 2) sorted by relevance
55 JsonNode onode = it.next(); in testMissingViaMapper() local56 assertTrue(onode.isContainerNode()); in testMissingViaMapper()57 assertTrue(onode.isObject()); in testMissingViaMapper()58 assertEquals(0, onode.size()); in testMissingViaMapper()59 assertFalse(onode.isMissingNode()); // real node in testMissingViaMapper()60 assertNull(onode.textValue()); in testMissingViaMapper()63 assertNull(onode.get(0)); in testMissingViaMapper()64 JsonNode dummyNode = onode.path(0); in testMissingViaMapper()
419 RefNode *onode; in newCommonRef() local421 onode = old[i]; in newCommonRef()422 while (onode != NULL) { in newCommonRef()425 next = onode->next; in newCommonRef()426 hashIn(onode); in newCommonRef()427 onode = next; in newCommonRef()