Home
last modified time | relevance | path

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

/trunk/main/registry/test/
H A Dtestregcpp.cxx64 RTConstValue aConst; in test_coreReflection() local
69 aConst.m_type = RT_TYPE_BOOL; in test_coreReflection()
75 aConst.m_type = RT_TYPE_BYTE; in test_coreReflection()
76 aConst.m_value.aByte = 127; in test_coreReflection()
82 aConst.m_value.aShort = -10; in test_coreReflection()
88 aConst.m_value.aUShort = 10; in test_coreReflection()
195 RTConstValue aConst; in test_coreReflection() local
198 aConst.m_value.aULong = 10; in test_coreReflection()
207 aConst.m_value.aULong = 10; in test_coreReflection()
222 RTConstValue aConst; in test_coreReflection() local
[all …]
/trunk/main/idlc/source/
H A Dastconstant.cxx62 RTConstValue aConst; in dumpBlob() local
69 aConst.m_type = RT_TYPE_INT16; in dumpBlob()
73 aConst.m_type = RT_TYPE_UINT16; in dumpBlob()
77 aConst.m_type = RT_TYPE_INT32; in dumpBlob()
81 aConst.m_type = RT_TYPE_UINT32; in dumpBlob()
85 aConst.m_type = RT_TYPE_INT64; in dumpBlob()
89 aConst.m_type = RT_TYPE_UINT64; in dumpBlob()
93 aConst.m_type = RT_TYPE_FLOAT; in dumpBlob()
97 aConst.m_type = RT_TYPE_DOUBLE; in dumpBlob()
101 aConst.m_type = RT_TYPE_BYTE; in dumpBlob()
[all …]
H A Dastunion.cxx302 RTConstValue aConst; in dump() local
324 aConst.m_type = RT_TYPE_INT64; in dump()
325 aConst.m_value.aHyper = pExprValue->u.hval; in dump()
326 if ( aConst.m_value.aHyper > disc ) in dump()
327 disc = aConst.m_value.aHyper; in dump()
336 aConst); in dump()
344 aConst.m_type = RT_TYPE_INT64; in dump()
345 aConst.m_value.aHyper = disc + 1; in dump()
353 aConst); in dump()
/trunk/main/registry/source/
H A Dreflwrit.cxx215 RTConstValueUnion aConst; member
306 buff += writeBYTE(buff, m_value.aConst.aByte); in toBlop()
309 buff += writeINT16(buff, m_value.aConst.aShort); in toBlop()
312 buff += writeINT16(buff, m_value.aConst.aUShort); in toBlop()
315 buff += writeINT32(buff, m_value.aConst.aLong); in toBlop()
318 buff += writeUINT32(buff, m_value.aConst.aULong); in toBlop()
321 buff += writeUINT64(buff, m_value.aConst.aHyper); in toBlop()
324 buff += writeUINT64(buff, m_value.aConst.aUHyper); in toBlop()
327 buff += writeFloat(buff, m_value.aConst.aFloat); in toBlop()
330 buff += writeDouble(buff, m_value.aConst.aDouble); in toBlop()
[all …]
/trunk/main/rsc/doku/feinkonz.43/
H A Drscinst.doc3402 RscInst aConst;
3408 aConst = aColorInst.GetVar( HashId( "Predefined" ) );
3410 aConst.SetConst( HashId( "COL_BLUE" ) );
3412 // aConst.SetNumber( COL_BLUE );
3807 RscInst aConst;
3815 aConst = aColorInst.GetVar( nVarName );
3817 nConstName = aConst.GetClassEnum( i );
3821  nConstName = aConst.GetClassEnum( i );

Completed in 57 milliseconds