Home
last modified time | relevance | path

Searched refs:getNestedTree (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatParseInfoTreeTest.java92 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()
DTextFormatTest.java1101 tree.getNestedTree(nestedField, 2); in testParseInfoTreeBuilding()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatParseInfoTree.java139 public TextFormatParseInfoTree getNestedTree(final FieldDescriptor fieldDescriptor, int index) { in getNestedTree() method in TextFormatParseInfoTree