Searched refs:CONCAT (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/svl/inc/svl/ |
| H A D | svarray.hxx | 109 #ifndef CONCAT 110 #define CONCAT(x,y) x##y macro 186 void ForEach( CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\ 191 CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\ 197 CONCAT( FnForEach_, nm ) fnCall, void* pArgs = 0 );\ 305 CONCAT( FnForEach_, nm ) fnCall, void* pArgs )\ 355 void ForEach( CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\ 360 CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\ 414 void ForEach( CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\ 419 CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\ [all …]
|
| /trunk/main/connectivity/source/parse/ |
| H A D | sqlflex.l | 157 CONCAT {SQL_NEW_KEYWORD(SQL_TOKEN_CONCAT); }
|