Searched refs:get_stored (Results 1 – 4 of 4) sorted by relevance
199 { return get_stored () != Funcs::get_null (); } in operator bool()202 Stored * get_stored () const in get_stored() function234 const Returned * get () const { return Funcs::convert (get_stored ()); } in get()236 …Returned * get_unconst () const { return const_cast<Returned *> (Funcs::convert (get_stored ())); } in get_unconst()291 hb_blob_t* get_blob () const { return this->get_stored (); } in get_blob()
210 { return get_stored () != Funcs::get_null (); } in operator bool()213 Stored * get_stored () const in get_stored() function245 const Returned * get () const { return Funcs::convert (get_stored ()); } in get()247 …Returned * get_unconst () const { return const_cast<Returned *> (Funcs::convert (get_stored ())); } in get_unconst()302 hb_blob_t* get_blob () const { return this->get_stored (); } in get_blob()
32287 { return get_stored () != Funcs::get_null (); }