Home
last modified time | relevance | path

Searched refs:m_type (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/sal/rtl/source/
H A Dalloc_arena.c163 span->m_type = RTL_ARENA_SEGMENT_TYPE_SPAN; in rtl_arena_segment_populate()
173 first->m_type = 0; in rtl_arena_segment_populate()
227 OSL_ASSERT((*ppSegment)->m_type != RTL_ARENA_SEGMENT_TYPE_HEAD); in rtl_arena_segment_put()
228 (*ppSegment)->m_type = 0; in rtl_arena_segment_put()
277 if ((segment->m_fnext->m_type == RTL_ARENA_SEGMENT_TYPE_HEAD) && in rtl_arena_freelist_remove()
278 (segment->m_fprev->m_type == RTL_ARENA_SEGMENT_TYPE_HEAD) ) in rtl_arena_freelist_remove()
574 span->m_type = RTL_ARENA_SEGMENT_TYPE_SPAN; in rtl_arena_segment_create()
580 (*ppSegment)->m_type = RTL_ARENA_SEGMENT_TYPE_FREE; in rtl_arena_segment_create()
610 OSL_ASSERT(segment->m_type == RTL_ARENA_SEGMENT_TYPE_USED); in rtl_arena_segment_coalesce()
611 segment->m_type = RTL_ARENA_SEGMENT_TYPE_FREE; in rtl_arena_segment_coalesce()
[all …]
/trunk/main/idlc/source/
H A Dastconstant.cxx69 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()
105 aConst.m_type = RT_TYPE_BOOL; in dumpBlob()
H A Dastunion.cxx324 aConst.m_type = RT_TYPE_INT64; in dump()
344 aConst.m_type = RT_TYPE_INT64; in dump()
/trunk/main/registry/test/
H A Dtestregcpp.cxx69 aConst.m_type = RT_TYPE_BOOL; in test_coreReflection()
75 aConst.m_type = RT_TYPE_BYTE; in test_coreReflection()
81 aConst.m_type = RT_TYPE_INT16; in test_coreReflection()
87 aConst.m_type = RT_TYPE_UINT16; in test_coreReflection()
93 aConst.m_type = RT_TYPE_INT32; in test_coreReflection()
99 aConst.m_type = RT_TYPE_UINT32; in test_coreReflection()
105 aConst.m_type = RT_TYPE_INT64; in test_coreReflection()
111 aConst.m_type = RT_TYPE_UINT64; in test_coreReflection()
117 aConst.m_type = RT_TYPE_FLOAT; in test_coreReflection()
123 aConst.m_type = RT_TYPE_DOUBLE; in test_coreReflection()
[all …]
/trunk/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx69 constValue.m_type = RT_TYPE_BOOL; in writeConstantData()
76 constValue.m_type = RT_TYPE_BYTE; in writeConstantData()
83 constValue.m_type = RT_TYPE_INT16; in writeConstantData()
90 constValue.m_type = RT_TYPE_UINT16; in writeConstantData()
97 constValue.m_type = RT_TYPE_INT32; in writeConstantData()
104 constValue.m_type = RT_TYPE_UINT32; in writeConstantData()
111 constValue.m_type = RT_TYPE_FLOAT; in writeConstantData()
118 constValue.m_type = RT_TYPE_DOUBLE; in writeConstantData()
125 constValue.m_type = RT_TYPE_STRING; in writeConstantData()
488 constValue.m_type = RT_TYPE_INT32; in getTypeBlop()
/trunk/main/rdbmaker/inc/codemaker/
H A Ddependency.hxx55 : m_type(type) in TypeUsing()
59 ::rtl::OString m_type;
65 return m_type == typeUsing.m_type && m_use == typeUsing.m_use; in operator ==()
73 return (tuse1.m_type < tuse2.m_type); in operator ()()
/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx69 constValue.m_type = RT_TYPE_BOOL; in writeConstantData()
76 constValue.m_type = RT_TYPE_BYTE; in writeConstantData()
83 constValue.m_type = RT_TYPE_INT16; in writeConstantData()
90 constValue.m_type = RT_TYPE_UINT16; in writeConstantData()
97 constValue.m_type = RT_TYPE_INT32; in writeConstantData()
104 constValue.m_type = RT_TYPE_UINT32; in writeConstantData()
111 constValue.m_type = RT_TYPE_FLOAT; in writeConstantData()
118 constValue.m_type = RT_TYPE_DOUBLE; in writeConstantData()
125 constValue.m_type = RT_TYPE_STRING; in writeConstantData()
596 constValue.m_type = RT_TYPE_INT32; in getTypeBlob()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx83 m_type = mapUnoType(reinterpret_cast<typelib_TypeDescription*>(td)); in UnoInterfaceInfo()
204 m_listIfaces[ m_numUnoIfaces - 1 ])->m_type->FullName; in addUnoInterface()
402 if (type->IsAssignableFrom(tmpInfo->m_type))
676 m_type= mapUnoType(m_unoType.get());
682 "id:\n\t{0}\n\t{1}"), m_oid, m_type));
693 type = m_type; in makeMethodInfos()
696 if (m_type->IsInterface == false) in makeMethodInfos()
698 cli::array< sr::MethodInfo ^ > ^ arThisMethods = m_type->GetMethods(); in makeMethodInfos()
700 cli::array< System::Type ^ > ^ arInheritedIfaces = m_type->GetInterfaces(); in makeMethodInfos()
762 sr::InterfaceMapping map = objType->GetInterfaceMap(m_type); in makeMethodInfos()
[all …]
H A Dcli_proxy.h55 System::Type ^ m_type;
186 gcroot<System::Type ^> m_type; member
/trunk/main/cppuhelper/source/
H A Dimplbase_ex.cxx100 Type const & rType = (*pEntry->m_type.getCppuType)( 0 ); in __getTypeEntries()
117 pEntry->m_type.typeRef = rType.getTypeLibType(); in __getTypeEntries()
130 types[ n ] = pEntries[ n ].m_type.typeRef; in __fillTypes()
186 if (__td_equals( pEntries[ n ].m_type.typeRef, pDemandedTDR )) in __queryDeepNoXInterface()
195 TYPELIB_DANGER_GET( &pTD, pEntries[ n ].m_type.typeRef ); in __queryDeepNoXInterface()
218 buf.append( pEntries[ n ].m_type.typeRef->pTypeName ); in __queryDeepNoXInterface()
H A Dpropertysetmixin.cxx474 css::uno::Type m_type; member in PropertySetMixinImpl::Impl
484 m_absentOptional(absentOptional), m_type(type) in Impl()
492 m_idlClass = getReflection(m_type.getTypeName()); in Impl()
503 m_type.getTypeName()), in Impl()
563 css::uno::Any o(object->queryInterface(m_type)); in setProperty()
645 value = field->get(object->queryInterface(m_type)); in getProperty()
/trunk/main/desktop/source/deployment/misc/
H A Ddp_interact.cxx45 const Type m_type; member in dp_misc::__anona8d769f80111::InteractionContinuationImpl
50 : m_type( type ), in InteractionContinuationImpl()
55 const *>(0) ).isAssignableFrom(m_type) ); } in InteractionContinuationImpl()
82 if (type.isAssignableFrom( m_type )) { in queryInterface()
/trunk/main/bridges/java/java_uno/src/main/java/com/sun/star/bridges/jni_uno/
H A DJNI_proxy.java50 protected Type m_type; field in JNI_proxy
105 m_type = type; in JNI_proxy()
107 m_class = m_type.getZClass(); in JNI_proxy()
164 ", type=" + m_type.getTypeName() + "]"; in invoke()
/trunk/main/unoxml/source/events/
H A Dtestlistener.cxx108 m_type = aType; in initialize()
111 m_target->addEventListener(m_type, Reference< XEventListener >(this), m_capture); in initialize()
120 m_target->removeEventListener(m_type, Reference< XEventListener >(this), m_capture); in ~CTestListener()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_bridgetest_inprocess.cs38 private Type m_type; field in Factory
44 m_type = type; in Factory()
72 return m_type.ToString(); in getImplementationName()
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx875 if (fieldValue.m_type != RT_TYPE_INT32 in handleEnumType()
1781 || reader.getFieldValue(i).m_type != RT_TYPE_NONE) in addBaseArguments()
1934 || reader.getFieldValue(i).m_type != RT_TYPE_NONE) in handleAggregatingType()
2168 || reader.getFieldValue(i).m_type != RT_TYPE_NONE) in handleInterfaceType()
2419 if (fieldValue.m_type != RT_TYPE_BOOL) { in addConstant()
2428 if (fieldValue.m_type != RT_TYPE_BYTE) { in addConstant()
2437 if (fieldValue.m_type != RT_TYPE_INT16) { in addConstant()
2447 if (fieldValue.m_type != RT_TYPE_UINT16) { in addConstant()
2456 if (fieldValue.m_type != RT_TYPE_INT32) { in addConstant()
2465 if (fieldValue.m_type != RT_TYPE_UINT32) { in addConstant()
[all …]
/trunk/main/registry/inc/registry/
H A Drefltype.hxx50 RTValueType m_type; member in RTConstValue
56 : m_type(RT_TYPE_NONE) in RTConstValue()
/trunk/main/xmlsecurity/source/framework/
H A Delementmark.cxx36 m_type(cssxc::sax::ElementMarkType_ELEMENTMARK) in ElementMark()
92 return m_type; in getType()
/trunk/main/stoc/source/security/
H A Dpermissions.h45 enum t_type { ALL, RUNTIME, SOCKET, FILE } m_type; variable
52 , m_type( type ) in m_next()
H A Dpermissions.cxx213 if (SOCKET != perm.m_type) in implies()
373 if (FILE != perm.m_type) in implies()
464 if (RUNTIME != perm.m_type) in implies()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx124 typeName = (*iter).m_type; in dumpDependedTypes()
225 index = (*iter).m_type.lastIndexOf(']'); in dumpDepIncludes()
228 relType = (*iter).m_type; in dumpDepIncludes()
647 switch (constValue.m_type) in dumpConstantValue()
1506 if (constValue.m_type == RT_TYPE_INT32) in dumpHFile()
/trunk/main/registry/tools/
H A Dregcompare.cxx378 switch (constValue.m_type) in getConstValueType()
409 switch (constValue.m_type) in printConstValue()
474 switch (constValue1.m_type) in checkConstValue()
662 if ( constValue1.m_type != constValue2.m_type ) in checkField()
/trunk/main/registry/source/
H A Dreflwrit.cxx502 RTReferenceType m_type; member in ReferenceEntry
515 : m_type(RT_REF_INVALID) in ReferenceEntry()
531 m_type = refType; in setData()
1069 sal::static_int_cast< sal_uInt16 >(m_references[i].m_type)); in createBlop()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx230 typeName = (*iter).m_type; in dumpDependedTypes()
370 index = (*iter).m_type.lastIndexOf(']'); in dumpDepIncludes()
373 relType = (*iter).m_type; in dumpDepIncludes()
1401 switch (constValue.m_type) in dumpConstantValue()
3087 if (constValue.m_type == RT_TYPE_INT32) in dumpDeclaration()
3211 if (constValue.m_type == RT_TYPE_INT32) in dumpCGetCunoType()
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx98 Type m_type; member in OComponent
946 rOut = m_type; in testout_methodType()
1065 m_type = rIn; in in_methodType()
1196 rOut = m_type; in testinout_methodType()
1197 m_type = tmp; in testinout_methodType()

12