Home
last modified time | relevance | path

Searched refs:other_slice (Results 1 – 13 of 13) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/rust/nsstring/src/
H A Dconversions.rs173 let other_slice = adapter.as_ref(); localVariable
175 let up_to = Encoding::ascii_valid_up_to(other_slice);
176 if up_to == other_slice.len() {
191 self.$implementation(other_slice, old_len, num_ascii)
690 let other_slice = slice::from_raw_parts(other, other_len); in nsstring_fallible_append_utf8_impl() localVariable
692 .fallible_append_utf8_impl(other_slice, old_len) in nsstring_fallible_append_utf8_impl()
704 let other_slice = slice::from_raw_parts(other, other_len); in nsstring_fallible_append_latin1_impl() localVariable
706 .fallible_append_latin1_impl(other_slice, old_len, allow_shrinking) in nsstring_fallible_append_latin1_impl()
717 let other_slice = slice::from_raw_parts(other, other_len); in nscstring_fallible_append_utf16_to_utf8_impl() localVariable
719 .fallible_append_utf16_to_utf8_impl(other_slice, old_len) in nscstring_fallible_append_utf16_to_utf8_impl()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/rust/nsstring/src/
H A Dconversions.rs167 let other_slice = adapter.as_ref(); localVariable
169 let up_to = Encoding::ascii_valid_up_to(other_slice);
170 if up_to == other_slice.len() {
185 self.$implementation(other_slice, old_len, num_ascii)
684 let other_slice = slice::from_raw_parts(other, other_len); in nsstring_fallible_append_utf8_impl() localVariable
686 .fallible_append_utf8_impl(other_slice, old_len) in nsstring_fallible_append_utf8_impl()
698 let other_slice = slice::from_raw_parts(other, other_len); in nsstring_fallible_append_latin1_impl() localVariable
700 .fallible_append_latin1_impl(other_slice, old_len, allow_shrinking) in nsstring_fallible_append_latin1_impl()
711 let other_slice = slice::from_raw_parts(other, other_len); in nscstring_fallible_append_utf16_to_utf8_impl() localVariable
713 .fallible_append_utf16_to_utf8_impl(other_slice, old_len) in nscstring_fallible_append_utf16_to_utf8_impl()
[all …]
/dports/www/firefox/firefox-99.0/xpcom/rust/nsstring/src/
H A Dconversions.rs167 let other_slice = adapter.as_ref(); localVariable
169 let up_to = Encoding::ascii_valid_up_to(other_slice);
170 if up_to == other_slice.len() {
185 self.$implementation(other_slice, old_len, num_ascii)
684 let other_slice = slice::from_raw_parts(other, other_len); in nsstring_fallible_append_utf8_impl() localVariable
686 .fallible_append_utf8_impl(other_slice, old_len) in nsstring_fallible_append_utf8_impl()
698 let other_slice = slice::from_raw_parts(other, other_len); in nsstring_fallible_append_latin1_impl() localVariable
700 .fallible_append_latin1_impl(other_slice, old_len, allow_shrinking) in nsstring_fallible_append_latin1_impl()
711 let other_slice = slice::from_raw_parts(other, other_len); in nscstring_fallible_append_utf16_to_utf8_impl() localVariable
713 .fallible_append_utf16_to_utf8_impl(other_slice, old_len) in nscstring_fallible_append_utf16_to_utf8_impl()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/rust/nsstring/src/
H A Dconversions.rs167 let other_slice = adapter.as_ref(); localVariable
169 let up_to = Encoding::ascii_valid_up_to(other_slice);
170 if up_to == other_slice.len() {
185 self.$implementation(other_slice, old_len, num_ascii)
684 let other_slice = slice::from_raw_parts(other, other_len); in nsstring_fallible_append_utf8_impl() localVariable
686 .fallible_append_utf8_impl(other_slice, old_len) in nsstring_fallible_append_utf8_impl()
698 let other_slice = slice::from_raw_parts(other, other_len); in nsstring_fallible_append_latin1_impl() localVariable
700 .fallible_append_latin1_impl(other_slice, old_len, allow_shrinking) in nsstring_fallible_append_latin1_impl()
711 let other_slice = slice::from_raw_parts(other, other_len); in nscstring_fallible_append_utf16_to_utf8_impl() localVariable
713 .fallible_append_utf16_to_utf8_impl(other_slice, old_len) in nscstring_fallible_append_utf16_to_utf8_impl()
[all …]
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/common/
H A Dgoal.cc183 for (const auto &other_slice : other_goal.goal_slices_) { in mergeIn() local
184 assert(other_slice.isValid()); in mergeIn()
186 auto position = find(other_slice.getType()); in mergeIn()
190 goal_slices_.insert(other_slice); in mergeIn()
194 assert(current_element.size() == other_slice.size()); in mergeIn()
195 current_element.mergeIn(other_slice); in mergeIn()
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/fdw/
H A Ddata_node_chunk_assignment.c179 const DimensionSlice *other_slice = lfirst(lc); in dimension_slice_overlaps_with_others() local
181 if (ts_dimension_slices_collide(slice, other_slice)) in dimension_slice_overlaps_with_others()
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/types/
H A Dstr.hpp368 auto &other_slice = other.get_slice(); in operator =() local
376 for (long i = other_slice.lower; i < other_slice.upper; in operator =()
377 i = i + other_slice.step, j++) in operator =()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_build/src/thir/pattern/
H A Ddeconstruct_pat.rs837 (Slice(self_slice), Slice(other_slice)) => self_slice.is_covered_by(*other_slice), in is_covered_by()
1559 (Slice(self_slice), Slice(other_slice))
1560 if self_slice.arity() != other_slice.arity() =>
1568 FixedLen(_) => bug!("{:?} doesn't cover {:?}", self_slice, other_slice),
1578 let extra_wildcards = other_slice.arity() - self_slice.arity();
/dports/lang/zig-devel/zig-0.9.0/lib/std/
H A Dmulti_array_list.zig290 const other_slice = other.slice();
297 const dst_slice = mem.sliceAsBytes(other_slice.items(field));
358 const other_slice = other.slice();
365 const dst_slice = mem.sliceAsBytes(other_slice.items(field));
/dports/lang/zig/zig-0.9.0/lib/std/
H A Dmulti_array_list.zig290 const other_slice = other.slice();
297 const dst_slice = mem.sliceAsBytes(other_slice.items(field));
358 const other_slice = other.slice();
365 const dst_slice = mem.sliceAsBytes(other_slice.items(field));
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-c/examples/
H A Dparser.c761 StackSlice other_slice = pop.slices.contents[i]; in parser__repair_error() local
762 ts_tree_array_delete(&other_slice.trees); in parser__repair_error()
763 if (other_slice.version != pop.slices.contents[i + 1].version) in parser__repair_error()
764 ts_stack_remove_version(self->stack, other_slice.version); in parser__repair_error()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_ty/src/diagnostics/match_check/
H A Ddeconstruct_pat.rs395 (Slice(self_slice), Slice(other_slice)) => self_slice.is_covered_by(*other_slice), in is_covered_by()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_ty/src/diagnostics/match_check/
H A Ddeconstruct_pat.rs396 (Slice(self_slice), Slice(other_slice)) => self_slice.is_covered_by(*other_slice), in is_covered_by()