Home
last modified time | relevance | path

Searched refs:m_fields (Results 1 – 6 of 6) sorted by relevance

/trunk/main/registry/source/
H A Dreflwrit.cxx684 FieldEntry* m_fields; member in TypeWriter
746 m_fields = new FieldEntry[fieldCount]; in TypeWriter()
764 delete[] m_fields; in ~TypeWriter()
886 pBuffer += writeUINT16(pBuffer, m_fields[i].m_access); in createBlop()
888 if (m_fields[i].m_name.getLength()) in createBlop()
891 pInfo->m_value.aUtf8 = m_fields[i].m_name.getStr(); in createBlop()
896 if (m_fields[i].m_typeName.getLength()) in createBlop()
904 if (m_fields[i].m_constValueType != RT_TYPE_NONE) in createBlop()
907 pInfo->m_value.aConst = m_fields[i].m_constValue; in createBlop()
912 if (m_fields[i].m_doku.getLength()) in createBlop()
[all …]
/trunk/main/bridges/source/jni_uno/
H A Djni_info.cxx235 delete [] m_fields; in destroy()
244 m_fields( 0 ) in JNI_compound_type_info()
295 m_fields = new jfieldID[ 2 ]; in JNI_compound_type_info()
296 m_fields[ 0 ] = 0; // special Throwable.getMessage() in JNI_compound_type_info()
298 m_fields[ 1 ] = jni->GetFieldID( in JNI_compound_type_info()
301 OSL_ASSERT( 0 != m_fields[ 1 ] ); in JNI_compound_type_info()
307 m_fields = new jfieldID[ nMembers ]; in JNI_compound_type_info()
331 m_fields[ nPos ] = jni->GetFieldID( in JNI_compound_type_info()
335 OSL_ASSERT( 0 != m_fields[ nPos ] ); in JNI_compound_type_info()
341 delete [] m_fields; in JNI_compound_type_info()
H A Djni_info.h103 jfieldID * m_fields; member
H A Djni_data.cxx781 jfieldID field_id = comp_info->m_fields[ nPos ]; in map_to_uno()
1955 jfieldID field_id = linfo->m_fields[ nPos ]; in map_to_java()
/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx602 appendU2(m_fields, static_cast< sal_uInt16 >(accessFlags)); in addField()
603 appendU2(m_fields, addUtf8Info(name)); in addField()
604 appendU2(m_fields, addUtf8Info(descriptor)); in addField()
606 m_fields, in addField()
611 m_fields, in addField()
614 appendU4(m_fields, 2); in addField()
615 appendU2(m_fields, constantValueIndex); in addField()
617 appendSignatureAttribute(m_fields, signature); in addField()
709 writeStream(file, m_fields); in write()
H A Dclassfile.hxx260 std::vector< unsigned char > m_fields; member in codemaker::javamaker::ClassFile

Completed in 49 milliseconds