Searched refs:_byte (Results 1 – 6 of 6) sorted by relevance
55 private byte _byte; field in cs_testobj.BridgeTestObject118 _byte = nByte; in setValues()158 _byte = io_byte; in setValues2()204 o_byte = _byte; in getValues()256 get { return _byte; }257 set { _byte = value; }
73 private byte _byte; field in TestComponent._PerformancTestObject303 private byte _byte; field in TestComponent._TestObject371 _byte = nByte; in setValues()412 _byte = io_byte[0]; in setValues2()456 o_byte[0] = _byte; in getValues()505 return _byte; in getByte()509 _byte = zbyte; in setByte()
195 byte _byte = aByte; in inoutParameters()197 m_Byte = _byte; in inoutParameters()
1921 sal_Int8 _byte= *( sal_Int8*) seqOutParams[10].getValue(); in testInterface() local1982 sal_Int8 _byte= -1; in testInterface() local1983 arAny[10] <<= _byte; in testInterface()2016 sal_Int8 _byte= *( sal_Int8*) seqOutParams[10].getValue(); in testInterface() local
247 virtual void SAL_CALL setByte( sal_Int8 _byte ) throw(::com::sun::star::uno::RuntimeException) in setByte() argument248 { _aData.Byte = _byte; } in setByte()
260 virtual void SAL_CALL setByte( sal_Int8 _byte ) throw(::com::sun::star::uno::RuntimeException) in setByte() argument261 { _aData.Byte = _byte; } in setByte()
Completed in 69 milliseconds