Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/bll_compatibility/
Dmember_pointer_test.cpp27 struct my_struct { struct
28 my_struct(int x) : mem(x) {}; in my_struct() argument
46 my_struct x(3); argument
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/testdata/
Dtypedef.c28 typedef struct my_struct { struct
35 } t_my_struct; argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/
Dscoped_enum.cpp35 struct my_struct struct
48 explicit my_struct(color col) : m_color(col) in my_struct() argument
52 color get_color() const in get_color()
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/env/
Dfield.rs587 let my_struct = MyStruct { in debug_struct_match() localVariable
608 let my_struct = MyStruct { in debug_struct_not_match() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_index/examples/
Duser_defined_typeinfo.hpp192 struct my_struct: public my_class { struct
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/tests/
Dtest.rs1263 let my_struct = plain::from_mut_bytes::<MyStruct>(bytes).expect("failed to convert bytes"); in test_object_user_ringbuf() localVariable