Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/
Ddemowin_assets.h145 {Init(1, &arg0);} in AutoList()
147 {Init(2, &arg0, &arg1);} in AutoList()
149 {Init(3, &arg0, &arg1, &arg2);} in AutoList()
151 {Init(4, &arg0, &arg1, &arg2, &arg3);} in AutoList()
153 {Init(5, &arg0, &arg1, &arg2, &arg3, &arg4);} in AutoList()
155 {Init(6, &arg0, &arg1, &arg2, &arg3, &arg4, &arg5);} in AutoList()
157 {Init(7, &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6);} in AutoList()
159 {Init(8, &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7);} in AutoList()
161 {Init(9, &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8);} in AutoList()
163 {Init(10, &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8, &arg9);} in AutoList()
[all …]
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_assets.h145 {Init(1, &arg0);} in AutoList()
147 {Init(2, &arg0, &arg1);} in AutoList()
149 {Init(3, &arg0, &arg1, &arg2);} in AutoList()
151 {Init(4, &arg0, &arg1, &arg2, &arg3);} in AutoList()
153 {Init(5, &arg0, &arg1, &arg2, &arg3, &arg4);} in AutoList()
155 {Init(6, &arg0, &arg1, &arg2, &arg3, &arg4, &arg5);} in AutoList()
157 {Init(7, &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6);} in AutoList()
159 {Init(8, &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7);} in AutoList()
161 {Init(9, &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8);} in AutoList()
163 {Init(10, &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8, &arg9);} in AutoList()
[all …]
/CafeSDK-2.12.13-1/system/src/lib/demo/
Ddemowin.cpp76 Init(count, &counts[0], start.args, names.args, &optionArray[0]); in ComboCustom()
100 Init(count, &counts[0], start.args, names.args, &optionArray[0]); in ComboCustom()
126 Init(count, &counts[0], &start[0], &names[0], &optionArray[0]); in ComboCustom()
129 void ComboCustom::Init(int num, const int* counts, const int* start, const char* const* names, cons… in Init() function in DEMOWin::ComboCustom
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
Ddemowin.h156 …void Init(int num, const int* counts, const int* start, const char* const* names, const char* cons…
/CafeSDK-2.12.13-1/system/include/cafe/demo/
Ddemowin.h156 …void Init(int num, const int* counts, const int* start, const char* const* names, const char* cons…