Home
last modified time | relevance | path

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

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