Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatParseInfoTreeTest.java67 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()
DTextFormatTest.java1568 List<TextFormatParseLocation> locs = tree.getLocations(descriptor.findFieldByName(fieldName)); in assertLocation()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormatParseInfoTree.java97 public List<TextFormatParseLocation> getLocations(final FieldDescriptor fieldDescriptor) { in getLocations() method in TextFormatParseInfoTree
114 return getFromList(getLocations(fieldDescriptor), index, fieldDescriptor); in getLocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h236 getLocations(dwarf::Attribute Attr) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp480 Die.getLocations(DW_AT_location)) { in verifyDebugInfoAttribute()
1284 Die.getLocations(DW_AT_location); in isVariableIndexable()
DDWARFDie.cpp493 DWARFDie::getLocations(dwarf::Attribute Attr) const { in getLocations() function in DWARFDie
DDWARFContext.cpp1097 Die.getLocations(DW_AT_location)) { in addLocalsForDie()