Searched refs:getNestedTree (Results 1 – 3 of 3) sorted by relevance
89 root.getNestedTree(OPTIONAL_INT32, 0); in testGetLocationThrowsIllegalArgumentExceptionForUnknownField()125 root.getNestedTree(OPTIONAL_NESTED_MESSAGE, 0); in testGetNestedTreeThrowsIllegalArgumentExceptionForUnknownField()143 root.getNestedTree(OPTIONAL_NESTED_MESSAGE, 1); in testGetNestedTreeThrowsIllegalArgumentExceptionForInvalidIndex()149 rootBuilder.build().getNestedTree(OPTIONAL_NESTED_MESSAGE, -1); in testGetNestedTreeThrowsIllegalArgumentExceptionForInvalidIndex()
1554 tree.getNestedTree(nestedField, 2); in testParseInfoTreeBuilding()
137 public TextFormatParseInfoTree getNestedTree(final FieldDescriptor fieldDescriptor, int index) { in getNestedTree() method in TextFormatParseInfoTree