Home
last modified time | relevance | path

Searched refs:clone_range (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/graph/
Dpairpos-graph.hh104 unsigned clone_range (unsigned start, unsigned end) in clone_range() function
106 return thiz->clone_range (this->c, this->this_index, start, end); in clone_range()
147 unsigned clone_range (gsubgpos_graph_context_t& c, in clone_range() function
327 unsigned clone_range (unsigned start, unsigned end) in clone_range() function
329 return thiz->clone_range (*this, start, end); in clone_range()
345 unsigned clone_range (split_context_t& split_context, in clone_range() function
Dsplit-helpers.hh47 unsigned id = split_context.clone_range (start, end); in actuate_subtable_split()
Dmarkbasepos-graph.hh305 unsigned clone_range (unsigned start, unsigned end) in clone_range() function
307 return thiz->clone_range (*this, this->this_index, start, end); in clone_range()
406 unsigned clone_range (split_context_t& sc, in clone_range() function
/external/rust/crates/rayon/tests/
Dclones.rs87 fn clone_range() { in clone_range() function