Searched refs:getLocations (Results 1 – 7 of 7) sorted by relevance
67 assertTrue(tree.getLocations(null).isEmpty()); in testBuildEmptyParseTree()74 assertEquals(1, root.getLocations(OPTIONAL_INT32).size()); in testGetLocationReturnsSingleLocation()78 assertTrue(rootBuilder.build().getLocations(OPTIONAL_INT32).isEmpty()); in testGetLocationsReturnsNoParseLocationsForUnknownField()81 assertTrue(root.getLocations(OPTIONAL_INT32).isEmpty()); in testGetLocationsReturnsNoParseLocationsForUnknownField()82 assertEquals(LOC0, root.getLocations(OPTIONAL_BOOLEAN).get(0)); in testGetLocationsReturnsNoParseLocationsForUnknownField()118 assertEquals(2, root.getLocations(REPEATED_INT32).size()); in testGetLocationsReturnsMultipleLocations()
1568 List<TextFormatParseLocation> locs = tree.getLocations(descriptor.findFieldByName(fieldName)); in assertLocation()
97 public List<TextFormatParseLocation> getLocations(final FieldDescriptor fieldDescriptor) { in getLocations() method in TextFormatParseInfoTree114 return getFromList(getLocations(fieldDescriptor), index, fieldDescriptor); in getLocation()
236 getLocations(dwarf::Attribute Attr) const;
480 Die.getLocations(DW_AT_location)) { in verifyDebugInfoAttribute()1284 Die.getLocations(DW_AT_location); in isVariableIndexable()
493 DWARFDie::getLocations(dwarf::Attribute Attr) const { in getLocations() function in DWARFDie
1097 Die.getLocations(DW_AT_location)) { in addLocalsForDie()