Searched defs:nullable (Results 1 – 4 of 4) 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
131 TEST_F(AidlStringArrayTest, nullable) { in TEST_F() argument
67 const bool nullable = raw_type.IsNullable(); in RawParcelMethod() local
65 std::shared_ptr<Aspect> nullable; member