Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java1070 assertLocation(tree, descriptor, "optional_int32", 0, 0, 0); in testParseInfoTreeBuilding()
1071 assertLocation(tree, descriptor, "optional_int64", 0, 1, 0); in testParseInfoTreeBuilding()
1072 assertLocation(tree, descriptor, "optional_double", 0, 2, 2); in testParseInfoTreeBuilding()
1074 assertLocation(tree, descriptor, "repeated_int32", 0, 3, 0); in testParseInfoTreeBuilding()
1075 assertLocation(tree, descriptor, "repeated_int32", 1, 4, 0); in testParseInfoTreeBuilding()
1077 assertLocation(tree, descriptor, "optional_nested_message", 0, 5, 0); in testParseInfoTreeBuilding()
1078 assertLocation(tree, descriptor, "repeated_nested_message", 0, 8, 0); in testParseInfoTreeBuilding()
1079 assertLocation(tree, descriptor, "repeated_nested_message", 1, 11, 0); in testParseInfoTreeBuilding()
1082 assertLocation(tree, descriptor, "repeated_int64", 0, -1, -1); in testParseInfoTreeBuilding()
1083 assertLocation(tree, descriptor, "repeated_int32", 6, -1, -1); in testParseInfoTreeBuilding()
[all …]