Searched defs:without_prefix (Results 1 – 3 of 3) sorted by relevance
68 let without_prefix = line.trim_start_matches(prefix_chars); in unfill() localVariable
277 auto without_prefix = ShapeIndexView(index).subspan(src_index.size()); in CopySubtreeFrom() local301 auto without_prefix = ShapeIndexView(it->first).subspan(index.size()); in SubShapeTree() local
207 let without_prefix = &input[end_prefix..]; in parse_impl() localVariable