Home
last modified time | relevance | path

Searched defs:ConstVisitor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/
H A DLayerSnapshotBuilder.h77 typedef std::function<void(const LayerSnapshot& snapshot)> ConstVisitor; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DDWARFVisitor.h90 ConstVisitor(const Data &DI) : VisitorImpl<const Data>(DI) {} in ConstVisitor() function
/aosp_15_r20/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h37 class ConstVisitor; variable