Searched refs:get_null (Results 1 – 10 of 10) sorted by relevance
801 if (p && p != const_cast<Stored *> (Funcs::get_null ())) in do_destroy()808 { return get_stored () != Funcs::get_null (); }818 return const_cast<Stored *> (Funcs::get_null ()); in get_stored()822 p = const_cast<Stored *> (Funcs::get_null ()); in get_stored()851 static const Stored* get_null () { return &Null(Stored); } in get_null() function894 static const hb_blob_t *get_null () in get_null() function908 static const hb_font_funcs_t *get_null () in get_null() function916 static const hb_unicode_funcs_t *get_null () in get_null() function
116 static const Type & get_null () { return Null<Type> (); } in get_null() function118 #define Null(Type) NullHelper<Type>::get_null ()
80 static const char ** get_null () in get_null() function
90 static const hb_shaper_entry_t *get_null () { return all_shapers; } in get_null() function
101 static Type *get_null () { return nullptr; } \
245 static const Type *get_null () { return nullptr; } in get_null() function251 static const Type *get_null () { return &Null(Type); } in get_null() function260 if (unlikely (this->is_null ())) return *_hb_has_null<Type, has_null>::get_null (); in operator ()()
803 static HB_LOCALE_T get_null () in get_null() function
770 static FT_Library get_null () in get_null() function
258 static hb_uniscribe_shaper_funcs_t *get_null () in get_null() function
70 @Ignore @Test public void get_null() { in get_null() method in DoubleCheckLazyTest