Home
last modified time | relevance | path

Searched refs:m_other (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dmutable.rs12 pub m_other: ::std::os::raw::c_int,
42 unsafe { ::std::ptr::addr_of!((*ptr).m_other) as usize - ptr as usize }, in bindgen_test_layout_C()
48 stringify!(m_other) in bindgen_test_layout_C()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dmutable.hpp3 int m_other; member in C
/third_party/libabigail/tests/lib/
H A Dcatch.hpp5840 BySectionInfo( SectionInfo const& other ) : m_other( other ) {}
5841 BySectionInfo( BySectionInfo const& other ) : m_other( other.m_other ) {}
5843 return ((node->stats.sectionInfo.name == m_other.name) &&
5844 (node->stats.sectionInfo.lineInfo == m_other.lineInfo));
5849 SectionInfo const& m_other;

Completed in 47 milliseconds