Home
last modified time | relevance | path

Searched defs:_map (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/util/
Dtuple.hpp90 struct _map<F, T, integral_sequence<Is...>> { struct
91 typedef typename std::remove_reference<F>::type func_type;
95 > value_type;
98 eval(F &&f, T &&t) { in eval()
/third_party/libwebsockets/include/libwebsockets/
Dlws-map.h91 #define lws_map_item_create_ks(_map, _str, _v, _vl) \ argument
95 #define lws_map_item_lookup_ks(_map, _str) \ argument
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dtransfer.cpp250 struct _map<image*> { struct
251 _map(command_queue &q, image *img, cl_map_flags flags, in _map() argument
258 operator T *() const { in operator T*()
262 mapping map;
263 vector_t pitch;
267 struct _map<buffer*> { struct
268 _map(command_queue &q, buffer *mem, cl_map_flags flags, in _map() function
276 operator T *() const { in operator T*()
280 mapping map;
281 vector_t pitch;
[all …]
/third_party/boost/boost/regex/v4/
Dperl_matcher_common.hpp842 const unsigned char* _map = re.get_map(); in find_restart_any() local
876 const unsigned char* _map = re.get_map(); in find_restart_word() local
908 const unsigned char* _map = re.get_map(); in find_restart_line() local
Dstates.hpp225 unsigned char _map[1 << CHAR_BIT]; member
241 unsigned char _map[1 << CHAR_BIT]; // which characters can take the jump member
/third_party/jsframework/runtime/main/app/
Dmap.ts26 public _map: Page[]; property in PageLinkedMap
/third_party/jsframework/runtime/main/page/api/
DDiffer.ts27 private _map: object[]; property in Differ
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleObjectCache.java16 private ConcurrentHashMap<K, CacheEntry<K, V>> _map; field in LocaleObjectCache
DLocaleExtensions.java25 private SortedMap<Character, Extension> _map; field in LocaleExtensions
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleObjectCache.java20 private ConcurrentHashMap<K, CacheEntry<K, V>> _map; field in LocaleObjectCache
DLocaleExtensions.java29 private SortedMap<Character, Extension> _map; field in LocaleExtensions
/third_party/node/tools/
Dupdate-authors.js11 _map = new Map(); field in CaseIndifferentMap
/third_party/boost/libs/xpressive/test/
Dtest_actions.cpp125 placeholder< std::map<std::string, int> > const _map = {{}}; in test4_aux() local
Dtest_symbols.cpp125 placeholder< std::map<std::string, int> > const _map = {}; in test4() local
/third_party/python/Lib/test/
Dtest_exception_hierarchy.py80 _map = _make_map(_pep_map) variable in HierarchyTest
/third_party/typescript/src/harness/
DcollectionsImpl.ts253 private _map: { [key: string]: any }; property in collections.Metadata
/third_party/boost/libs/icl/example/large_bitset_/
Dlarge_bitset.hpp206 interval_bitmap_type _map; member in mini::large_bitset
/third_party/boost/boost/graph/
Dlabeled_graph.hpp492 map_type _map; member in boost::labeled_graph
632 map_type _map; member in boost::labeled_graph
/third_party/boost/boost/icl/
Dinterval_base_map.hpp603 ImplMapT _map; member in boost::icl::interval_base_map
/third_party/alsa-lib/src/control/
Dcontrol_remap.c973 static int new_map(snd_ctl_remap_t *priv, snd_ctl_map_t **_map, snd_ctl_elem_id_t *id) in new_map()
/third_party/boost/boost/mp11/
Dalgorithm.hpp347 using _map = mp_transform<mp_list, mp_iota<mp_size<L> >, L>; typedef