Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/util/
Dstruct_field.h24 struct struct_field { struct
26 struct_field(size_t p_offst) : offset {p_offst} {} in struct_field() argument
27 T &of(S &s) const in of()
/arkcompiler/runtime_core/verification/util/tests/
Dstruct_field_test.cpp49 TEST_F(VerifierTest, struct_field) in TEST_F() argument