OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s32ptr
(Results
1 - 1
of
1
) sorted by null
/hardware/google/av/codec2/tests/
C2Param_test.cpp
687
constexpr int32_t C2TestAStruct::*
s32ptr
= &C2TestAInfo::signed32;
member in class:C2TestAStruct
689
constexpr int32_t C2TestAInfo::* s32ptr_cast2derived = (int32_t C2TestAInfo::*)
s32ptr
;
694
int32_t *info_s32 = &(info->*
s32ptr
);
695
int32_t *strukt_s32 = &(strukt->*
s32ptr
);
[
all
...]
Completed in 499 milliseconds