Home
last modified time | relevance | path

Searched refs:AlphabetModifyParam (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/test/
H A Dpurgeable_c_test.cpp32 struct AlphabetModifyParam { struct
81 struct AlphabetModifyParam a2b = {'A', 'B'};
137 struct AlphabetModifyParam a2b = {'A', 'B'};
138 struct AlphabetModifyParam b2c = {'B', 'C'};
161 struct AlphabetModifyParam a2b = {'A', 'B'};
162 struct AlphabetModifyParam b2c = {'B', 'C'};
163 struct AlphabetModifyParam c2d = {'C', 'D'};
214 struct AlphabetModifyParam *para = (struct AlphabetModifyParam *)param; in ModifyAlphabetX2Y()