Home
last modified time | relevance | path

Searched refs:get_null (Results 1 – 10 of 10) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-machinery.hh801 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() function
894 static const hb_blob_t *get_null () in get_null() function
908 static const hb_font_funcs_t *get_null () in get_null() function
916 static const hb_unicode_funcs_t *get_null () in get_null() function
Dhb-null.hh116 static const Type & get_null () { return Null<Type> (); } in get_null() function
118 #define Null(Type) NullHelper<Type>::get_null ()
Dhb-shape.cc80 static const char ** get_null () in get_null() function
Dhb-shaper.cc90 static const hb_shaper_entry_t *get_null () { return all_shapers; } in get_null() function
Dhb-shaper.hh101 static Type *get_null () { return nullptr; } \
Dhb-open-type.hh245 static const Type *get_null () { return nullptr; } in get_null() function
251 static const Type *get_null () { return &Null(Type); } in get_null() function
260 if (unlikely (this->is_null ())) return *_hb_has_null<Type, has_null>::get_null (); in operator ()()
Dhb-common.cc803 static HB_LOCALE_T get_null () in get_null() function
Dhb-ft.cc770 static FT_Library get_null () in get_null() function
Dhb-uniscribe.cc258 static hb_uniscribe_shaper_funcs_t *get_null () in get_null() function
/external/dagger2/core/src/test/java/dagger/internal/
DDoubleCheckLazyTest.java70 @Ignore @Test public void get_null() { in get_null() method in DoubleCheckLazyTest