Searched refs:getNestedTree (Results 1 – 3 of 3) sorted by relevance
92 root.getNestedTree(OPTIONAL_INT32, 0); in testGetLocationThrowsIllegalArgumentExceptionForUnknownField()128 root.getNestedTree(OPTIONAL_NESTED_MESSAGE, 0); in testGetNestedTreeThrowsIllegalArgumentExceptionForUnknownField()146 root.getNestedTree(OPTIONAL_NESTED_MESSAGE, 1); in testGetNestedTreeThrowsIllegalArgumentExceptionForInvalidIndex()152 rootBuilder.build().getNestedTree(OPTIONAL_NESTED_MESSAGE, -1); in testGetNestedTreeThrowsIllegalArgumentExceptionForInvalidIndex()
1101 tree.getNestedTree(nestedField, 2); in testParseInfoTreeBuilding()
139 public TextFormatParseInfoTree getNestedTree(final FieldDescriptor fieldDescriptor, int index) { in getNestedTree() method in TextFormatParseInfoTree