Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
1650f091
Commit
1650f091
authored
Mar 27, 2012
by
Piotr Caban
Committed by
Alexandre Julliard
Mar 27, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp90: Don't define separate structures for num_get<char> and num_get<wchar>.
parent
0318951a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
67 deletions
+62
-67
locale.c
dlls/msvcp90/locale.c
+62
-67
No files found.
dlls/msvcp90/locale.c
View file @
1650f091
...
...
@@ -125,15 +125,10 @@ typedef struct {
const
wchar_t
*
true_name
;
}
numpunct_wchar
;
typedef
struct
_num_get_char
{
locale_facet
facet
;
_Cvtvec
cvt
;
}
num_get_char
;
typedef
struct
_num_get_wchar
{
locale_facet
facet
;
_Cvtvec
cvt
;
}
num_get_wchar
;
typedef
struct
{
locale_facet
facet
;
_Cvtvec
cvt
;
}
num_get
;
struct
_ios_base
;
typedef
struct
_istreambuf_iterator_char
...
...
@@ -3004,7 +2999,7 @@ extern const vtable_ptr MSVCP_num_get_short_vtable;
/* ?_Init@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IAEXABV_Locinfo@2@@Z */
/* ?_Init@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@IEAAXAEBV_Locinfo@2@@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_ctor__Init
,
8
)
void
__thiscall
num_get_wchar_ctor__Init
(
num_get
_wchar
*
this
,
const
_Locinfo
*
locinfo
)
void
__thiscall
num_get_wchar_ctor__Init
(
num_get
*
this
,
const
_Locinfo
*
locinfo
)
{
FIXME
(
"(%p %p) stub
\n
"
,
this
,
locinfo
);
}
...
...
@@ -3012,7 +3007,7 @@ void __thiscall num_get_wchar_ctor__Init(num_get_wchar *this, const _Locinfo *lo
/* ??0?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QAE@ABV_Locinfo@1@I@Z */
/* ??0?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEAA@AEBV_Locinfo@1@_K@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_ctor_locinfo
,
12
)
num_get
_wchar
*
__thiscall
num_get_wchar_ctor_locinfo
(
num_get_wchar
*
this
,
num_get
*
__thiscall
num_get_wchar_ctor_locinfo
(
num_get
*
this
,
_Locinfo
*
locinfo
,
MSVCP_size_t
refs
)
{
FIXME
(
"(%p %p %lu) stub
\n
"
,
this
,
locinfo
,
refs
);
...
...
@@ -3022,7 +3017,7 @@ num_get_wchar* __thiscall num_get_wchar_ctor_locinfo(num_get_wchar *this,
/* ??0?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QAE@ABV_Locinfo@1@I@Z */
/* ??0?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEAA@AEBV_Locinfo@1@_K@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_short_ctor_locinfo
,
12
)
num_get
_wchar
*
__thiscall
num_get_short_ctor_locinfo
(
num_get_wchar
*
this
,
num_get
*
__thiscall
num_get_short_ctor_locinfo
(
num_get
*
this
,
_Locinfo
*
locinfo
,
MSVCP_size_t
refs
)
{
FIXME
(
"(%p %p %lu) stub
\n
"
,
this
,
locinfo
,
refs
);
...
...
@@ -3032,7 +3027,7 @@ num_get_wchar* __thiscall num_get_short_ctor_locinfo(num_get_wchar *this,
/* ??0?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QAE@I@Z */
/* ??0?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEAA@_K@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_ctor_refs
,
8
)
num_get
_wchar
*
__thiscall
num_get_wchar_ctor_refs
(
num_get_wchar
*
this
,
MSVCP_size_t
refs
)
num_get
*
__thiscall
num_get_wchar_ctor_refs
(
num_get
*
this
,
MSVCP_size_t
refs
)
{
FIXME
(
"(%p %lu) stub
\n
"
,
this
,
refs
);
return
NULL
;
...
...
@@ -3041,7 +3036,7 @@ num_get_wchar* __thiscall num_get_wchar_ctor_refs(num_get_wchar *this, MSVCP_siz
/* ??0?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QAE@I@Z */
/* ??0?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEAA@_K@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_short_ctor_refs
,
8
)
num_get
_wchar
*
__thiscall
num_get_short_ctor_refs
(
num_get_wchar
*
this
,
MSVCP_size_t
refs
)
num_get
*
__thiscall
num_get_short_ctor_refs
(
num_get
*
this
,
MSVCP_size_t
refs
)
{
FIXME
(
"(%p %lu) stub
\n
"
,
this
,
refs
);
return
NULL
;
...
...
@@ -3050,7 +3045,7 @@ num_get_wchar* __thiscall num_get_short_ctor_refs(num_get_wchar *this, MSVCP_siz
/* ??_F?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QAEXXZ */
/* ??_F?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEAAXXZ */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_ctor
,
4
)
num_get
_wchar
*
__thiscall
num_get_wchar_ctor
(
num_get_wchar
*
this
)
num_get
*
__thiscall
num_get_wchar_ctor
(
num_get
*
this
)
{
FIXME
(
"(%p) stub
\n
"
,
this
);
return
NULL
;
...
...
@@ -3059,7 +3054,7 @@ num_get_wchar* __thiscall num_get_wchar_ctor(num_get_wchar *this)
/* ??_F?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QAEXXZ */
/* ??_F?$num_get@_WV?$istreambuf_iterator@_WU?$char_traits@_W@std@@@std@@@std@@QEAAXXZ */
DEFINE_THISCALL_WRAPPER
(
num_get_short_ctor
,
4
)
num_get
_wchar
*
__thiscall
num_get_short_ctor
(
num_get_wchar
*
this
)
num_get
*
__thiscall
num_get_short_ctor
(
num_get
*
this
)
{
FIXME
(
"(%p) stub
\n
"
,
this
);
return
NULL
;
...
...
@@ -3070,13 +3065,13 @@ num_get_wchar* __thiscall num_get_short_ctor(num_get_wchar *this)
/* ??1?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MAE@XZ */
/* ??1?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEAA@XZ */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_dtor
,
4
)
void
__thiscall
num_get_wchar_dtor
(
num_get
_wchar
*
this
)
void
__thiscall
num_get_wchar_dtor
(
num_get
*
this
)
{
FIXME
(
"(%p) stub
\n
"
,
this
);
}
DEFINE_THISCALL_WRAPPER
(
MSVCP_num_get_wchar_vector_dtor
,
8
)
num_get
_wchar
*
__thiscall
MSVCP_num_get_wchar_vector_dtor
(
num_get_wchar
*
this
,
unsigned
int
flags
)
num_get
*
__thiscall
MSVCP_num_get_wchar_vector_dtor
(
num_get
*
this
,
unsigned
int
flags
)
{
TRACE
(
"(%p %x)
\n
"
,
this
,
flags
);
if
(
flags
&
2
)
{
...
...
@@ -3096,7 +3091,7 @@ num_get_wchar* __thiscall MSVCP_num_get_wchar_vector_dtor(num_get_wchar *this, u
}
DEFINE_THISCALL_WRAPPER
(
MSVCP_num_get_short_vector_dtor
,
8
)
num_get
_wchar
*
__thiscall
MSVCP_num_get_short_vector_dtor
(
num_get_wchar
*
this
,
unsigned
int
flags
)
num_get
*
__thiscall
MSVCP_num_get_short_vector_dtor
(
num_get
*
this
,
unsigned
int
flags
)
{
return
MSVCP_num_get_wchar_vector_dtor
(
this
,
flags
);
}
...
...
@@ -3155,7 +3150,7 @@ int __cdecl num_get_wchar__Getifld(char *dest, istreambuf_iterator_wchar *first,
/* ?_Hexdig@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@ABEHGGGG@Z */
/* ?_Hexdig@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@AEBAHGGGG@Z */
DEFINE_THISCALL_WRAPPER
(
MSVCP_num_get_wchar__Hexdig
,
20
)
int
__thiscall
MSVCP_num_get_wchar__Hexdig
(
num_get
_wchar
*
this
,
wchar_t
dig
,
wchar_t
e0
,
wchar_t
al
,
wchar_t
au
)
int
__thiscall
MSVCP_num_get_wchar__Hexdig
(
num_get
*
this
,
wchar_t
dig
,
wchar_t
e0
,
wchar_t
al
,
wchar_t
au
)
{
FIXME
(
"(%p %c %c %c %c) stub
\n
"
,
this
,
dig
,
e0
,
al
,
au
);
return
-
1
;
...
...
@@ -3166,7 +3161,7 @@ int __thiscall MSVCP_num_get_wchar__Hexdig(num_get_wchar *this, wchar_t dig, wch
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAPAX@Z */
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAPEAX@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_do_get_void
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_void
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_void
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
void
**
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3178,7 +3173,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_do_get_void(const num_get_wc
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAPAX@Z */
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAPEAX@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_get_void
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_void
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_void
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
void
**
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3194,7 +3189,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_get_void(const num_get_wchar
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAN@Z */
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAN@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_do_get_double
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_double
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_double
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
double
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3210,7 +3205,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_do_get_double(const num_get_
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAN@Z */
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAN@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_get_double
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_double
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_double
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
double
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3222,7 +3217,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_get_double(const num_get_wch
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAM@Z */
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAM@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_do_get_float
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_float
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_float
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
float
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3234,7 +3229,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_do_get_float(const num_get_w
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAM@Z */
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAM@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_get_float
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_float
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_float
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
float
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3246,7 +3241,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_get_float(const num_get_wcha
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAA_K@Z */
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEA_K@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_do_get_uint64
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_uint64
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_uint64
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
ULONGLONG
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3258,7 +3253,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_do_get_uint64(const num_get_
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAA_K@Z */
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEA_K@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_get_uint64
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_uint64
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_uint64
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
ULONGLONG
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3270,7 +3265,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_get_uint64(const num_get_wch
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAA_J@Z */
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEA_J@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_do_get_int64
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_int64
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_int64
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
LONGLONG
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3282,7 +3277,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_do_get_int64(const num_get_w
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAA_J@Z */
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEA_J@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_get_int64
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_int64
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_int64
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
LONGLONG
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3294,7 +3289,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_get_int64(const num_get_wcha
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAK@Z */
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAK@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_do_get_ulong
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_ulong
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_ulong
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
ULONG
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3306,7 +3301,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_do_get_ulong(const num_get_w
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAK@Z */
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAK@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_get_ulong
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_ulong
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_ulong
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
ULONG
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3318,7 +3313,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_get_ulong(const num_get_wcha
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAJ@Z */
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAJ@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_do_get_long
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_long
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_long
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
LONG
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3330,7 +3325,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_do_get_long(const num_get_wc
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAJ@Z */
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAJ@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_get_long
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_long
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_long
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
LONG
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3342,7 +3337,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_get_long(const num_get_wchar
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAI@Z */
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAI@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_do_get_uint
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_uint
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_uint
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
unsigned
int
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3354,7 +3349,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_do_get_uint(const num_get_wc
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAI@Z */
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAI@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_get_uint
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_uint
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_uint
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
unsigned
int
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3366,7 +3361,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_get_uint(const num_get_wchar
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAG@Z */
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAG@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_do_get_ushort
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_ushort
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_ushort
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
unsigned
short
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3378,7 +3373,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_do_get_ushort(const num_get_
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAAG@ */
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEAG@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_get_ushort
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_ushort
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_ushort
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
unsigned
short
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3390,7 +3385,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_get_ushort(const num_get_wch
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAA_N@Z */
/* ?do_get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEA_N@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_do_get_bool
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_bool
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_do_get_bool
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
MSVCP_bool
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3402,7 +3397,7 @@ istreambuf_iterator_wchar *__thiscall num_get_wchar_do_get_bool(const num_get_wc
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AAVios_base@2@AAHAA_N@Z */
/* ?get@?$num_get@GV?$istreambuf_iterator@GU?$char_traits@G@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@GU?$char_traits@G@std@@@2@V32@0AEAVios_base@2@AEAHAEA_N@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_wchar_get_bool
,
36
)
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_bool
(
const
num_get
_wchar
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
*
__thiscall
num_get_wchar_get_bool
(
const
num_get
*
this
,
istreambuf_iterator_wchar
*
ret
,
istreambuf_iterator_wchar
first
,
istreambuf_iterator_wchar
last
,
struct
_ios_base
*
base
,
int
*
state
,
MSVCP_bool
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3418,7 +3413,7 @@ extern const vtable_ptr MSVCP_num_get_char_vtable;
/* ?_Init@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@IAEXABV_Locinfo@2@@Z */
/* ?_Init@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@IEAAXAEBV_Locinfo@2@@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_ctor__Init
,
8
)
void
__thiscall
num_get_char_ctor__Init
(
num_get
_char
*
this
,
const
_Locinfo
*
locinfo
)
void
__thiscall
num_get_char_ctor__Init
(
num_get
*
this
,
const
_Locinfo
*
locinfo
)
{
FIXME
(
"(%p %p) stub
\n
"
,
this
,
locinfo
);
}
...
...
@@ -3426,7 +3421,7 @@ void __thiscall num_get_char_ctor__Init(num_get_char *this, const _Locinfo *loci
/* ??0?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QAE@ABV_Locinfo@1@I@Z */
/* ??0?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEAA@AEBV_Locinfo@1@_K@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_ctor_locinfo
,
12
)
num_get
_char
*
__thiscall
num_get_char_ctor_locinfo
(
num_get_char
*
this
,
num_get
*
__thiscall
num_get_char_ctor_locinfo
(
num_get
*
this
,
_Locinfo
*
locinfo
,
MSVCP_size_t
refs
)
{
FIXME
(
"(%p %p %lu) stub
\n
"
,
this
,
locinfo
,
refs
);
...
...
@@ -3436,7 +3431,7 @@ num_get_char* __thiscall num_get_char_ctor_locinfo(num_get_char *this,
/* ??0?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QAE@I@Z */
/* ??0?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEAA@_K@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_ctor_refs
,
8
)
num_get
_char
*
__thiscall
num_get_char_ctor_refs
(
num_get_char
*
this
,
MSVCP_size_t
refs
)
num_get
*
__thiscall
num_get_char_ctor_refs
(
num_get
*
this
,
MSVCP_size_t
refs
)
{
FIXME
(
"(%p %lu) stub
\n
"
,
this
,
refs
);
return
NULL
;
...
...
@@ -3445,7 +3440,7 @@ num_get_char* __thiscall num_get_char_ctor_refs(num_get_char *this, MSVCP_size_t
/* ??_F?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QAEXXZ */
/* ??_F?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEAAXXZ */
DEFINE_THISCALL_WRAPPER
(
num_get_char_ctor
,
4
)
num_get
_char
*
__thiscall
num_get_char_ctor
(
num_get_char
*
this
)
num_get
*
__thiscall
num_get_char_ctor
(
num_get
*
this
)
{
FIXME
(
"(%p) stub
\n
"
,
this
);
return
NULL
;
...
...
@@ -3454,13 +3449,13 @@ num_get_char* __thiscall num_get_char_ctor(num_get_char *this)
/* ??1?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MAE@XZ */
/* ??1?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEAA@XZ */
DEFINE_THISCALL_WRAPPER
(
num_get_char_dtor
,
4
)
void
__thiscall
num_get_char_dtor
(
num_get
_char
*
this
)
void
__thiscall
num_get_char_dtor
(
num_get
*
this
)
{
FIXME
(
"(%p) stub
\n
"
,
this
);
}
DEFINE_THISCALL_WRAPPER
(
MSVCP_num_get_char_vector_dtor
,
8
)
num_get
_char
*
__thiscall
MSVCP_num_get_char_vector_dtor
(
num_get_char
*
this
,
unsigned
int
flags
)
num_get
*
__thiscall
MSVCP_num_get_char_vector_dtor
(
num_get
*
this
,
unsigned
int
flags
)
{
TRACE
(
"(%p %x)
\n
"
,
this
,
flags
);
if
(
flags
&
2
)
{
...
...
@@ -3517,7 +3512,7 @@ int __cdecl num_get_char__Getifld(char *dest, istreambuf_iterator_char *first,
/* ?_Hexdig@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@ABEHD000@Z */
/* ?_Hexdig@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@AEBAHD000@Z */
DEFINE_THISCALL_WRAPPER
(
MSVCP_num_get_char__Hexdig
,
20
)
int
__thiscall
MSVCP_num_get_char__Hexdig
(
num_get
_char
*
this
,
char
dig
,
char
e0
,
char
al
,
char
au
)
int
__thiscall
MSVCP_num_get_char__Hexdig
(
num_get
*
this
,
char
dig
,
char
e0
,
char
al
,
char
au
)
{
FIXME
(
"(%p %c %c %c %c) stub
\n
"
,
this
,
dig
,
e0
,
al
,
au
);
return
-
1
;
...
...
@@ -3526,7 +3521,7 @@ int __thiscall MSVCP_num_get_char__Hexdig(num_get_char *this, char dig, char e0,
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAPAX@Z */
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAPEAX@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_do_get_void
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_void
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_void
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
void
**
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3536,7 +3531,7 @@ istreambuf_iterator_char *__thiscall num_get_char_do_get_void(const num_get_char
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAPAX@Z */
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAPEAX@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_get_void
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_get_void
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_get_void
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
void
**
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3548,7 +3543,7 @@ istreambuf_iterator_char *__thiscall num_get_char_get_void(const num_get_char *t
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAN@Z */
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAN@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_do_get_double
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_double
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_double
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
double
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3560,7 +3555,7 @@ istreambuf_iterator_char *__thiscall num_get_char_do_get_double(const num_get_ch
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAN@Z */
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAN@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_get_double
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_get_double
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_get_double
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
double
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3570,7 +3565,7 @@ istreambuf_iterator_char *__thiscall num_get_char_get_double(const num_get_char
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAM@Z */
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAM@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_do_get_float
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_float
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_float
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
float
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3580,7 +3575,7 @@ istreambuf_iterator_char *__thiscall num_get_char_do_get_float(const num_get_cha
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAM@Z */
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAM@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_get_float
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_get_float
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_get_float
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
float
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3590,7 +3585,7 @@ istreambuf_iterator_char *__thiscall num_get_char_get_float(const num_get_char *
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAA_K@Z */
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEA_K@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_do_get_uint64
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_uint64
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_uint64
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
ULONGLONG
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3600,7 +3595,7 @@ istreambuf_iterator_char *__thiscall num_get_char_do_get_uint64(const num_get_ch
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAA_K@Z */
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEA_K@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_get_uint64
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_get_uint64
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_get_uint64
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
ULONGLONG
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3610,7 +3605,7 @@ istreambuf_iterator_char *__thiscall num_get_char_get_uint64(const num_get_char
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAA_J@Z */
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEA_J@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_do_get_int64
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_int64
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_int64
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
LONGLONG
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3620,7 +3615,7 @@ istreambuf_iterator_char *__thiscall num_get_char_do_get_int64(const num_get_cha
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAA_J@Z */
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEA_J@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_get_int64
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_get_int64
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_get_int64
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
LONGLONG
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3630,7 +3625,7 @@ istreambuf_iterator_char *__thiscall num_get_char_get_int64(const num_get_char *
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAK@Z */
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAK@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_do_get_ulong
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_ulong
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_ulong
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
ULONG
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3640,7 +3635,7 @@ istreambuf_iterator_char *__thiscall num_get_char_do_get_ulong(const num_get_cha
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAK@Z */
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAK@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_get_ulong
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_get_ulong
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_get_ulong
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
ULONG
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3650,7 +3645,7 @@ istreambuf_iterator_char *__thiscall num_get_char_get_ulong(const num_get_char *
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAJ@Z */
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAJ@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_do_get_long
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_long
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_long
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
LONG
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3660,7 +3655,7 @@ istreambuf_iterator_char *__thiscall num_get_char_do_get_long(const num_get_char
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAJ@Z */
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAJ@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_get_long
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_get_long
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_get_long
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
LONG
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3670,7 +3665,7 @@ istreambuf_iterator_char *__thiscall num_get_char_get_long(const num_get_char *t
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAI@Z */
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAI@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_do_get_uint
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_uint
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_uint
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
unsigned
int
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3680,7 +3675,7 @@ istreambuf_iterator_char *__thiscall num_get_char_do_get_uint(const num_get_char
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAI@Z */
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAI@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_get_uint
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_get_uint
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_get_uint
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
unsigned
int
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3690,7 +3685,7 @@ istreambuf_iterator_char *__thiscall num_get_char_get_uint(const num_get_char *t
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAG@Z */
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAG@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_do_get_ushort
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_ushort
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_ushort
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
unsigned
short
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3700,7 +3695,7 @@ istreambuf_iterator_char *__thiscall num_get_char_do_get_ushort(const num_get_ch
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAAG@Z */
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEAG@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_get_ushort
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_get_ushort
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_get_ushort
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
unsigned
short
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3710,7 +3705,7 @@ istreambuf_iterator_char *__thiscall num_get_char_get_ushort(const num_get_char
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAA_N@Z */
/* ?do_get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@MEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEA_N@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_do_get_bool
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_bool
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_do_get_bool
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
MSVCP_bool
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
@@ -3720,7 +3715,7 @@ istreambuf_iterator_char *__thiscall num_get_char_do_get_bool(const num_get_char
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QBE?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AAVios_base@2@AAHAA_N@Z */
/* ?get@?$num_get@DV?$istreambuf_iterator@DU?$char_traits@D@std@@@std@@@std@@QEBA?AV?$istreambuf_iterator@DU?$char_traits@D@std@@@2@V32@0AEAVios_base@2@AEAHAEA_N@Z */
DEFINE_THISCALL_WRAPPER
(
num_get_char_get_bool
,
36
)
istreambuf_iterator_char
*
__thiscall
num_get_char_get_bool
(
const
num_get
_char
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
*
__thiscall
num_get_char_get_bool
(
const
num_get
*
this
,
istreambuf_iterator_char
*
ret
,
istreambuf_iterator_char
first
,
istreambuf_iterator_char
last
,
struct
_ios_base
*
base
,
int
*
state
,
MSVCP_bool
*
pval
)
{
FIXME
(
"(%p %p %p %p %p) stub
\n
"
,
this
,
ret
,
base
,
state
,
pval
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment