Searched refs:clone_range (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/graph/ |
D | pairpos-graph.hh | 104 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
|
D | split-helpers.hh | 47 unsigned id = split_context.clone_range (start, end); in actuate_subtable_split()
|
D | markbasepos-graph.hh | 305 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/ |
D | clones.rs | 87 fn clone_range() { in clone_range() function
|