Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/support/include/cppbor/
H A Dcppbor.h591 virtual const Null* asNull() const { return nullptr; }; in asNull() function
637 const Null* asNull() const override { return this; } in asNull() function