Home
last modified time | relevance | path

Searched defs:Foo (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/test/utility/
H A Dtype_traits.cpp39 struct Foo in TEST() struct
41 using value_type = std::pair<int, int>; in TEST()
43 void find(std::tuple_element_t<0, value_type>) {} in TEST()
67 struct Foo in TEST() struct
69 using value_type = std::pair<int, int>; in TEST()
71 void contains(std::tuple_element_t<0, value_type>) {} in TEST()
/openbmc/qemu/rust/qemu-api/src/
H A Doffset_of.rs111 struct Foo { struct
112 a: u16,
113 b: u32,
114 c: u64,
115 d: u16,