Home
last modified time | relevance | path

Searched refs:Tuple (Results 26 – 32 of 32) sorted by relevance

12

/openbmc/linux/rust/alloc/
H A Dboxed.rs160 use core::marker::Tuple;
2007 impl<Args: Tuple, F: FnOnce<Args> + ?Sized, A: Allocator> FnOnce<Args> for Box<F, A> {
2016 impl<Args: Tuple, F: FnMut<Args> + ?Sized, A: Allocator> FnMut<Args> for Box<F, A> {
2023 impl<Args: Tuple, F: Fn<Args> + ?Sized, A: Allocator> Fn<Args> for Box<F, A> {
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py35 List, Optional, Sequence, TextIO, Tuple, Type, TypeVar)
157 -> Tuple[str, int]:
501 def qemu_nbd_early_pipe(*args: str) -> Tuple[int, str]:
1457 def has_working_luks() -> Tuple[bool, str]:
/openbmc/sdbusplus/test/message/
H A Dappend.cpp382 TEST_F(AppendTest, Tuple) in TEST_F() argument
H A Dread.cpp463 TEST_F(ReadTest, Tuple) in TEST_F() argument
/openbmc/phosphor-host-ipmid/test/message/
H A Dpack.cpp159 TEST(PackBasics, Tuple) in TEST() argument
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_macros.py238 EXPECTED_CHECKER_SUFFIXES: List[Tuple[CheckerMacroName, str]] = [
/openbmc/linux/Documentation/networking/device_drivers/ethernet/aquantia/
H A Datlantic.rst263 3. 8 L3/L4 5-Tuple rules

12