Searched defs:get_blob (Results 1 – 7 of 7) sorted by relevance
95 hb_blob_t * get_blob () const { return b.get_raw (); } in get_blob() function
302 hb_blob_t* get_blob () const { return this->get_stored (); } in get_blob() function
89 hb_blob_t * get_blob () const { return b.get_raw (); } in get_blob() function
291 hb_blob_t* get_blob () const { return this->get_stored (); } in get_blob() function
368 pub fn get_blob(&self) -> Result<Blob<B>, Error> { in get_blob() method