Lines Matching refs:buf

61     css::uno::Sequence< sal_Int8 > buf(13);  in testTypeOfBooleanSequence()  local
62 buf[0] = static_cast< sal_Int8 >(20 | 0x80); // sequence type | cache flag in testTypeOfBooleanSequence()
63 buf[1] = static_cast< sal_Int8 >(binaryurp::cache::ignore >> 8); in testTypeOfBooleanSequence()
64 buf[2] = static_cast< sal_Int8 >(binaryurp::cache::ignore & 0xFF); in testTypeOfBooleanSequence()
65 buf[3] = RTL_CONSTASCII_LENGTH("[]boolean"); in testTypeOfBooleanSequence()
66 buf[4] = '['; in testTypeOfBooleanSequence()
67 buf[5] = ']'; in testTypeOfBooleanSequence()
68 buf[6] = 'b'; in testTypeOfBooleanSequence()
69 buf[7] = 'o'; in testTypeOfBooleanSequence()
70 buf[8] = 'o'; in testTypeOfBooleanSequence()
71 buf[9] = 'l'; in testTypeOfBooleanSequence()
72 buf[10] = 'e'; in testTypeOfBooleanSequence()
73 buf[11] = 'a'; in testTypeOfBooleanSequence()
74 buf[12] = 'n'; in testTypeOfBooleanSequence()
75 binaryurp::Unmarshal m(rtl::Reference< binaryurp::Bridge >(), state, buf); in testTypeOfBooleanSequence()
86 css::uno::Sequence< sal_Int8 > buf(10); in testTypeOfVoidSequence() local
87 buf[0] = static_cast< sal_Int8 >(20 | 0x80); // sequence type | cache flag in testTypeOfVoidSequence()
88 buf[1] = static_cast< sal_Int8 >(binaryurp::cache::ignore >> 8); in testTypeOfVoidSequence()
89 buf[2] = static_cast< sal_Int8 >(binaryurp::cache::ignore & 0xFF); in testTypeOfVoidSequence()
90 buf[3] = RTL_CONSTASCII_LENGTH("[]void"); in testTypeOfVoidSequence()
91 buf[4] = '['; in testTypeOfVoidSequence()
92 buf[5] = ']'; in testTypeOfVoidSequence()
93 buf[6] = 'v'; in testTypeOfVoidSequence()
94 buf[7] = 'o'; in testTypeOfVoidSequence()
95 buf[8] = 'i'; in testTypeOfVoidSequence()
96 buf[9] = 'd'; in testTypeOfVoidSequence()
97 binaryurp::Unmarshal m(rtl::Reference< binaryurp::Bridge >(), state, buf); in testTypeOfVoidSequence()