Home
last modified time | relevance | path

Searched refs:cache_t (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/util/
Dface-options.hh46 static struct cache_t struct
48 ~cache_t () in ~cache_t()
69 face_options_t::cache_t face_options_t::cache {}; argument
/third_party/boost/libs/python/src/object/
Dinheritance.cpp382 typedef std::vector<cache_element> cache_t; typedef
384 cache_t& cache() in cache()
386 static cache_t x; in cache()
411 cache_t& c = cache(); in convert_type()
412 cache_t::iterator const cache_pos in convert_type()
457 cache_t& c = cache(); in add_cast()
/third_party/pixman/pixman/
Dpixman-implementation.c64 } cache_t; typedef
66 PIXMAN_DEFINE_THREAD_LOCAL (cache_t, fast_path_cache);
87 cache_t *cache; in _pixman_implementation_lookup_composite()