Home
last modified time | relevance | path

Searched defs:sub_array (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-subtyping.cc58 const ArrayType* sub_array = sub_module->types[subtype_index].array_type; in ValidArraySubtypeDefinition() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-array.hh231 hb_array_t sub_array (unsigned int start_offset = 0, unsigned int *seg_count = nullptr /* IN/OUT */) const in sub_array() function
245 hb_array_t sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() function
336 hb_sorted_array_t sub_array (unsigned int start_offset, unsigned int *seg_count /* IN/OUT */) const in sub_array() function
338 hb_sorted_array_t sub_array (unsigned int start_offset, unsigned int seg_count) const in sub_array() function
H A Dhb-vector.hh166 hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function
168 hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) const in sub_array() function
170 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int count) in sub_array() function
172 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) in sub_array() function
H A Dhb-open-type.hh637 hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function
639 hb_array_t<const Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) const in sub_array() function
641 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int count) in sub_array() function
643 hb_array_t<Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) in sub_array() function
925 hb_sorted_array_t<const Type> sub_array (unsigned int start_offset, unsigned int count) const in sub_array() function
927 hb_sorted_array_t<const Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) const sub_array() function
929 hb_sorted_array_t<Type> sub_array (unsigned int start_offset, unsigned int count) sub_array() function
931 hb_sorted_array_t<Type> sub_array (unsigned int start_offset, unsigned int *count = nullptr /* IN/OUT */) sub_array() function
[all...]

Completed in 4 milliseconds