Home
last modified time | relevance | path

Searched defs:Nice (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dderive-debug-function-pointer.rs10 pub struct Nice { struct
11 pub pointer: Nice_Function, argument
18 const UNINIT: ::std::mem::MaybeUninit<Nice> = in bindgen_test_layout_Nice() argument
54 impl Default for Nice { implementation
63 impl ::std::fmt::Debug for Nice { implementation
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dderive-debug-function-pointer.hpp3 class Nice { class
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dtypes.rs74 Nice = linux_raw_sys::general::RLIMIT_NICE, enumerator
/third_party/rust/crates/rustix/src/backend/libc/process/
Dtypes.rs139 Nice = c::RLIMIT_NICE as c::c_int, enumerator