LibreOffice Module bridges (master)
1
|
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <typeinfo>
#include <dlfcn.h>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/genfunc.h>
#include <o3tl/string_view.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <typelib/typeclass.h>
#include <typelib/typedescription.h>
#include <uno/any2.h>
#include <uno/mapping.h>
#include "abi.hxx"
#include <osl/mutex.hxx>
#include <unordered_map>
Go to the source code of this file.
Namespaces | |
abi_aarch64 | |
Enumerations | |
enum | StructKind { STRUCT_KIND_EMPTY, STRUCT_KIND_FLOAT, STRUCT_KIND_DOUBLE, STRUCT_KIND_POD, STRUCT_KIND_DTOR } |
Functions | |
void | abi_aarch64::mapException (__cxxabiv1::__cxa_exception *exception, std::type_info const *type, uno_Any *any, uno_Mapping *mapping) |
void | abi_aarch64::raiseException (uno_Any *any, uno_Mapping *mapping) |
ReturnKind | abi_aarch64::getReturnKind (typelib_TypeDescription const *type) |
enum StructKind |
Enumerator | |
---|---|
STRUCT_KIND_EMPTY | |
STRUCT_KIND_FLOAT | |
STRUCT_KIND_DOUBLE | |
STRUCT_KIND_POD | |
STRUCT_KIND_DTOR |
Definition at line 212 of file gcc3_linux_aarch64/abi.cxx.