Searched defs:nullable (Results 1 – 2 of 2) sorted by relevance
39 inline android::status_t nullable(Fn fn, const NullOr<Arg>& arg, android::Parcel* out) { in nullable() function49 inline android::status_t nullable(Fn fn, Arg&& arg, android::Parcel* out) { in nullable() function56 inline android::status_t nullable(android::Parcel* out) { in nullable() function
65 std::shared_ptr<Aspect> nullable; member