class AliasMatcher
Defined at line 113 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/internal/matcher.h
A Matcher whose sole pupose is to guarantee that aliases will be resolved if present. This allows
indicating that alias still need to be resolved, if no user provided matcher can make progress
due to path resolution.
Public Members
static const size_t kMaxScans
Public Methods
ScanState OnNode (const NodePath & path, const PropertyDecoder & decoder)
Defined at line 21 of file ../../zircon/kernel/lib/devicetree/alias-matcher.cc
ScanState OnScan ()
Defined at line 38 of file ../../zircon/kernel/lib/devicetree/alias-matcher.cc
ScanState OnSubtree (const NodePath & path)
Defined at line 36 of file ../../zircon/kernel/lib/devicetree/alias-matcher.cc
void OnError (std::string_view error)
Defined at line 40 of file ../../zircon/kernel/lib/devicetree/alias-matcher.cc
void OnError (std::string_view error)
Defined at line 40 of file ../../zircon/kernel/lib/devicetree/alias-matcher.cc
void OnDone ()
Defined at line 124 of file ../../zircon/kernel/lib/devicetree/include/lib/devicetree/internal/matcher.h