Home
last modified time | relevance | path

Searched defs:self_len (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/rustix/src/backend/libc/net/
Daddr.rs215 let self_len = self.len() - offsetof_sun_path(); in eq() localVariable
228 let self_len = self.len() - offsetof_sun_path(); in partial_cmp() localVariable
238 let self_len = self.len() - offsetof_sun_path(); in cmp() localVariable
248 let self_len = self.len() - offsetof_sun_path(); in hash() localVariable
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Daddr.rs115 let self_len = self.len() - offsetof_sun_path(); in eq() localVariable
126 let self_len = self.len() - offsetof_sun_path(); in partial_cmp() localVariable
135 let self_len = self.len() - offsetof_sun_path(); in cmp() localVariable
144 let self_len = self.len() - offsetof_sun_path(); in hash() localVariable
/third_party/python/Objects/stringlib/
Dtransmogrify.h285 Py_ssize_t self_len, result_len; in stringlib_replace_interleave() local
355 Py_ssize_t self_len, result_len; in stringlib_replace_delete_single_character() local
400 Py_ssize_t self_len, result_len; in stringlib_replace_delete_substring() local
452 Py_ssize_t self_len; in stringlib_replace_single_character_in_place() local
500 Py_ssize_t self_len, offset; in stringlib_replace_substring_in_place() local
552 Py_ssize_t self_len, result_len; in stringlib_replace_single_character() local
616 Py_ssize_t self_len, result_len; in stringlib_replace_substring() local
/third_party/rust/crates/clap/src/output/
Dhelp_template.rs517 let self_len = display_width(&arg.to_string()); in align_to_about() localVariable
535 let self_len = display_width(&arg.to_string()); in align_to_about() localVariable
/third_party/python/Objects/
Dbytearrayobject.c1194 Py_ssize_t self_len = PyByteArray_GET_SIZE(self); in bytearray_removeprefix_impl() local
1226 Py_ssize_t self_len = PyByteArray_GET_SIZE(self); in bytearray_removesuffix_impl() local
Dbytesobject.c2217 Py_ssize_t self_len = PyBytes_GET_SIZE(self); in bytes_removeprefix_impl() local
2255 Py_ssize_t self_len = PyBytes_GET_SIZE(self); in bytes_removesuffix_impl() local