VirtualBox

source: vbox/trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def@ 76527

Last change on this file since 76527 was 74427, checked in by vboxsync, 7 years ago

IPRT/rest: Updated VBoxRTImp-vcc*.def. bugref:9167

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 100.6 KB
Line 
1; $Id: VBoxRTImp-vcc64.def 74427 2018-09-23 15:51:58Z vboxsync $
2;; @file
3; VirtualBox Runtime DLL - Stable C++ Interface Definition file, 64-bit Visual C++.
4
5;
6; Copyright (C) 2018 Oracle Corporation
7;
8; This file is part of VirtualBox Open Source Edition (OSE), as
9; available from http://www.virtualbox.org. This file is free software;
10; you can redistribute it and/or modify it under the terms of the GNU
11; General Public License (GPL) as published by the Free Software
12; Foundation, in version 2 as it comes in the "COPYING" file of the
13; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15;
16; The contents of this file may alternatively be used under the terms
17; of the Common Development and Distribution License Version 1.0
18; (CDDL) only, as it comes in the "COPYING.CDDL" file of the
19; VirtualBox OSE distribution, in which case the provisions of the
20; CDDL are applicable instead of those of the GPL.
21;
22; You may elect to license modified versions of this file under the
23; terms and conditions of either the GPL or the CDDL or both.
24;
25
26EXPORTS
27 ;
28 ; RTCString & RTCRest classes.
29 ;
30 ; Use the following command-line to generate the stuff below (same as vcc32, except input/output):
31 ; kmk_sed -r -e "/^ .*(RTCRest|RTCString)/!d" -e "s/^ +[[:digit:]]+ +([^ ]+) / \1 ; /" -e "s/ (\?\?_7[^ ]+@@6B[^ ]*|\?[^ ]+@@[0-4][^ @]+) / \1 DATA /" -e "s/(.{78} ) *;/\1 ;/" e:\vbox\svn\trunk\out\win.amd64\debug\obj\VBoxRT\VBoxRT.map | sort >> VBox\VBoxRTImp-vcc64.def
32 ;
33 ??_7RTCRestAnyObject@@6B@ DATA ; (const RTCRestAnyObject::`vftable')
34 ??_7RTCRestArrayBase@@6B@ DATA ; (const RTCRestArrayBase::`vftable')
35 ??_7RTCRestBinary@@6B@ DATA ; (const RTCRestBinary::`vftable')
36 ??_7RTCRestBinaryParameter@@6B@ DATA ; (const RTCRestBinaryParameter::`vftable')
37 ??_7RTCRestBinaryResponse@@6B@ DATA ; (const RTCRestBinaryResponse::`vftable')
38 ??_7RTCRestBool@@6B@ DATA ; (const RTCRestBool::`vftable')
39 ??_7RTCRestClientApiBase@@6B@ DATA ; (const RTCRestClientApiBase::`vftable')
40 ??_7RTCRestClientRequestBase@@6B@ DATA ; (const RTCRestClientRequestBase::`vftable')
41 ??_7RTCRestClientResponseBase@@6B@ DATA ; (const RTCRestClientResponseBase::`vftable')
42 ??_7RTCRestDataObject@@6B@ DATA ; (const RTCRestDataObject::`vftable')
43 ??_7RTCRestDate@@6B@ DATA ; (const RTCRestDate::`vftable')
44 ??_7RTCRestDouble@@6B@ DATA ; (const RTCRestDouble::`vftable')
45 ??_7RTCRestInt16@@6B@ DATA ; (const RTCRestInt16::`vftable')
46 ??_7RTCRestInt32@@6B@ DATA ; (const RTCRestInt32::`vftable')
47 ??_7RTCRestInt64@@6B@ DATA ; (const RTCRestInt64::`vftable')
48 ??_7RTCRestJsonPrimaryCursor@@6B@ DATA ; (const RTCRestJsonPrimaryCursor::`vftable')
49 ??_7RTCRestObjectBase@@6B@ DATA ; (const RTCRestObjectBase::`vftable')
50 ??_7RTCRestOutputBase@@6B@ DATA ; (const RTCRestOutputBase::`vftable')
51 ??_7RTCRestOutputPrettyBase@@6B@ DATA ; (const RTCRestOutputPrettyBase::`vftable')
52 ??_7RTCRestOutputPrettyToString@@6B@ DATA ; (const RTCRestOutputPrettyToString::`vftable')
53 ??_7RTCRestOutputToString@@6B@ DATA ; (const RTCRestOutputToString::`vftable')
54 ??_7RTCRestPolyDataObject@@6B@ DATA ; (const RTCRestPolyDataObject::`vftable')
55 ??_7RTCRestString@@6BRTCRestObjectBase@@@ DATA ; (const RTCRestString::`vftable'{for `RTCRestObjectBase'})
56 ??_7RTCRestString@@6BRTCString@@@ DATA ; (const RTCRestString::`vftable'{for `RTCString'})
57 ??_7RTCRestStringEnumBase@@6B@ DATA ; (const RTCRestStringEnumBase::`vftable')
58 ??_7RTCRestStringMapBase@@6B@ DATA ; (const RTCRestStringMapBase::`vftable')
59 ??_7RTCString@@6B@ DATA ; (const RTCString::`vftable')
60 ??0RTCError@@QEAA@AEBVRTCString@@@Z ; (public: __cdecl RTCError::RTCError(class RTCString const &))
61 ??0RTCRestAnyObject@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestAnyObject::RTCRestAnyObject(class RTCRestAnyObject const &))
62 ??0RTCRestAnyObject@@QEAA@XZ ; (public: __cdecl RTCRestAnyObject::RTCRestAnyObject(void))
63 ??0RTCRestArrayBase@@QEAA@XZ ; (public: __cdecl RTCRestArrayBase::RTCRestArrayBase(void))
64 ??0RTCRestBinary@@QEAA@XZ ; (public: __cdecl RTCRestBinary::RTCRestBinary(void))
65 ??0RTCRestBinaryParameter@@QEAA@XZ ; (public: __cdecl RTCRestBinaryParameter::RTCRestBinaryParameter(void))
66 ??0RTCRestBinaryResponse@@QEAA@XZ ; (public: __cdecl RTCRestBinaryResponse::RTCRestBinaryResponse(void))
67 ??0RTCRestBool@@QEAA@_N@Z ; (public: __cdecl RTCRestBool::RTCRestBool(bool))
68 ??0RTCRestBool@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestBool::RTCRestBool(class RTCRestBool const &))
69 ??0RTCRestBool@@QEAA@XZ ; (public: __cdecl RTCRestBool::RTCRestBool(void))
70 ??0RTCRestClientApiBase@@QEAA@XZ ; (public: __cdecl RTCRestClientApiBase::RTCRestClientApiBase(void))
71 ??0RTCRestClientRequestBase@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestClientRequestBase::RTCRestClientRequestBase(class RTCRestClientRequestBase const &))
72 ??0RTCRestClientRequestBase@@QEAA@XZ ; (public: __cdecl RTCRestClientRequestBase::RTCRestClientRequestBase(void))
73 ??0RTCRestClientResponseBase@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestClientResponseBase::RTCRestClientResponseBase(class RTCRestClientResponseBase const &))
74 ??0RTCRestClientResponseBase@@QEAA@XZ ; (public: __cdecl RTCRestClientResponseBase::RTCRestClientResponseBase(void))
75 ??0RTCRestDataObject@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestDataObject::RTCRestDataObject(class RTCRestDataObject const &))
76 ??0RTCRestDataObject@@QEAA@XZ ; (public: __cdecl RTCRestDataObject::RTCRestDataObject(void))
77 ??0RTCRestDate@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestDate::RTCRestDate(class RTCRestDate const &))
78 ??0RTCRestDate@@QEAA@XZ ; (public: __cdecl RTCRestDate::RTCRestDate(void))
79 ??0RTCRestDouble@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestDouble::RTCRestDouble(class RTCRestDouble const &))
80 ??0RTCRestDouble@@QEAA@N@Z ; (public: __cdecl RTCRestDouble::RTCRestDouble(double))
81 ??0RTCRestDouble@@QEAA@XZ ; (public: __cdecl RTCRestDouble::RTCRestDouble(void))
82 ??0RTCRestInt16@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestInt16::RTCRestInt16(class RTCRestInt16 const &))
83 ??0RTCRestInt16@@QEAA@F@Z ; (public: __cdecl RTCRestInt16::RTCRestInt16(short))
84 ??0RTCRestInt16@@QEAA@XZ ; (public: __cdecl RTCRestInt16::RTCRestInt16(void))
85 ??0RTCRestInt32@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestInt32::RTCRestInt32(class RTCRestInt32 const &))
86 ??0RTCRestInt32@@QEAA@H@Z ; (public: __cdecl RTCRestInt32::RTCRestInt32(int))
87 ??0RTCRestInt32@@QEAA@XZ ; (public: __cdecl RTCRestInt32::RTCRestInt32(void))
88 ??0RTCRestInt64@@QEAA@_J@Z ; (public: __cdecl RTCRestInt64::RTCRestInt64(__int64))
89 ??0RTCRestInt64@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestInt64::RTCRestInt64(class RTCRestInt64 const &))
90 ??0RTCRestInt64@@QEAA@XZ ; (public: __cdecl RTCRestInt64::RTCRestInt64(void))
91 ??0RTCRestJsonCursor@@QEAA@AEBU0@@Z ; (public: __cdecl RTCRestJsonCursor::RTCRestJsonCursor(struct RTCRestJsonCursor const &))
92 ??0RTCRestJsonCursor@@QEAA@PEAURTJSONVALINT@@PEBD@Z ; (public: __cdecl RTCRestJsonCursor::RTCRestJsonCursor(struct RTJSONVALINT *,char const *))
93 ??0RTCRestJsonCursor@@QEAA@PEAURTJSONVALINT@@PEBDPEAU0@@Z ; (public: __cdecl RTCRestJsonCursor::RTCRestJsonCursor(struct RTJSONVALINT *,char const *,struct RTCRestJsonCursor *))
94 ??0RTCRestJsonPrimaryCursor@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestJsonPrimaryCursor::RTCRestJsonPrimaryCursor(class RTCRestJsonPrimaryCursor const &))
95 ??0RTCRestJsonPrimaryCursor@@QEAA@PEAURTJSONVALINT@@PEBDPEAURTERRINFO@@@Z ; (public: __cdecl RTCRestJsonPrimaryCursor::RTCRestJsonPrimaryCursor(struct RTJSONVALINT *,char const *,struct RTERRINFO *))
96 ??0RTCRestObjectBase@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestObjectBase::RTCRestObjectBase(class RTCRestObjectBase const &))
97 ??0RTCRestObjectBase@@QEAA@XZ ; (public: __cdecl RTCRestObjectBase::RTCRestObjectBase(void))
98 ??0RTCRestOutputBase@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestOutputBase::RTCRestOutputBase(class RTCRestOutputBase const &))
99 ??0RTCRestOutputBase@@QEAA@XZ ; (public: __cdecl RTCRestOutputBase::RTCRestOutputBase(void))
100 ??0RTCRestOutputPrettyBase@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestOutputPrettyBase::RTCRestOutputPrettyBase(class RTCRestOutputPrettyBase const &))
101 ??0RTCRestOutputPrettyBase@@QEAA@XZ ; (public: __cdecl RTCRestOutputPrettyBase::RTCRestOutputPrettyBase(void))
102 ??0RTCRestOutputPrettyToString@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestOutputPrettyToString::RTCRestOutputPrettyToString(class RTCRestOutputPrettyToString const &))
103 ??0RTCRestOutputPrettyToString@@QEAA@PEAVRTCString@@_N@Z ; (public: __cdecl RTCRestOutputPrettyToString::RTCRestOutputPrettyToString(class RTCString *,bool))
104 ??0RTCRestOutputToString@@QEAA@PEAVRTCString@@_N@Z ; (public: __cdecl RTCRestOutputToString::RTCRestOutputToString(class RTCString *,bool))
105 ??0RTCRestPolyDataObject@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestPolyDataObject::RTCRestPolyDataObject(class RTCRestPolyDataObject const &))
106 ??0RTCRestPolyDataObject@@QEAA@XZ ; (public: __cdecl RTCRestPolyDataObject::RTCRestPolyDataObject(void))
107 ??0RTCRestString@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestString::RTCRestString(class RTCRestString const &))
108 ??0RTCRestString@@QEAA@AEBVRTCString@@@Z ; (public: __cdecl RTCRestString::RTCRestString(class RTCString const &))
109 ??0RTCRestString@@QEAA@PEBD@Z ; (public: __cdecl RTCRestString::RTCRestString(char const *))
110 ??0RTCRestString@@QEAA@XZ ; (public: __cdecl RTCRestString::RTCRestString(void))
111 ??0RTCRestStringEnumBase@@QEAA@AEBV0@@Z ; (public: __cdecl RTCRestStringEnumBase::RTCRestStringEnumBase(class RTCRestStringEnumBase const &))
112 ??0RTCRestStringEnumBase@@QEAA@XZ ; (public: __cdecl RTCRestStringEnumBase::RTCRestStringEnumBase(void))
113 ??0RTCRestStringMapBase@@QEAA@XZ ; (public: __cdecl RTCRestStringMapBase::RTCRestStringMapBase(void))
114 ??0RTCString@@QEAA@_KD@Z ; (public: __cdecl RTCString::RTCString(unsigned __int64,char))
115 ??0RTCString@@QEAA@AEBV0@@Z ; (public: __cdecl RTCString::RTCString(class RTCString const &))
116 ??0RTCString@@QEAA@AEBV0@_K1@Z ; (public: __cdecl RTCString::RTCString(class RTCString const &,unsigned __int64,unsigned __int64))
117 ??0RTCString@@QEAA@PEBD@Z ; (public: __cdecl RTCString::RTCString(char const *))
118 ??0RTCString@@QEAA@PEBD_K@Z ; (public: __cdecl RTCString::RTCString(char const *,unsigned __int64))
119 ??0RTCString@@QEAA@PEBDPEAD@Z ; (public: __cdecl RTCString::RTCString(char const *,char *))
120 ??0RTCString@@QEAA@XZ ; (public: __cdecl RTCString::RTCString(void))
121 ??1RTCRestAnyObject@@UEAA@XZ ; (public: virtual __cdecl RTCRestAnyObject::~RTCRestAnyObject(void))
122 ??1RTCRestArrayBase@@UEAA@XZ ; (public: virtual __cdecl RTCRestArrayBase::~RTCRestArrayBase(void))
123 ??1RTCRestBinary@@UEAA@XZ ; (public: virtual __cdecl RTCRestBinary::~RTCRestBinary(void))
124 ??1RTCRestBinaryParameter@@UEAA@XZ ; (public: virtual __cdecl RTCRestBinaryParameter::~RTCRestBinaryParameter(void))
125 ??1RTCRestBinaryResponse@@UEAA@XZ ; (public: virtual __cdecl RTCRestBinaryResponse::~RTCRestBinaryResponse(void))
126 ??1RTCRestBool@@UEAA@XZ ; (public: virtual __cdecl RTCRestBool::~RTCRestBool(void))
127 ??1RTCRestClientApiBase@@UEAA@XZ ; (public: virtual __cdecl RTCRestClientApiBase::~RTCRestClientApiBase(void))
128 ??1RTCRestClientRequestBase@@UEAA@XZ ; (public: virtual __cdecl RTCRestClientRequestBase::~RTCRestClientRequestBase(void))
129 ??1RTCRestClientResponseBase@@UEAA@XZ ; (public: virtual __cdecl RTCRestClientResponseBase::~RTCRestClientResponseBase(void))
130 ??1RTCRestDataObject@@UEAA@XZ ; (public: virtual __cdecl RTCRestDataObject::~RTCRestDataObject(void))
131 ??1RTCRestDate@@UEAA@XZ ; (public: virtual __cdecl RTCRestDate::~RTCRestDate(void))
132 ??1RTCRestDouble@@UEAA@XZ ; (public: virtual __cdecl RTCRestDouble::~RTCRestDouble(void))
133 ??1RTCRestInt16@@UEAA@XZ ; (public: virtual __cdecl RTCRestInt16::~RTCRestInt16(void))
134 ??1RTCRestInt32@@UEAA@XZ ; (public: virtual __cdecl RTCRestInt32::~RTCRestInt32(void))
135 ??1RTCRestInt64@@UEAA@XZ ; (public: virtual __cdecl RTCRestInt64::~RTCRestInt64(void))
136 ??1RTCRestJsonCursor@@QEAA@XZ ; (public: __cdecl RTCRestJsonCursor::~RTCRestJsonCursor(void))
137 ??1RTCRestJsonPrimaryCursor@@UEAA@XZ ; (public: virtual __cdecl RTCRestJsonPrimaryCursor::~RTCRestJsonPrimaryCursor(void))
138 ??1RTCRestObjectBase@@UEAA@XZ ; (public: virtual __cdecl RTCRestObjectBase::~RTCRestObjectBase(void))
139 ??1RTCRestOutputBase@@UEAA@XZ ; (public: virtual __cdecl RTCRestOutputBase::~RTCRestOutputBase(void))
140 ??1RTCRestOutputPrettyBase@@UEAA@XZ ; (public: virtual __cdecl RTCRestOutputPrettyBase::~RTCRestOutputPrettyBase(void))
141 ??1RTCRestOutputPrettyToString@@UEAA@XZ ; (public: virtual __cdecl RTCRestOutputPrettyToString::~RTCRestOutputPrettyToString(void))
142 ??1RTCRestOutputToString@@UEAA@XZ ; (public: virtual __cdecl RTCRestOutputToString::~RTCRestOutputToString(void))
143 ??1RTCRestPolyDataObject@@UEAA@XZ ; (public: virtual __cdecl RTCRestPolyDataObject::~RTCRestPolyDataObject(void))
144 ??1RTCRestString@@UEAA@XZ ; (public: virtual __cdecl RTCRestString::~RTCRestString(void))
145 ??1RTCRestStringEnumBase@@UEAA@XZ ; (public: virtual __cdecl RTCRestStringEnumBase::~RTCRestStringEnumBase(void))
146 ??1RTCRestStringMapBase@@UEAA@XZ ; (public: virtual __cdecl RTCRestStringMapBase::~RTCRestStringMapBase(void))
147 ??1RTCString@@UEAA@XZ ; (public: virtual __cdecl RTCString::~RTCString(void))
148 ??4RTCRestAnyObject@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCRestAnyObject & __cdecl RTCRestAnyObject::operator=(class RTCRestAnyObject const &))
149 ??4RTCRestBool@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCRestBool & __cdecl RTCRestBool::operator=(class RTCRestBool const &))
150 ??4RTCRestClientRequestBase@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCRestClientRequestBase & __cdecl RTCRestClientRequestBase::operator=(class RTCRestClientRequestBase const &))
151 ??4RTCRestClientResponseBase@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCRestClientResponseBase & __cdecl RTCRestClientResponseBase::operator=(class RTCRestClientResponseBase const &))
152 ??4RTCRestDataObject@@IEAAAEAV0@AEBV0@@Z ; (protected: class RTCRestDataObject & __cdecl RTCRestDataObject::operator=(class RTCRestDataObject const &))
153 ??4RTCRestDate@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCRestDate & __cdecl RTCRestDate::operator=(class RTCRestDate const &))
154 ??4RTCRestDouble@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCRestDouble & __cdecl RTCRestDouble::operator=(class RTCRestDouble const &))
155 ??4RTCRestInt16@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCRestInt16 & __cdecl RTCRestInt16::operator=(class RTCRestInt16 const &))
156 ??4RTCRestInt32@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCRestInt32 & __cdecl RTCRestInt32::operator=(class RTCRestInt32 const &))
157 ??4RTCRestInt64@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCRestInt64 & __cdecl RTCRestInt64::operator=(class RTCRestInt64 const &))
158 ??4RTCRestJsonCursor@@QEAAAEAU0@AEBU0@@Z ; (public: struct RTCRestJsonCursor & __cdecl RTCRestJsonCursor::operator=(struct RTCRestJsonCursor const &))
159 ??4RTCRestJsonPrimaryCursor@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCRestJsonPrimaryCursor & __cdecl RTCRestJsonPrimaryCursor::operator=(class RTCRestJsonPrimaryCursor const &))
160 ??4RTCRestObjectBase@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCRestObjectBase & __cdecl RTCRestObjectBase::operator=(class RTCRestObjectBase const &))
161 ??4RTCRestOutputBase@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCRestOutputBase & __cdecl RTCRestOutputBase::operator=(class RTCRestOutputBase const &))
162 ??4RTCRestOutputPrettyBase@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCRestOutputPrettyBase & __cdecl RTCRestOutputPrettyBase::operator=(class RTCRestOutputPrettyBase const &))
163 ??4RTCRestOutputPrettyToString@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCRestOutputPrettyToString & __cdecl RTCRestOutputPrettyToString::operator=(class RTCRestOutputPrettyToString const &))
164 ??4RTCRestPolyDataObject@@IEAAAEAV0@AEBV0@@Z ; (protected: class RTCRestPolyDataObject & __cdecl RTCRestPolyDataObject::operator=(class RTCRestPolyDataObject const &))
165 ??4RTCRestString@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCRestString & __cdecl RTCRestString::operator=(class RTCRestString const &))
166 ??4RTCRestString@@QEAAAEAV0@AEBVRTCString@@@Z ; (public: class RTCRestString & __cdecl RTCRestString::operator=(class RTCString const &))
167 ??4RTCRestString@@QEAAAEAV0@PEBD@Z ; (public: class RTCRestString & __cdecl RTCRestString::operator=(char const *))
168 ??4RTCRestStringEnumBase@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCRestStringEnumBase & __cdecl RTCRestStringEnumBase::operator=(class RTCRestStringEnumBase const &))
169 ??4RTCString@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCString & __cdecl RTCString::operator=(class RTCString const &))
170 ??4RTCString@@QEAAAEAV0@PEBD@Z ; (public: class RTCString & __cdecl RTCString::operator=(char const *))
171 ??8RTCString@@QEBA_NAEBV0@@Z ; (public: bool __cdecl RTCString::operator==(class RTCString const &)const )
172 ??8RTCString@@QEBA_NPEBD@Z ; (public: bool __cdecl RTCString::operator==(char const *)const )
173 ??9RTCString@@QEBA_NAEBV0@@Z ; (public: bool __cdecl RTCString::operator!=(class RTCString const &)const )
174 ??9RTCString@@QEBA_NPEBD@Z ; (public: bool __cdecl RTCString::operator!=(char const *)const )
175 ??ARTCString@@QEBAD_K@Z ; (public: char __cdecl RTCString::operator[](unsigned __int64)const )
176 ??H@YA?BVRTCString@@AEBV0@0@Z ; (class RTCString const __cdecl operator+(class RTCString const &,class RTCString const &))
177 ??H@YA?BVRTCString@@AEBV0@PEBD@Z ; (class RTCString const __cdecl operator+(class RTCString const &,char const *))
178 ??H@YA?BVRTCString@@PEBDAEBV0@@Z ; (class RTCString const __cdecl operator+(char const *,class RTCString const &))
179 ??MRTCString@@QEBA_NAEBV0@@Z ; (public: bool __cdecl RTCString::operator<(class RTCString const &)const )
180 ??MRTCString@@QEBA_NPEBD@Z ; (public: bool __cdecl RTCString::operator<(char const *)const )
181 ??ORTCString@@QEBA_NAEBV0@@Z ; (public: bool __cdecl RTCString::operator>(class RTCString const &)const )
182 ??ORTCString@@QEBA_NPEBD@Z ; (public: bool __cdecl RTCString::operator>(char const *)const )
183 ??YRTCString@@QEAAAEAV0@AEBV0@@Z ; (public: class RTCString & __cdecl RTCString::operator+=(class RTCString const &))
184 ??YRTCString@@QEAAAEAV0@D@Z ; (public: class RTCString & __cdecl RTCString::operator+=(char))
185 ??YRTCString@@QEAAAEAV0@PEBD@Z ; (public: class RTCString & __cdecl RTCString::operator+=(char const *))
186 ?addContent@ElementNode@xml@@QEAAPEAVContentNode@2@AEBVRTCString@@@Z ; (public: class xml::ContentNode * __cdecl xml::ElementNode::addContent(class RTCString const &))
187 ?addError@RTCRestClientResponseBase@@IEAAHHPEBDZZ ; (protected: int __cdecl RTCRestClientResponseBase::addError(int,char const *,...))
188 ?addError@RTCRestJsonPrimaryCursor@@UEAAHAEBURTCRestJsonCursor@@HPEBDZZ ; (public: virtual int __cdecl RTCRestJsonPrimaryCursor::addError(struct RTCRestJsonCursor const &,int,char const *,...))
189 ?append@RTCString@@QEAAAEAV1@AEBV1@@Z ; (public: class RTCString & __cdecl RTCString::append(class RTCString const &))
190 ?append@RTCString@@QEAAAEAV1@AEBV1@_K1@Z ; (public: class RTCString & __cdecl RTCString::append(class RTCString const &,unsigned __int64,unsigned __int64))
191 ?append@RTCString@@QEAAAEAV1@D@Z ; (public: class RTCString & __cdecl RTCString::append(char))
192 ?append@RTCString@@QEAAAEAV1@PEBD@Z ; (public: class RTCString & __cdecl RTCString::append(char const *))
193 ?append@RTCString@@QEAAAEAV1@PEBD_K@Z ; (public: class RTCString & __cdecl RTCString::append(char const *,unsigned __int64))
194 ?appendCodePoint@RTCString@@QEAAAEAV1@I@Z ; (public: class RTCString & __cdecl RTCString::appendCodePoint(unsigned int))
195 ?appendCodePointNoThrow@RTCString@@QEAAHI@Z ; (public: int __cdecl RTCString::appendCodePointNoThrow(unsigned int))
196 ?appendNoThrow@RTCString@@QEAAHAEBV1@@Z ; (public: int __cdecl RTCString::appendNoThrow(class RTCString const &))
197 ?appendNoThrow@RTCString@@QEAAHAEBV1@_K1@Z ; (public: int __cdecl RTCString::appendNoThrow(class RTCString const &,unsigned __int64,unsigned __int64))
198 ?appendNoThrow@RTCString@@QEAAHD@Z ; (public: int __cdecl RTCString::appendNoThrow(char))
199 ?appendNoThrow@RTCString@@QEAAHPEBD@Z ; (public: int __cdecl RTCString::appendNoThrow(char const *))
200 ?appendNoThrow@RTCString@@QEAAHPEBD_K@Z ; (public: int __cdecl RTCString::appendNoThrow(char const *,unsigned __int64))
201 ?appendPrintf@RTCString@@QEAAAEAV1@PEBDZZ ; (public: class RTCString & __cdecl RTCString::appendPrintf(char const *,...))
202 ?appendPrintfNoThrow@RTCString@@QEAAHPEBDZZ ; (public: int __cdecl RTCString::appendPrintfNoThrow(char const *,...))
203 ?appendPrintfV@RTCString@@QEAAAEAV1@PEBDPEAD@Z ; (public: class RTCString & __cdecl RTCString::appendPrintfV(char const *,char *))
204 ?appendPrintfVNoThrow@RTCString@@QEAAHPEBDPEAD@Z ; (public: int __cdecl RTCString::appendPrintfVNoThrow(char const *,char *))
205 ?appendWorker@RTCString@@IEAAAEAV1@PEBD_K@Z ; (protected: class RTCString & __cdecl RTCString::appendWorker(char const *,unsigned __int64))
206 ?appendWorkerNoThrow@RTCString@@IEAAHPEBD_K@Z ; (protected: int __cdecl RTCString::appendWorkerNoThrow(char const *,unsigned __int64))
207 ?assign@RTCRestString@@QEAAAEAV1@_KD@Z ; (public: class RTCRestString & __cdecl RTCRestString::assign(unsigned __int64,char))
208 ?assign@RTCRestString@@QEAAAEAV1@AEBVRTCString@@@Z ; (public: class RTCRestString & __cdecl RTCRestString::assign(class RTCString const &))
209 ?assign@RTCRestString@@QEAAAEAV1@AEBVRTCString@@_K1@Z ; (public: class RTCRestString & __cdecl RTCRestString::assign(class RTCString const &,unsigned __int64,unsigned __int64))
210 ?assign@RTCRestString@@QEAAAEAV1@PEBD@Z ; (public: class RTCRestString & __cdecl RTCRestString::assign(char const *))
211 ?assign@RTCRestString@@QEAAAEAV1@PEBD_K@Z ; (public: class RTCRestString & __cdecl RTCRestString::assign(char const *,unsigned __int64))
212 ?assign@RTCString@@QEAAAEAV1@_KD@Z ; (public: class RTCString & __cdecl RTCString::assign(unsigned __int64,char))
213 ?assign@RTCString@@QEAAAEAV1@AEBV1@@Z ; (public: class RTCString & __cdecl RTCString::assign(class RTCString const &))
214 ?assign@RTCString@@QEAAAEAV1@AEBV1@_K1@Z ; (public: class RTCString & __cdecl RTCString::assign(class RTCString const &,unsigned __int64,unsigned __int64))
215 ?assign@RTCString@@QEAAAEAV1@PEBD@Z ; (public: class RTCString & __cdecl RTCString::assign(char const *))
216 ?assign@RTCString@@QEAAAEAV1@PEBD_K@Z ; (public: class RTCString & __cdecl RTCString::assign(char const *,unsigned __int64))
217 ?assignCopy@RTCRestAnyObject@@QEAAHAEBV?$RTCRestArray@VRTCRestAnyObject@@@@@Z ; (public: int __cdecl RTCRestAnyObject::assignCopy(class RTCRestArray<class RTCRestAnyObject> const &))
218 ?assignCopy@RTCRestAnyObject@@QEAAHAEBV?$RTCRestStringMap@VRTCRestAnyObject@@@@@Z ; (public: int __cdecl RTCRestAnyObject::assignCopy(class RTCRestStringMap<class RTCRestAnyObject> const &))
219 ?assignCopy@RTCRestAnyObject@@QEAAHAEBV1@@Z ; (public: int __cdecl RTCRestAnyObject::assignCopy(class RTCRestAnyObject const &))
220 ?assignCopy@RTCRestAnyObject@@QEAAHAEBVRTCRestBool@@@Z ; (public: int __cdecl RTCRestAnyObject::assignCopy(class RTCRestBool const &))
221 ?assignCopy@RTCRestAnyObject@@QEAAHAEBVRTCRestDouble@@@Z ; (public: int __cdecl RTCRestAnyObject::assignCopy(class RTCRestDouble const &))
222 ?assignCopy@RTCRestAnyObject@@QEAAHAEBVRTCRestInt16@@@Z ; (public: int __cdecl RTCRestAnyObject::assignCopy(class RTCRestInt16 const &))
223 ?assignCopy@RTCRestAnyObject@@QEAAHAEBVRTCRestInt32@@@Z ; (public: int __cdecl RTCRestAnyObject::assignCopy(class RTCRestInt32 const &))
224 ?assignCopy@RTCRestAnyObject@@QEAAHAEBVRTCRestInt64@@@Z ; (public: int __cdecl RTCRestAnyObject::assignCopy(class RTCRestInt64 const &))
225 ?assignCopy@RTCRestAnyObject@@QEAAHAEBVRTCRestString@@@Z ; (public: int __cdecl RTCRestAnyObject::assignCopy(class RTCRestString const &))
226 ?assignCopy@RTCRestBinary@@UEAAHAEBV1@@Z ; (public: virtual int __cdecl RTCRestBinary::assignCopy(class RTCRestBinary const &))
227 ?assignCopy@RTCRestBinary@@UEAAHPEBX_K@Z ; (public: virtual int __cdecl RTCRestBinary::assignCopy(void const *,unsigned __int64))
228 ?assignCopy@RTCRestBinaryParameter@@UEAAHAEBV1@@Z ; (public: virtual int __cdecl RTCRestBinaryParameter::assignCopy(class RTCRestBinaryParameter const &))
229 ?assignCopy@RTCRestBinaryParameter@@UEAAHAEBVRTCRestBinary@@@Z ; (public: virtual int __cdecl RTCRestBinaryParameter::assignCopy(class RTCRestBinary const &))
230 ?assignCopy@RTCRestBinaryParameter@@UEAAHPEBX_K@Z ; (public: virtual int __cdecl RTCRestBinaryParameter::assignCopy(void const *,unsigned __int64))
231 ?assignCopy@RTCRestBinaryResponse@@UEAAHAEBV1@@Z ; (public: virtual int __cdecl RTCRestBinaryResponse::assignCopy(class RTCRestBinaryResponse const &))
232 ?assignCopy@RTCRestBinaryResponse@@UEAAHAEBVRTCRestBinary@@@Z ; (public: virtual int __cdecl RTCRestBinaryResponse::assignCopy(class RTCRestBinary const &))
233 ?assignCopy@RTCRestBinaryResponse@@UEAAHPEBX_K@Z ; (public: virtual int __cdecl RTCRestBinaryResponse::assignCopy(void const *,unsigned __int64))
234 ?assignCopy@RTCRestBool@@QEAAHAEBV1@@Z ; (public: int __cdecl RTCRestBool::assignCopy(class RTCRestBool const &))
235 ?assignCopy@RTCRestDataObject@@MEAAHAEBV1@@Z ; (protected: virtual int __cdecl RTCRestDataObject::assignCopy(class RTCRestDataObject const &))
236 ?assignCopy@RTCRestDate@@QEAAHAEBV1@@Z ; (public: int __cdecl RTCRestDate::assignCopy(class RTCRestDate const &))
237 ?assignCopy@RTCRestDouble@@QEAAHAEBV1@@Z ; (public: int __cdecl RTCRestDouble::assignCopy(class RTCRestDouble const &))
238 ?assignCopy@RTCRestInt16@@QEAAHAEBV1@@Z ; (public: int __cdecl RTCRestInt16::assignCopy(class RTCRestInt16 const &))
239 ?assignCopy@RTCRestInt32@@QEAAHAEBV1@@Z ; (public: int __cdecl RTCRestInt32::assignCopy(class RTCRestInt32 const &))
240 ?assignCopy@RTCRestInt64@@QEAAHAEBV1@@Z ; (public: int __cdecl RTCRestInt64::assignCopy(class RTCRestInt64 const &))
241 ?assignCopy@RTCRestString@@QEAAHAEBV1@@Z ; (public: int __cdecl RTCRestString::assignCopy(class RTCRestString const &))
242 ?assignCopy@RTCRestString@@QEAAHAEBVRTCString@@@Z ; (public: int __cdecl RTCRestString::assignCopy(class RTCString const &))
243 ?assignCopy@RTCRestString@@QEAAHPEBD@Z ; (public: int __cdecl RTCRestString::assignCopy(char const *))
244 ?assignCopy@RTCRestStringEnumBase@@QEAAHAEBV1@@Z ; (public: int __cdecl RTCRestStringEnumBase::assignCopy(class RTCRestStringEnumBase const &))
245 ?assignCopy@RTCRestStringEnumBase@@QEAAHAEBVRTCString@@@Z ; (public: int __cdecl RTCRestStringEnumBase::assignCopy(class RTCString const &))
246 ?assignCopy@RTCRestStringEnumBase@@QEAAHPEBD@Z ; (public: int __cdecl RTCRestStringEnumBase::assignCopy(char const *))
247 ?assignNoThrow@RTCRestString@@QEAAH_KD@Z ; (public: int __cdecl RTCRestString::assignNoThrow(unsigned __int64,char))
248 ?assignNoThrow@RTCRestString@@QEAAHAEBVRTCString@@@Z ; (public: int __cdecl RTCRestString::assignNoThrow(class RTCString const &))
249 ?assignNoThrow@RTCRestString@@QEAAHAEBVRTCString@@_K1@Z ; (public: int __cdecl RTCRestString::assignNoThrow(class RTCString const &,unsigned __int64,unsigned __int64))
250 ?assignNoThrow@RTCRestString@@QEAAHPEBD@Z ; (public: int __cdecl RTCRestString::assignNoThrow(char const *))
251 ?assignNoThrow@RTCRestString@@QEAAHPEBD_K@Z ; (public: int __cdecl RTCRestString::assignNoThrow(char const *,unsigned __int64))
252 ?assignNoThrow@RTCString@@QEAAH_KD@Z ; (public: int __cdecl RTCString::assignNoThrow(unsigned __int64,char))
253 ?assignNoThrow@RTCString@@QEAAHAEBV1@@Z ; (public: int __cdecl RTCString::assignNoThrow(class RTCString const &))
254 ?assignNoThrow@RTCString@@QEAAHAEBV1@_K1@Z ; (public: int __cdecl RTCString::assignNoThrow(class RTCString const &,unsigned __int64,unsigned __int64))
255 ?assignNoThrow@RTCString@@QEAAHPEBD@Z ; (public: int __cdecl RTCString::assignNoThrow(char const *))
256 ?assignNoThrow@RTCString@@QEAAHPEBD_K@Z ; (public: int __cdecl RTCString::assignNoThrow(char const *,unsigned __int64))
257 ?assignNow@RTCRestDate@@QEAAHW4kFormat@1@@Z ; (public: int __cdecl RTCRestDate::assignNow(enum RTCRestDate::kFormat))
258 ?assignNowRfc2822@RTCRestDate@@QEAAHXZ ; (public: int __cdecl RTCRestDate::assignNowRfc2822(void))
259 ?assignNowRfc3339@RTCRestDate@@QEAAHXZ ; (public: int __cdecl RTCRestDate::assignNowRfc3339(void))
260 ?assignNowRfc7131@RTCRestDate@@QEAAHXZ ; (public: int __cdecl RTCRestDate::assignNowRfc7131(void))
261 ?assignReadOnly@RTCRestBinary@@UEAAHPEBX_K@Z ; (public: virtual int __cdecl RTCRestBinary::assignReadOnly(void const *,unsigned __int64))
262 ?assignReadOnly@RTCRestBinaryParameter@@UEAAHPEBX_K@Z ; (public: virtual int __cdecl RTCRestBinaryParameter::assignReadOnly(void const *,unsigned __int64))
263 ?assignReadOnly@RTCRestBinaryResponse@@UEAAHPEBX_K@Z ; (public: virtual int __cdecl RTCRestBinaryResponse::assignReadOnly(void const *,unsigned __int64))
264 ?assignValue@RTCRestAnyObject@@QEAAH_J@Z ; (public: int __cdecl RTCRestAnyObject::assignValue(__int64))
265 ?assignValue@RTCRestAnyObject@@QEAAH_N@Z ; (public: int __cdecl RTCRestAnyObject::assignValue(bool))
266 ?assignValue@RTCRestAnyObject@@QEAAHAEBVRTCString@@@Z ; (public: int __cdecl RTCRestAnyObject::assignValue(class RTCString const &))
267 ?assignValue@RTCRestAnyObject@@QEAAHF@Z ; (public: int __cdecl RTCRestAnyObject::assignValue(short))
268 ?assignValue@RTCRestAnyObject@@QEAAHH@Z ; (public: int __cdecl RTCRestAnyObject::assignValue(int))
269 ?assignValue@RTCRestAnyObject@@QEAAHN@Z ; (public: int __cdecl RTCRestAnyObject::assignValue(double))
270 ?assignValue@RTCRestAnyObject@@QEAAHPEBD@Z ; (public: int __cdecl RTCRestAnyObject::assignValue(char const *))
271 ?assignValue@RTCRestBool@@QEAAX_N@Z ; (public: void __cdecl RTCRestBool::assignValue(bool))
272 ?assignValue@RTCRestDate@@QEAAHPEBURTTIMESPEC@@W4kFormat@1@@Z ; (public: int __cdecl RTCRestDate::assignValue(struct RTTIMESPEC const *,enum RTCRestDate::kFormat))
273 ?assignValue@RTCRestDouble@@QEAAXN@Z ; (public: void __cdecl RTCRestDouble::assignValue(double))
274 ?assignValue@RTCRestInt16@@QEAAXF@Z ; (public: void __cdecl RTCRestInt16::assignValue(short))
275 ?assignValue@RTCRestInt32@@QEAAXH@Z ; (public: void __cdecl RTCRestInt32::assignValue(int))
276 ?assignValue@RTCRestInt64@@QEAAX_J@Z ; (public: void __cdecl RTCRestInt64::assignValue(__int64))
277 ?assignValueRfc2822@RTCRestDate@@QEAAHPEBURTTIMESPEC@@@Z ; (public: int __cdecl RTCRestDate::assignValueRfc2822(struct RTTIMESPEC const *))
278 ?assignValueRfc3339@RTCRestDate@@QEAAHPEBURTTIMESPEC@@@Z ; (public: int __cdecl RTCRestDate::assignValueRfc3339(struct RTTIMESPEC const *))
279 ?assignValueRfc7131@RTCRestDate@@QEAAHPEBURTTIMESPEC@@@Z ; (public: int __cdecl RTCRestDate::assignValueRfc7131(struct RTTIMESPEC const *))
280 ?assignWriteable@RTCRestBinary@@UEAAHPEAX_K@Z ; (public: virtual int __cdecl RTCRestBinary::assignWriteable(void *,unsigned __int64))
281 ?assignWriteable@RTCRestBinaryParameter@@UEAAHPEAX_K@Z ; (public: virtual int __cdecl RTCRestBinaryParameter::assignWriteable(void *,unsigned __int64))
282 ?assignWriteable@RTCRestBinaryResponse@@UEAAHPEAX_K@Z ; (public: virtual int __cdecl RTCRestBinaryResponse::assignWriteable(void *,unsigned __int64))
283 ?atBase@RTCRestArrayBase@@QEAAPEAVRTCRestObjectBase@@_K@Z ; (public: class RTCRestObjectBase * __cdecl RTCRestArrayBase::atBase(unsigned __int64))
284 ?atBase@RTCRestArrayBase@@QEBAPEBVRTCRestObjectBase@@_K@Z ; (public: class RTCRestObjectBase const * __cdecl RTCRestArrayBase::atBase(unsigned __int64)const )
285 ?baseClone@RTCRestAnyObject@@UEBAPEAVRTCRestObjectBase@@XZ ; (public: virtual class RTCRestObjectBase * __cdecl RTCRestAnyObject::baseClone(void)const )
286 ?baseClone@RTCRestArrayBase@@UEBAPEAVRTCRestObjectBase@@XZ ; (public: virtual class RTCRestObjectBase * __cdecl RTCRestArrayBase::baseClone(void)const )
287 ?baseClone@RTCRestBinary@@UEBAPEAVRTCRestObjectBase@@XZ ; (public: virtual class RTCRestObjectBase * __cdecl RTCRestBinary::baseClone(void)const )
288 ?baseClone@RTCRestBinaryParameter@@UEBAPEAVRTCRestObjectBase@@XZ ; (public: virtual class RTCRestObjectBase * __cdecl RTCRestBinaryParameter::baseClone(void)const )
289 ?baseClone@RTCRestBinaryResponse@@UEBAPEAVRTCRestObjectBase@@XZ ; (public: virtual class RTCRestObjectBase * __cdecl RTCRestBinaryResponse::baseClone(void)const )
290 ?baseClone@RTCRestBool@@UEBAPEAVRTCRestObjectBase@@XZ ; (public: virtual class RTCRestObjectBase * __cdecl RTCRestBool::baseClone(void)const )
291 ?baseClone@RTCRestDate@@UEBAPEAVRTCRestObjectBase@@XZ ; (public: virtual class RTCRestObjectBase * __cdecl RTCRestDate::baseClone(void)const )
292 ?baseClone@RTCRestDouble@@UEBAPEAVRTCRestObjectBase@@XZ ; (public: virtual class RTCRestObjectBase * __cdecl RTCRestDouble::baseClone(void)const )
293 ?baseClone@RTCRestInt16@@UEBAPEAVRTCRestObjectBase@@XZ ; (public: virtual class RTCRestObjectBase * __cdecl RTCRestInt16::baseClone(void)const )
294 ?baseClone@RTCRestInt32@@UEBAPEAVRTCRestObjectBase@@XZ ; (public: virtual class RTCRestObjectBase * __cdecl RTCRestInt32::baseClone(void)const )
295 ?baseClone@RTCRestInt64@@UEBAPEAVRTCRestObjectBase@@XZ ; (public: virtual class RTCRestObjectBase * __cdecl RTCRestInt64::baseClone(void)const )
296 ?baseClone@RTCRestString@@UEBAPEAVRTCRestObjectBase@@XZ ; (public: virtual class RTCRestObjectBase * __cdecl RTCRestString::baseClone(void)const )
297 ?baseClone@RTCRestStringMapBase@@UEBAPEAVRTCRestObjectBase@@XZ ; (public: virtual class RTCRestObjectBase * __cdecl RTCRestStringMapBase::baseClone(void)const )
298 ?begin@RTCRestStringMapBase@@QEBA?AVConstIterator@1@XZ ; (public: class RTCRestStringMapBase::ConstIterator __cdecl RTCRestStringMapBase::begin(void)const )
299 ?beginArray@RTCRestOutputBase@@UEAAIXZ ; (public: virtual unsigned int __cdecl RTCRestOutputBase::beginArray(void))
300 ?beginArray@RTCRestOutputPrettyBase@@UEAAIXZ ; (public: virtual unsigned int __cdecl RTCRestOutputPrettyBase::beginArray(void))
301 ?beginObject@RTCRestOutputBase@@UEAAIXZ ; (public: virtual unsigned int __cdecl RTCRestOutputBase::beginObject(void))
302 ?beginObject@RTCRestOutputPrettyBase@@UEAAIXZ ; (public: virtual unsigned int __cdecl RTCRestOutputPrettyBase::beginObject(void))
303 ?c_str@RTCString@@QEBAPEBDXZ ; (public: char const * __cdecl RTCString::c_str(void)const )
304 ?capacity@RTCString@@QEBA_KXZ ; (public: unsigned __int64 __cdecl RTCString::capacity(void)const )
305 ?cleanup@RTCString@@IEAAXXZ ; (protected: void __cdecl RTCString::cleanup(void))
306 ?clear@RTCRestArrayBase@@QEAAXXZ ; (public: void __cdecl RTCRestArrayBase::clear(void))
307 ?clear@RTCRestStringMapBase@@QEAAXXZ ; (public: void __cdecl RTCRestStringMapBase::clear(void))
308 ?clone@RTCRestAnyObject@@QEBAPEAV1@XZ ; (public: class RTCRestAnyObject * __cdecl RTCRestAnyObject::clone(void)const )
309 ?clone@RTCRestBinary@@QEBAPEAV1@XZ ; (public: class RTCRestBinary * __cdecl RTCRestBinary::clone(void)const )
310 ?clone@RTCRestBinaryParameter@@QEBAPEAV1@XZ ; (public: class RTCRestBinaryParameter * __cdecl RTCRestBinaryParameter::clone(void)const )
311 ?clone@RTCRestBinaryResponse@@QEBAPEAV1@XZ ; (public: class RTCRestBinaryResponse * __cdecl RTCRestBinaryResponse::clone(void)const )
312 ?clone@RTCRestBool@@QEBAPEAV1@XZ ; (public: class RTCRestBool * __cdecl RTCRestBool::clone(void)const )
313 ?clone@RTCRestDate@@QEBAPEAV1@XZ ; (public: class RTCRestDate * __cdecl RTCRestDate::clone(void)const )
314 ?clone@RTCRestDouble@@QEBAPEAV1@XZ ; (public: class RTCRestDouble * __cdecl RTCRestDouble::clone(void)const )
315 ?clone@RTCRestInt16@@QEBAPEAV1@XZ ; (public: class RTCRestInt16 * __cdecl RTCRestInt16::clone(void)const )
316 ?clone@RTCRestInt32@@QEBAPEAV1@XZ ; (public: class RTCRestInt32 * __cdecl RTCRestInt32::clone(void)const )
317 ?clone@RTCRestInt64@@QEBAPEAV1@XZ ; (public: class RTCRestInt64 * __cdecl RTCRestInt64::clone(void)const )
318 ?clone@RTCRestString@@QEBAPEAV1@XZ ; (public: class RTCRestString * __cdecl RTCRestString::clone(void)const )
319 ?cloneWorker@RTCRestStringEnumBase@@IEBAPEAVRTCRestObjectBase@@PEAV1@@Z ; (protected: class RTCRestObjectBase * __cdecl RTCRestStringEnumBase::cloneWorker(class RTCRestStringEnumBase *)const )
320 ?compare@RTCString@@QEBAHAEBV1@W4CaseSensitivity@1@@Z ; (public: int __cdecl RTCString::compare(class RTCString const &,enum RTCString::CaseSensitivity)const )
321 ?compare@RTCString@@QEBAHPEBDW4CaseSensitivity@1@@Z ; (public: int __cdecl RTCString::compare(char const *,enum RTCString::CaseSensitivity)const )
322 ?consumeBody@RTCRestClientResponseBase@@UEAAXPEBD_K@Z ; (public: virtual void __cdecl RTCRestClientResponseBase::consumeBody(char const *,unsigned __int64))
323 ?consumeHeader@RTCRestClientResponseBase@@MEAAHIPEBD_K01@Z ; (protected: virtual int __cdecl RTCRestClientResponseBase::consumeHeader(unsigned int,char const *,unsigned __int64,char const *,unsigned __int64))
324 ?contains@RTCString@@QEBA_NAEBV1@W4CaseSensitivity@1@@Z ; (public: bool __cdecl RTCString::contains(class RTCString const &,enum RTCString::CaseSensitivity)const )
325 ?contains@RTCString@@QEBA_NPEBDW4CaseSensitivity@1@@Z ; (public: bool __cdecl RTCString::contains(char const *,enum RTCString::CaseSensitivity)const )
326 ?containsKey@RTCRestStringMapBase@@QEBA_NAEBVRTCString@@@Z ; (public: bool __cdecl RTCRestStringMapBase::containsKey(class RTCString const &)const )
327 ?containsKey@RTCRestStringMapBase@@QEBA_NPEBD@Z ; (public: bool __cdecl RTCRestStringMapBase::containsKey(char const *)const )
328 ?copyArrayWorkerMayThrow@RTCRestArrayBase@@IEAAXAEBV1@@Z ; (protected: void __cdecl RTCRestArrayBase::copyArrayWorkerMayThrow(class RTCRestArrayBase const &))
329 ?copyArrayWorkerNoThrow@RTCRestArrayBase@@IEAAHAEBV1@@Z ; (protected: int __cdecl RTCRestArrayBase::copyArrayWorkerNoThrow(class RTCRestArrayBase const &))
330 ?copyErrInfo@RTCRestClientResponseBase@@IEAAXPEBURTERRINFO@@@Z ; (protected: void __cdecl RTCRestClientResponseBase::copyErrInfo(struct RTERRINFO const *))
331 ?copyFromN@RTCString@@IEAAXPEBD_K@Z ; (protected: void __cdecl RTCString::copyFromN(char const *,unsigned __int64))
332 ?copyMapWorkerMayThrow@RTCRestStringMapBase@@IEAAXAEBV1@@Z ; (protected: void __cdecl RTCRestStringMapBase::copyMapWorkerMayThrow(class RTCRestStringMapBase const &))
333 ?copyMapWorkerNoThrow@RTCRestStringMapBase@@IEAAHAEBV1@@Z ; (protected: int __cdecl RTCRestStringMapBase::copyMapWorkerNoThrow(class RTCRestStringMapBase const &))
334 ?count@RTCString@@QEBA_KD@Z ; (public: unsigned __int64 __cdecl RTCString::count(char)const )
335 ?createInstance@RTCRestAnyObject@@SAPEAVRTCRestObjectBase@@XZ ; (public: static class RTCRestObjectBase * __cdecl RTCRestAnyObject::createInstance(void))
336 ?createInstance@RTCRestBinary@@SAPEAVRTCRestObjectBase@@XZ ; (public: static class RTCRestObjectBase * __cdecl RTCRestBinary::createInstance(void))
337 ?createInstance@RTCRestBinaryParameter@@SAPEAVRTCRestObjectBase@@XZ ; (public: static class RTCRestObjectBase * __cdecl RTCRestBinaryParameter::createInstance(void))
338 ?createInstance@RTCRestBinaryResponse@@SAPEAVRTCRestObjectBase@@XZ ; (public: static class RTCRestObjectBase * __cdecl RTCRestBinaryResponse::createInstance(void))
339 ?createInstance@RTCRestBool@@SAPEAVRTCRestObjectBase@@XZ ; (public: static class RTCRestObjectBase * __cdecl RTCRestBool::createInstance(void))
340 ?createInstance@RTCRestDate@@SAPEAVRTCRestObjectBase@@XZ ; (public: static class RTCRestObjectBase * __cdecl RTCRestDate::createInstance(void))
341 ?createInstance@RTCRestDouble@@SAPEAVRTCRestObjectBase@@XZ ; (public: static class RTCRestObjectBase * __cdecl RTCRestDouble::createInstance(void))
342 ?createInstance@RTCRestInt16@@SAPEAVRTCRestObjectBase@@XZ ; (public: static class RTCRestObjectBase * __cdecl RTCRestInt16::createInstance(void))
343 ?createInstance@RTCRestInt32@@SAPEAVRTCRestObjectBase@@XZ ; (public: static class RTCRestObjectBase * __cdecl RTCRestInt32::createInstance(void))
344 ?createInstance@RTCRestInt64@@SAPEAVRTCRestObjectBase@@XZ ; (public: static class RTCRestObjectBase * __cdecl RTCRestInt64::createInstance(void))
345 ?createInstance@RTCRestString@@SAPEAVRTCRestObjectBase@@XZ ; (public: static class RTCRestObjectBase * __cdecl RTCRestString::createInstance(void))
346 ?decodeFormattedString@RTCRestDate@@IEAAHW4kFormat@1@@Z ; (protected: int __cdecl RTCRestDate::decodeFormattedString(enum RTCRestDate::kFormat))
347 ?deleteErrInfo@RTCRestClientResponseBase@@IEAAXXZ ; (protected: void __cdecl RTCRestClientResponseBase::deleteErrInfo(void))
348 ?deserializeBody@RTCRestClientResponseBase@@IEAAXPEBD_K0@Z ; (protected: void __cdecl RTCRestClientResponseBase::deserializeBody(char const *,unsigned __int64,char const *))
349 ?deserializeBodyFromJsonCursor@RTCRestClientResponseBase@@MEAAXAEBURTCRestJsonCursor@@@Z ; (protected: virtual void __cdecl RTCRestClientResponseBase::deserializeBodyFromJsonCursor(struct RTCRestJsonCursor const &))
350 ?deserializeFromJson@RTCRestAnyObject@@UEAAHAEBURTCRestJsonCursor@@@Z ; (public: virtual int __cdecl RTCRestAnyObject::deserializeFromJson(struct RTCRestJsonCursor const &))
351 ?deserializeFromJson@RTCRestArrayBase@@UEAAHAEBURTCRestJsonCursor@@@Z ; (public: virtual int __cdecl RTCRestArrayBase::deserializeFromJson(struct RTCRestJsonCursor const &))
352 ?deserializeFromJson@RTCRestBinary@@UEAAHAEBURTCRestJsonCursor@@@Z ; (public: virtual int __cdecl RTCRestBinary::deserializeFromJson(struct RTCRestJsonCursor const &))
353 ?deserializeFromJson@RTCRestBool@@UEAAHAEBURTCRestJsonCursor@@@Z ; (public: virtual int __cdecl RTCRestBool::deserializeFromJson(struct RTCRestJsonCursor const &))
354 ?deserializeFromJson@RTCRestDataObject@@UEAAHAEBURTCRestJsonCursor@@@Z ; (public: virtual int __cdecl RTCRestDataObject::deserializeFromJson(struct RTCRestJsonCursor const &))
355 ?deserializeFromJson@RTCRestDate@@UEAAHAEBURTCRestJsonCursor@@@Z ; (public: virtual int __cdecl RTCRestDate::deserializeFromJson(struct RTCRestJsonCursor const &))
356 ?deserializeFromJson@RTCRestDouble@@UEAAHAEBURTCRestJsonCursor@@@Z ; (public: virtual int __cdecl RTCRestDouble::deserializeFromJson(struct RTCRestJsonCursor const &))
357 ?deserializeFromJson@RTCRestInt16@@UEAAHAEBURTCRestJsonCursor@@@Z ; (public: virtual int __cdecl RTCRestInt16::deserializeFromJson(struct RTCRestJsonCursor const &))
358 ?deserializeFromJson@RTCRestInt32@@UEAAHAEBURTCRestJsonCursor@@@Z ; (public: virtual int __cdecl RTCRestInt32::deserializeFromJson(struct RTCRestJsonCursor const &))
359 ?deserializeFromJson@RTCRestInt64@@UEAAHAEBURTCRestJsonCursor@@@Z ; (public: virtual int __cdecl RTCRestInt64::deserializeFromJson(struct RTCRestJsonCursor const &))
360 ?deserializeFromJson@RTCRestString@@UEAAHAEBURTCRestJsonCursor@@@Z ; (public: virtual int __cdecl RTCRestString::deserializeFromJson(struct RTCRestJsonCursor const &))
361 ?deserializeFromJson@RTCRestStringEnumBase@@UEAAHAEBURTCRestJsonCursor@@@Z ; (public: virtual int __cdecl RTCRestStringEnumBase::deserializeFromJson(struct RTCRestJsonCursor const &))
362 ?deserializeFromJson@RTCRestStringMapBase@@UEAAHAEBURTCRestJsonCursor@@@Z ; (public: virtual int __cdecl RTCRestStringMapBase::deserializeFromJson(struct RTCRestJsonCursor const &))
363 ?deserializeHeader@RTCRestClientResponseBase@@IEAAHPEAVRTCRestObjectBase@@PEBD_KI1@Z ; (protected: int __cdecl RTCRestClientResponseBase::deserializeHeader(class RTCRestObjectBase *,char const *,unsigned __int64,unsigned int,char const *))
364 ?deserializeHeaderIntoMap@RTCRestClientResponseBase@@IEAAHPEAVRTCRestStringMapBase@@PEBD_K12I1@Z ; (protected: int __cdecl RTCRestClientResponseBase::deserializeHeaderIntoMap(class RTCRestStringMapBase *,char const *,unsigned __int64,char const *,unsigned __int64,unsigned int,char const *))
365 ?deserializeInstanceFromJson@RTCRestAnyObject@@SAHAEBURTCRestJsonCursor@@PEAPEAVRTCRestObjectBase@@@Z ; (public: static int __cdecl RTCRestAnyObject::deserializeInstanceFromJson(struct RTCRestJsonCursor const &,class RTCRestObjectBase * *))
366 ?deserializeInstanceFromJson@RTCRestBinary@@SAHAEBURTCRestJsonCursor@@PEAPEAVRTCRestObjectBase@@@Z ; (public: static int __cdecl RTCRestBinary::deserializeInstanceFromJson(struct RTCRestJsonCursor const &,class RTCRestObjectBase * *))
367 ?deserializeInstanceFromJson@RTCRestBool@@SAHAEBURTCRestJsonCursor@@PEAPEAVRTCRestObjectBase@@@Z ; (public: static int __cdecl RTCRestBool::deserializeInstanceFromJson(struct RTCRestJsonCursor const &,class RTCRestObjectBase * *))
368 ?deserializeInstanceFromJson@RTCRestDate@@SAHAEBURTCRestJsonCursor@@PEAPEAVRTCRestObjectBase@@@Z ; (public: static int __cdecl RTCRestDate::deserializeInstanceFromJson(struct RTCRestJsonCursor const &,class RTCRestObjectBase * *))
369 ?deserializeInstanceFromJson@RTCRestDouble@@SAHAEBURTCRestJsonCursor@@PEAPEAVRTCRestObjectBase@@@Z ; (public: static int __cdecl RTCRestDouble::deserializeInstanceFromJson(struct RTCRestJsonCursor const &,class RTCRestObjectBase * *))
370 ?deserializeInstanceFromJson@RTCRestInt16@@SAHAEBURTCRestJsonCursor@@PEAPEAVRTCRestObjectBase@@@Z ; (public: static int __cdecl RTCRestInt16::deserializeInstanceFromJson(struct RTCRestJsonCursor const &,class RTCRestObjectBase * *))
371 ?deserializeInstanceFromJson@RTCRestInt32@@SAHAEBURTCRestJsonCursor@@PEAPEAVRTCRestObjectBase@@@Z ; (public: static int __cdecl RTCRestInt32::deserializeInstanceFromJson(struct RTCRestJsonCursor const &,class RTCRestObjectBase * *))
372 ?deserializeInstanceFromJson@RTCRestInt64@@SAHAEBURTCRestJsonCursor@@PEAPEAVRTCRestObjectBase@@@Z ; (public: static int __cdecl RTCRestInt64::deserializeInstanceFromJson(struct RTCRestJsonCursor const &,class RTCRestObjectBase * *))
373 ?deserializeInstanceFromJson@RTCRestString@@SAHAEBURTCRestJsonCursor@@PEAPEAVRTCRestObjectBase@@@Z ; (public: static int __cdecl RTCRestString::deserializeInstanceFromJson(struct RTCRestJsonCursor const &,class RTCRestObjectBase * *))
374 ?deserializeMemberFromJson@RTCRestDataObject@@UEAAHAEBURTCRestJsonCursor@@_K@Z ; (public: virtual int __cdecl RTCRestDataObject::deserializeMemberFromJson(struct RTCRestJsonCursor const &,unsigned __int64))
375 ?doCall@RTCRestClientApiBase@@MEAAHAEBVRTCRestClientRequestBase@@W4RTHTTPMETHOD@@PEAVRTCRestClientResponseBase@@PEBDI@Z ; (protected: virtual int __cdecl RTCRestClientApiBase::doCall(class RTCRestClientRequestBase const &,enum RTHTTPMETHOD,class RTCRestClientResponseBase *,char const *,unsigned int))
376 ?doHeaderParameters@RTCRestClientRequestBase@@IEBAHPEAURTHTTPINTERNAL@@PEBUHEADERPARAMDESC@1@PEAPEBVRTCRestObjectBase@@_K@Z ; (protected: int __cdecl RTCRestClientRequestBase::doHeaderParameters(struct RTHTTPINTERNAL *,struct RTCRestClientRequestBase::HEADERPARAMDESC const *,class RTCRestObjectBase const * *,unsigned __int64)const )
377 ?doPathParameters@RTCRestClientRequestBase@@IEBAHPEAVRTCString@@PEBD_KPEBUPATHPARAMDESC@1@PEAUPATHPARAMSTATE@1@2@Z ; (protected: int __cdecl RTCRestClientRequestBase::doPathParameters(class RTCString *,char const *,unsigned __int64,struct RTCRestClientRequestBase::PATHPARAMDESC const *,struct RTCRestClientRequestBase::PATHPARAMSTATE *,unsigned __int64)const )
378 ?doQueryParameters@RTCRestClientRequestBase@@IEBAHPEAVRTCString@@PEBUQUERYPARAMDESC@1@PEAPEBVRTCRestObjectBase@@_K@Z ; (protected: int __cdecl RTCRestClientRequestBase::doQueryParameters(class RTCString *,struct RTCRestClientRequestBase::QUERYPARAMDESC const *,class RTCRestObjectBase const * *,unsigned __int64)const )
379 ?end@RTCRestStringMapBase@@QEBA?AVConstIterator@1@XZ ; (public: class RTCRestStringMapBase::ConstIterator __cdecl RTCRestStringMapBase::end(void)const )
380 ?endArray@RTCRestOutputBase@@UEAAXI@Z ; (public: virtual void __cdecl RTCRestOutputBase::endArray(unsigned int))
381 ?endArray@RTCRestOutputPrettyBase@@UEAAXI@Z ; (public: virtual void __cdecl RTCRestOutputPrettyBase::endArray(unsigned int))
382 ?endObject@RTCRestOutputBase@@UEAAXI@Z ; (public: virtual void __cdecl RTCRestOutputBase::endObject(unsigned int))
383 ?endObject@RTCRestOutputPrettyBase@@UEAAXI@Z ; (public: virtual void __cdecl RTCRestOutputPrettyBase::endObject(unsigned int))
384 ?endsWith@RTCString@@QEBA_NAEBV1@W4CaseSensitivity@1@@Z ; (public: bool __cdecl RTCString::endsWith(class RTCString const &,enum RTCString::CaseSensitivity)const )
385 ?ensureCapacity@RTCRestArrayBase@@QEAAH_K@Z ; (public: int __cdecl RTCRestArrayBase::ensureCapacity(unsigned __int64))
386 ?enumToString@RTCRestStringEnumBase@@QEAAPEBDHPEA_K@Z ; (public: char const * __cdecl RTCRestStringEnumBase::enumToString(int,unsigned __int64 *))
387 ?equals@RTCString@@QEBA_NAEBV1@@Z ; (public: bool __cdecl RTCString::equals(class RTCString const &)const )
388 ?equals@RTCString@@QEBA_NPEBD@Z ; (public: bool __cdecl RTCString::equals(char const *)const )
389 ?equalsIgnoreCase@RTCString@@QEBA_NAEBV1@@Z ; (public: bool __cdecl RTCString::equalsIgnoreCase(class RTCString const &)const )
390 ?equalsIgnoreCase@RTCString@@QEBA_NPEBD@Z ; (public: bool __cdecl RTCString::equalsIgnoreCase(char const *)const )
391 ?erase@RTCString@@QEAAAEAV1@_K0@Z ; (public: class RTCString & __cdecl RTCString::erase(unsigned __int64,unsigned __int64))
392 ?explodeAndFormat@RTCRestDate@@IEAAHW4kFormat@1@@Z ; (protected: int __cdecl RTCRestDate::explodeAndFormat(enum RTCRestDate::kFormat))
393 ?finalize@RTCRestOutputPrettyToString@@UEAAPEAVRTCString@@XZ ; (public: virtual class RTCString * __cdecl RTCRestOutputPrettyToString::finalize(void))
394 ?finalize@RTCRestOutputToString@@UEAAPEAVRTCString@@XZ ; (public: virtual class RTCString * __cdecl RTCRestOutputToString::finalize(void))
395 ?find@RTCString@@QEBA_KAEBV1@_K@Z ; (public: unsigned __int64 __cdecl RTCString::find(class RTCString const &,unsigned __int64)const )
396 ?find@RTCString@@QEBA_KD_K@Z ; (public: unsigned __int64 __cdecl RTCString::find(char,unsigned __int64)const )
397 ?find@RTCString@@QEBA_KPEBD_K@Z ; (public: unsigned __int64 __cdecl RTCString::find(char const *,unsigned __int64)const )
398 ?find@RTCString@@QEBA_KPEBV1@_K@Z ; (public: unsigned __int64 __cdecl RTCString::find(class RTCString const *,unsigned __int64)const )
399 ?findReplace@RTCString@@QEAAXDD@Z ; (public: void __cdecl RTCString::findReplace(char,char))
400 ?format@RTCRestDate@@IEAAHW4kFormat@1@@Z ; (protected: int __cdecl RTCRestDate::format(enum RTCRestDate::kFormat))
401 ?freeData@RTCRestBinary@@UEAAXXZ ; (public: virtual void __cdecl RTCRestBinary::freeData(void))
402 ?fromString@RTCRestAnyObject@@UEAAHAEBVRTCString@@PEBDPEAURTERRINFO@@I@Z ; (public: virtual int __cdecl RTCRestAnyObject::fromString(class RTCString const &,char const *,struct RTERRINFO *,unsigned int))
403 ?fromString@RTCRestArrayBase@@UEAAHAEBVRTCString@@PEBDPEAURTERRINFO@@I@Z ; (public: virtual int __cdecl RTCRestArrayBase::fromString(class RTCString const &,char const *,struct RTERRINFO *,unsigned int))
404 ?fromString@RTCRestBinary@@UEAAHAEBVRTCString@@PEBDPEAURTERRINFO@@I@Z ; (public: virtual int __cdecl RTCRestBinary::fromString(class RTCString const &,char const *,struct RTERRINFO *,unsigned int))
405 ?fromString@RTCRestBool@@UEAAHAEBVRTCString@@PEBDPEAURTERRINFO@@I@Z ; (public: virtual int __cdecl RTCRestBool::fromString(class RTCString const &,char const *,struct RTERRINFO *,unsigned int))
406 ?fromString@RTCRestDate@@UEAAHAEBVRTCString@@PEBDPEAURTERRINFO@@I@Z ; (public: virtual int __cdecl RTCRestDate::fromString(class RTCString const &,char const *,struct RTERRINFO *,unsigned int))
407 ?fromString@RTCRestDouble@@UEAAHAEBVRTCString@@PEBDPEAURTERRINFO@@I@Z ; (public: virtual int __cdecl RTCRestDouble::fromString(class RTCString const &,char const *,struct RTERRINFO *,unsigned int))
408 ?fromString@RTCRestInt16@@UEAAHAEBVRTCString@@PEBDPEAURTERRINFO@@I@Z ; (public: virtual int __cdecl RTCRestInt16::fromString(class RTCString const &,char const *,struct RTERRINFO *,unsigned int))
409 ?fromString@RTCRestInt32@@UEAAHAEBVRTCString@@PEBDPEAURTERRINFO@@I@Z ; (public: virtual int __cdecl RTCRestInt32::fromString(class RTCString const &,char const *,struct RTERRINFO *,unsigned int))
410 ?fromString@RTCRestInt64@@UEAAHAEBVRTCString@@PEBDPEAURTERRINFO@@I@Z ; (public: virtual int __cdecl RTCRestInt64::fromString(class RTCString const &,char const *,struct RTERRINFO *,unsigned int))
411 ?fromString@RTCRestObjectBase@@UEAAHAEBVRTCString@@PEBDPEAURTERRINFO@@I@Z ; (public: virtual int __cdecl RTCRestObjectBase::fromString(class RTCString const &,char const *,struct RTERRINFO *,unsigned int))
412 ?fromString@RTCRestString@@UEAAHAEBVRTCString@@PEBDPEAURTERRINFO@@I@Z ; (public: virtual int __cdecl RTCRestString::fromString(class RTCString const &,char const *,struct RTERRINFO *,unsigned int))
413 ?fromString@RTCRestStringEnumBase@@UEAAHAEBVRTCString@@PEBDPEAURTERRINFO@@I@Z ; (public: virtual int __cdecl RTCRestStringEnumBase::fromString(class RTCString const &,char const *,struct RTERRINFO *,unsigned int))
414 ?getAttributeValue@ElementNode@xml@@QEBA_NPEBDAEAVRTCString@@0@Z ; (public: bool __cdecl xml::ElementNode::getAttributeValue(char const *,class RTCString &,char const *)const )
415 ?getAttributeValue@ElementNode@xml@@QEBA_NPEBDPEAVRTCString@@0@Z ; (public: bool __cdecl xml::ElementNode::getAttributeValue(char const *,class RTCString *,char const *)const )
416 ?getAttributeValuePath@ElementNode@xml@@QEBA_NPEBDAEAVRTCString@@0@Z ; (public: bool __cdecl xml::ElementNode::getAttributeValuePath(char const *,class RTCString &,char const *)const )
417 ?getAttributeValuePath@ElementNode@xml@@QEBA_NPEBDPEAVRTCString@@0@Z ; (public: bool __cdecl xml::ElementNode::getAttributeValuePath(char const *,class RTCString *,char const *)const )
418 ?getCallbackData@RTCRestBinaryParameter@@QEBAPEAXXZ ; (public: void * __cdecl RTCRestBinaryParameter::getCallbackData(void)const )
419 ?getCallbackData@RTCRestBinaryResponse@@QEBAPEAXXZ ; (public: void * __cdecl RTCRestBinaryResponse::getCallbackData(void)const )
420 ?getContentLength@RTCRestBinaryParameter@@QEBA_KXZ ; (public: unsigned __int64 __cdecl RTCRestBinaryParameter::getContentLength(void)const )
421 ?getContentLength@RTCRestBinaryResponse@@QEBA_KXZ ; (public: unsigned __int64 __cdecl RTCRestBinaryResponse::getContentLength(void)const )
422 ?getContentType@RTCRestBinaryParameter@@QEBAAEBVRTCString@@XZ ; (public: class RTCString const & __cdecl RTCRestBinaryParameter::getContentType(void)const )
423 ?getContentType@RTCRestClientResponseBase@@QEBAAEBVRTCString@@XZ ; (public: class RTCString const & __cdecl RTCRestClientResponseBase::getContentType(void)const )
424 ?getEpochNano@RTCRestDate@@QEBA_JXZ ; (public: __int64 __cdecl RTCRestDate::getEpochNano(void)const )
425 ?getEpochSeconds@RTCRestDate@@QEBA_JXZ ; (public: __int64 __cdecl RTCRestDate::getEpochSeconds(void)const )
426 ?getErrInfo@RTCRestClientResponseBase@@QEBAPEBURTERRINFO@@XZ ; (public: struct RTERRINFO const * __cdecl RTCRestClientResponseBase::getErrInfo(void)const )
427 ?getErrInfoInternal@RTCRestClientResponseBase@@IEAAPEAURTERRINFO@@XZ ; (protected: struct RTERRINFO * __cdecl RTCRestClientResponseBase::getErrInfoInternal(void))
428 ?getExploded@RTCRestDate@@QEBAAEBURTTIME@@XZ ; (public: struct RTTIME const & __cdecl RTCRestDate::getExploded(void)const )
429 ?getFormat@RTCRestDate@@QEBA?AW4kFormat@1@XZ ; (public: enum RTCRestDate::kFormat __cdecl RTCRestDate::getFormat(void)const )
430 ?getHttpStatus@RTCRestClientResponseBase@@QEBAHXZ ; (public: int __cdecl RTCRestClientResponseBase::getHttpStatus(void)const )
431 ?getPath@RTCRestJsonPrimaryCursor@@UEBAPEADAEBURTCRestJsonCursor@@PEAD_K@Z ; (public: virtual char * __cdecl RTCRestJsonPrimaryCursor::getPath(struct RTCRestJsonCursor const &,char *,unsigned __int64)const )
432 ?getPtr@RTCRestBinary@@QEBAPEBEXZ ; (public: unsigned char const * __cdecl RTCRestBinary::getPtr(void)const )
433 ?getServerUrl@RTCRestClientApiBase@@QEBAPEBDXZ ; (public: char const * __cdecl RTCRestClientApiBase::getServerUrl(void)const )
434 ?getSize@RTCRestBinary@@QEBA_KXZ ; (public: unsigned __int64 __cdecl RTCRestBinary::getSize(void)const )
435 ?getStatus@RTCRestClientResponseBase@@QEBAHXZ ; (public: int __cdecl RTCRestClientResponseBase::getStatus(void)const )
436 ?getString@RTCRestDate@@QEBAAEBVRTCString@@XZ ; (public: class RTCString const & __cdecl RTCRestDate::getString(void)const )
437 ?getString@RTCRestStringEnumBase@@QEBAPEBDXZ ; (public: char const * __cdecl RTCRestStringEnumBase::getString(void)const )
438 ?getTimeSpec@RTCRestDate@@QEBAAEBURTTIMESPEC@@XZ ; (public: struct RTTIMESPEC const & __cdecl RTCRestDate::getTimeSpec(void)const )
439 ?getWorker@RTCRestStringMapBase@@IEAAPEAVRTCRestObjectBase@@PEBD@Z ; (protected: class RTCRestObjectBase * __cdecl RTCRestStringMapBase::getWorker(char const *))
440 ?getWorker@RTCRestStringMapBase@@IEBAPEBVRTCRestObjectBase@@PEBD@Z ; (protected: class RTCRestObjectBase const * __cdecl RTCRestStringMapBase::getWorker(char const *)const )
441 ?hasAssignmentErrors@RTCRestClientRequestBase@@QEBA_NXZ ; (public: bool __cdecl RTCRestClientRequestBase::hasAssignmentErrors(void)const )
442 ?insertCopyWorker@RTCRestArrayBase@@IEAAH_KAEBVRTCRestObjectBase@@_N@Z ; (protected: int __cdecl RTCRestArrayBase::insertCopyWorker(unsigned __int64,class RTCRestObjectBase const &,bool))
443 ?insertWorker@RTCRestArrayBase@@IEAAH_KPEAVRTCRestObjectBase@@_N@Z ; (protected: int __cdecl RTCRestArrayBase::insertWorker(unsigned __int64,class RTCRestObjectBase *,bool))
444 ?isChild@RTCRestPolyDataObject@@UEBA_NXZ ; (public: virtual bool __cdecl RTCRestPolyDataObject::isChild(void)const )
445 ?isEmpty@RTCRestArrayBase@@QEBA_NXZ ; (public: bool __cdecl RTCRestArrayBase::isEmpty(void)const )
446 ?isEmpty@RTCRestStringMapBase@@QEBA_NXZ ; (public: bool __cdecl RTCRestStringMapBase::isEmpty(void)const )
447 ?isEmpty@RTCString@@QEBA_NXZ ; (public: bool __cdecl RTCString::isEmpty(void)const )
448 ?isLocal@RTCRestDate@@QEBA_NXZ ; (public: bool __cdecl RTCRestDate::isLocal(void)const )
449 ?isNotEmpty@RTCString@@QEBA_NXZ ; (public: bool __cdecl RTCString::isNotEmpty(void)const )
450 ?isNull@RTCRestObjectBase@@QEBA_NXZ ; (public: bool __cdecl RTCRestObjectBase::isNull(void)const )
451 ?isOkay@RTCRestDate@@QEBA_NXZ ; (public: bool __cdecl RTCRestDate::isOkay(void)const )
452 ?isUtc@RTCRestDate@@QEBA_NXZ ; (public: bool __cdecl RTCRestDate::isUtc(void)const )
453 ?join@RTCString@@SA?AV1@AEBV?$RTCList@VRTCString@@PEAV1@@@AEBV1@@Z ; (public: static class RTCString __cdecl RTCString::join(class RTCList<class RTCString,class RTCString *> const &,class RTCString const &))
454 ?joinEx@RTCString@@SA?AV1@AEBV?$RTCList@VRTCString@@PEAV1@@@AEBV1@1@Z ; (public: static class RTCString __cdecl RTCString::joinEx(class RTCList<class RTCString,class RTCString *> const &,class RTCString const &,class RTCString const &))
455 ?jolt@RTCString@@QEAAXXZ ; (public: void __cdecl RTCString::jolt(void))
456 ?last@RTCRestStringMapBase@@QEBA?AVConstIterator@1@XZ ; (public: class RTCRestStringMapBase::ConstIterator __cdecl RTCRestStringMapBase::last(void)const )
457 ?length@RTCString@@QEBA_KXZ ; (public: unsigned __int64 __cdecl RTCString::length(void)const )
458 ?mutableRaw@RTCString@@QEAAPEADXZ ; (public: char * __cdecl RTCString::mutableRaw(void))
459 ?npos@RTCString@@2_KB DATA ; (public: static unsigned __int64 const RTCString::npos)
460 ?nullValue@RTCRestOutputBase@@QEAAXXZ ; (public: void __cdecl RTCRestOutputBase::nullValue(void))
461 ?ociSignRequest@RTCRestClientApiBase@@IEAAHPEAURTHTTPINTERNAL@@AEBVRTCString@@W4RTHTTPMETHOD@@1IPEAURTCRKEYINT@@1@Z ; (protected: int __cdecl RTCRestClientApiBase::ociSignRequest(struct RTHTTPINTERNAL *,class RTCString const &,enum RTHTTPMETHOD,class RTCString const &,unsigned int,struct RTCRKEYINT *,class RTCString const &))
462 ?output@RTCRestOutputPrettyToString@@UEAA_KPEBD_K@Z ; (public: virtual unsigned __int64 __cdecl RTCRestOutputPrettyToString::output(char const *,unsigned __int64))
463 ?output@RTCRestOutputToString@@UEAA_KPEBD_K@Z ; (public: virtual unsigned __int64 __cdecl RTCRestOutputToString::output(char const *,unsigned __int64))
464 ?outputIndentation@RTCRestOutputPrettyBase@@IEAAXXZ ; (protected: void __cdecl RTCRestOutputPrettyBase::outputIndentation(void))
465 ?printf@RTCRestOutputBase@@QEAA_KPEBDZZ ; (public: unsigned __int64 __cdecl RTCRestOutputBase::printf(char const *,...))
466 ?printf@RTCRestString@@QEAAAEAV1@PEBDZZ ; (public: class RTCRestString & __cdecl RTCRestString::printf(char const *,...))
467 ?printf@RTCString@@QEAAAEAV1@PEBDZZ ; (public: class RTCString & __cdecl RTCString::printf(char const *,...))
468 ?printfNoThrow@RTCRestString@@QEAAHPEBDZZ ; (public: int __cdecl RTCRestString::printfNoThrow(char const *,...))
469 ?printfNoThrow@RTCString@@QEAAHPEBDZZ ; (public: int __cdecl RTCString::printfNoThrow(char const *,...))
470 ?printfOutputCallback@RTCRestOutputBase@@KA_KPEAXPEBD_K@Z ; (protected: static unsigned __int64 __cdecl RTCRestOutputBase::printfOutputCallback(void *,char const *,unsigned __int64))
471 ?printfOutputCallback@RTCString@@KA_KPEAXPEBD_K@Z ; (protected: static unsigned __int64 __cdecl RTCString::printfOutputCallback(void *,char const *,unsigned __int64))
472 ?printfOutputCallbackNoThrow@RTCString@@KA_KPEAXPEBD_K@Z ; (protected: static unsigned __int64 __cdecl RTCString::printfOutputCallbackNoThrow(void *,char const *,unsigned __int64))
473 ?printfV@RTCRestString@@QEAAAEAV1@PEBDPEAD@Z ; (public: class RTCRestString & __cdecl RTCRestString::printfV(char const *,char *))
474 ?printfV@RTCString@@QEAAAEAV1@PEBDPEAD@Z ; (public: class RTCString & __cdecl RTCString::printfV(char const *,char *))
475 ?printfVNoThrow@RTCRestString@@QEAAHPEBDPEAD@Z ; (public: int __cdecl RTCRestString::printfVNoThrow(char const *,char *))
476 ?printfVNoThrow@RTCString@@QEAAHPEBDPEAD@Z ; (public: int __cdecl RTCString::printfVNoThrow(char const *,char *))
477 ?putCopyWorker@RTCRestStringMapBase@@IEAAHPEBDAEBVRTCRestObjectBase@@_N_K@Z ; (protected: int __cdecl RTCRestStringMapBase::putCopyWorker(char const *,class RTCRestObjectBase const &,bool,unsigned __int64))
478 ?putNewValue@RTCRestStringMapBase@@QEAAHPEAPEAVRTCRestObjectBase@@AEBVRTCString@@_N@Z ; (public: int __cdecl RTCRestStringMapBase::putNewValue(class RTCRestObjectBase * *,class RTCString const &,bool))
479 ?putNewValue@RTCRestStringMapBase@@QEAAHPEAPEAVRTCRestObjectBase@@PEBD_K_N@Z ; (public: int __cdecl RTCRestStringMapBase::putNewValue(class RTCRestObjectBase * *,char const *,unsigned __int64,bool))
480 ?putWorker@RTCRestStringMapBase@@IEAAHPEBDPEAVRTCRestObjectBase@@_N_K@Z ; (protected: int __cdecl RTCRestStringMapBase::putWorker(char const *,class RTCRestObjectBase *,bool,unsigned __int64))
481 ?read@XmlFileParser@xml@@QEAAXAEBVRTCString@@AEAVDocument@2@@Z ; (public: void __cdecl xml::XmlFileParser::read(class RTCString const &,class xml::Document &))
482 ?read@XmlMemParser@xml@@QEAAXPEBX_KAEBVRTCString@@AEAVDocument@2@@Z ; (public: void __cdecl xml::XmlMemParser::read(void const *,unsigned __int64,class RTCString const &,class xml::Document &))
483 ?receiveComplete@RTCRestBinaryResponse@@UEAAXPEAURTHTTPINTERNAL@@@Z ; (public: virtual void __cdecl RTCRestBinaryResponse::receiveComplete(struct RTHTTPINTERNAL *))
484 ?receiveComplete@RTCRestClientResponseBase@@UEAAXHPEAURTHTTPINTERNAL@@@Z ; (public: virtual void __cdecl RTCRestClientResponseBase::receiveComplete(int,struct RTHTTPINTERNAL *))
485 ?receiveFinal@RTCRestClientResponseBase@@UEAAXXZ ; (public: virtual void __cdecl RTCRestClientResponseBase::receiveFinal(void))
486 ?receiveHttpCallback@RTCRestBinaryResponse@@KAHPEAURTHTTPINTERNAL@@PEBX_KI22PEAX@Z ; (protected: static int __cdecl RTCRestBinaryResponse::receiveHttpCallback(struct RTHTTPINTERNAL *,void const *,unsigned __int64,unsigned int,unsigned __int64,unsigned __int64,void *))
487 ?receiveHttpHeaderCallback@RTCRestClientResponseBase@@CAHPEAURTHTTPINTERNAL@@IPEBD_K12PEAX@Z ; (private: static int __cdecl RTCRestClientResponseBase::receiveHttpHeaderCallback(struct RTHTTPINTERNAL *,unsigned int,char const *,unsigned __int64,char const *,unsigned __int64,void *))
488 ?receivePrepare@RTCRestBinaryResponse@@UEAAHPEAURTHTTPINTERNAL@@I@Z ; (public: virtual int __cdecl RTCRestBinaryResponse::receivePrepare(struct RTHTTPINTERNAL *,unsigned int))
489 ?receivePrepare@RTCRestClientResponseBase@@UEAAHPEAURTHTTPINTERNAL@@@Z ; (public: virtual int __cdecl RTCRestClientResponseBase::receivePrepare(struct RTHTTPINTERNAL *))
490 ?reinitHttpInstance@RTCRestClientApiBase@@MEAAHXZ ; (protected: virtual int __cdecl RTCRestClientApiBase::reinitHttpInstance(void))
491 ?remove@RTCRestStringMapBase@@QEAA_NAEBVRTCString@@@Z ; (public: bool __cdecl RTCRestStringMapBase::remove(class RTCString const &))
492 ?remove@RTCRestStringMapBase@@QEAA_NPEBD@Z ; (public: bool __cdecl RTCRestStringMapBase::remove(char const *))
493 ?removeAt@RTCRestArrayBase@@QEAA_N_K@Z ; (public: bool __cdecl RTCRestArrayBase::removeAt(unsigned __int64))
494 ?replace@RTCString@@QEAAAEAV1@_K0AEBV1@@Z ; (public: class RTCString & __cdecl RTCString::replace(unsigned __int64,unsigned __int64,class RTCString const &))
495 ?replace@RTCString@@QEAAAEAV1@_K0AEBV1@00@Z ; (public: class RTCString & __cdecl RTCString::replace(unsigned __int64,unsigned __int64,class RTCString const &,unsigned __int64,unsigned __int64))
496 ?replace@RTCString@@QEAAAEAV1@_K0PEBD@Z ; (public: class RTCString & __cdecl RTCString::replace(unsigned __int64,unsigned __int64,char const *))
497 ?replace@RTCString@@QEAAAEAV1@_K0PEBD0@Z ; (public: class RTCString & __cdecl RTCString::replace(unsigned __int64,unsigned __int64,char const *,unsigned __int64))
498 ?replaceNoThrow@RTCString@@QEAAH_K0AEBV1@@Z ; (public: int __cdecl RTCString::replaceNoThrow(unsigned __int64,unsigned __int64,class RTCString const &))
499 ?replaceNoThrow@RTCString@@QEAAH_K0AEBV1@00@Z ; (public: int __cdecl RTCString::replaceNoThrow(unsigned __int64,unsigned __int64,class RTCString const &,unsigned __int64,unsigned __int64))
500 ?replaceNoThrow@RTCString@@QEAAH_K0PEBD@Z ; (public: int __cdecl RTCString::replaceNoThrow(unsigned __int64,unsigned __int64,char const *))
501 ?replaceNoThrow@RTCString@@QEAAH_K0PEBD0@Z ; (public: int __cdecl RTCString::replaceNoThrow(unsigned __int64,unsigned __int64,char const *,unsigned __int64))
502 ?replaceWorker@RTCString@@IEAAAEAV1@_K0PEBD0@Z ; (protected: class RTCString & __cdecl RTCString::replaceWorker(unsigned __int64,unsigned __int64,char const *,unsigned __int64))
503 ?replaceWorkerNoThrow@RTCString@@IEAAH_K0PEBD0@Z ; (protected: int __cdecl RTCString::replaceWorkerNoThrow(unsigned __int64,unsigned __int64,char const *,unsigned __int64))
504 ?reserve@RTCString@@QEAAX_K@Z ; (public: void __cdecl RTCString::reserve(unsigned __int64))
505 ?reserveNoThrow@RTCString@@QEAAH_K@Z ; (public: int __cdecl RTCString::reserveNoThrow(unsigned __int64))
506 ?reset@RTCRestClientResponseBase@@UEAAXXZ ; (public: virtual void __cdecl RTCRestClientResponseBase::reset(void))
507 ?resetToDefault@RTCRestAnyObject@@UEAAHXZ ; (public: virtual int __cdecl RTCRestAnyObject::resetToDefault(void))
508 ?resetToDefault@RTCRestArrayBase@@UEAAHXZ ; (public: virtual int __cdecl RTCRestArrayBase::resetToDefault(void))
509 ?resetToDefault@RTCRestBinary@@UEAAHXZ ; (public: virtual int __cdecl RTCRestBinary::resetToDefault(void))
510 ?resetToDefault@RTCRestBinaryParameter@@UEAAHXZ ; (public: virtual int __cdecl RTCRestBinaryParameter::resetToDefault(void))
511 ?resetToDefault@RTCRestBinaryResponse@@UEAAHXZ ; (public: virtual int __cdecl RTCRestBinaryResponse::resetToDefault(void))
512 ?resetToDefault@RTCRestBool@@UEAAHXZ ; (public: virtual int __cdecl RTCRestBool::resetToDefault(void))
513 ?resetToDefault@RTCRestDataObject@@UEAAHXZ ; (public: virtual int __cdecl RTCRestDataObject::resetToDefault(void))
514 ?resetToDefault@RTCRestDate@@UEAAHXZ ; (public: virtual int __cdecl RTCRestDate::resetToDefault(void))
515 ?resetToDefault@RTCRestDouble@@UEAAHXZ ; (public: virtual int __cdecl RTCRestDouble::resetToDefault(void))
516 ?resetToDefault@RTCRestInt16@@UEAAHXZ ; (public: virtual int __cdecl RTCRestInt16::resetToDefault(void))
517 ?resetToDefault@RTCRestInt32@@UEAAHXZ ; (public: virtual int __cdecl RTCRestInt32::resetToDefault(void))
518 ?resetToDefault@RTCRestInt64@@UEAAHXZ ; (public: virtual int __cdecl RTCRestInt64::resetToDefault(void))
519 ?resetToDefault@RTCRestPolyDataObject@@UEAAHXZ ; (public: virtual int __cdecl RTCRestPolyDataObject::resetToDefault(void))
520 ?resetToDefault@RTCRestString@@UEAAHXZ ; (public: virtual int __cdecl RTCRestString::resetToDefault(void))
521 ?resetToDefault@RTCRestStringEnumBase@@UEAAHXZ ; (public: virtual int __cdecl RTCRestStringEnumBase::resetToDefault(void))
522 ?resetToDefault@RTCRestStringMapBase@@UEAAHXZ ; (public: virtual int __cdecl RTCRestStringMapBase::resetToDefault(void))
523 ?serializeAsJson@RTCRestAnyObject@@UEBAAEAVRTCRestOutputBase@@AEAV2@@Z ; (public: virtual class RTCRestOutputBase & __cdecl RTCRestAnyObject::serializeAsJson(class RTCRestOutputBase &)const )
524 ?serializeAsJson@RTCRestArrayBase@@UEBAAEAVRTCRestOutputBase@@AEAV2@@Z ; (public: virtual class RTCRestOutputBase & __cdecl RTCRestArrayBase::serializeAsJson(class RTCRestOutputBase &)const )
525 ?serializeAsJson@RTCRestBinary@@UEBAAEAVRTCRestOutputBase@@AEAV2@@Z ; (public: virtual class RTCRestOutputBase & __cdecl RTCRestBinary::serializeAsJson(class RTCRestOutputBase &)const )
526 ?serializeAsJson@RTCRestBool@@UEBAAEAVRTCRestOutputBase@@AEAV2@@Z ; (public: virtual class RTCRestOutputBase & __cdecl RTCRestBool::serializeAsJson(class RTCRestOutputBase &)const )
527 ?serializeAsJson@RTCRestDataObject@@UEBAAEAVRTCRestOutputBase@@AEAV2@@Z ; (public: virtual class RTCRestOutputBase & __cdecl RTCRestDataObject::serializeAsJson(class RTCRestOutputBase &)const )
528 ?serializeAsJson@RTCRestDate@@UEBAAEAVRTCRestOutputBase@@AEAV2@@Z ; (public: virtual class RTCRestOutputBase & __cdecl RTCRestDate::serializeAsJson(class RTCRestOutputBase &)const )
529 ?serializeAsJson@RTCRestDouble@@UEBAAEAVRTCRestOutputBase@@AEAV2@@Z ; (public: virtual class RTCRestOutputBase & __cdecl RTCRestDouble::serializeAsJson(class RTCRestOutputBase &)const )
530 ?serializeAsJson@RTCRestInt16@@UEBAAEAVRTCRestOutputBase@@AEAV2@@Z ; (public: virtual class RTCRestOutputBase & __cdecl RTCRestInt16::serializeAsJson(class RTCRestOutputBase &)const )
531 ?serializeAsJson@RTCRestInt32@@UEBAAEAVRTCRestOutputBase@@AEAV2@@Z ; (public: virtual class RTCRestOutputBase & __cdecl RTCRestInt32::serializeAsJson(class RTCRestOutputBase &)const )
532 ?serializeAsJson@RTCRestInt64@@UEBAAEAVRTCRestOutputBase@@AEAV2@@Z ; (public: virtual class RTCRestOutputBase & __cdecl RTCRestInt64::serializeAsJson(class RTCRestOutputBase &)const )
533 ?serializeAsJson@RTCRestString@@UEBAAEAVRTCRestOutputBase@@AEAV2@@Z ; (public: virtual class RTCRestOutputBase & __cdecl RTCRestString::serializeAsJson(class RTCRestOutputBase &)const )
534 ?serializeAsJson@RTCRestStringEnumBase@@UEBAAEAVRTCRestOutputBase@@AEAV2@@Z ; (public: virtual class RTCRestOutputBase & __cdecl RTCRestStringEnumBase::serializeAsJson(class RTCRestOutputBase &)const )
535 ?serializeAsJson@RTCRestStringMapBase@@UEBAAEAVRTCRestOutputBase@@AEAV2@@Z ; (public: virtual class RTCRestOutputBase & __cdecl RTCRestStringMapBase::serializeAsJson(class RTCRestOutputBase &)const )
536 ?serializeMembersAsJson@RTCRestDataObject@@UEBAAEAVRTCRestOutputBase@@AEAV2@@Z ; (public: virtual class RTCRestOutputBase & __cdecl RTCRestDataObject::serializeMembersAsJson(class RTCRestOutputBase &)const )
537 ?setAttribute@ElementNode@xml@@QEAAPEAVAttributeNode@2@PEBDAEBVRTCString@@@Z ; (public: class xml::AttributeNode * __cdecl xml::ElementNode::setAttribute(char const *,class RTCString const &))
538 ?setAttributePath@ElementNode@xml@@QEAAPEAVAttributeNode@2@PEBDAEBVRTCString@@@Z ; (public: class xml::AttributeNode * __cdecl xml::ElementNode::setAttributePath(char const *,class RTCString const &))
539 ?setByString@RTCRestStringEnumBase@@QEAAHAEBVRTCString@@@Z ; (public: int __cdecl RTCRestStringEnumBase::setByString(class RTCString const &))
540 ?setByString@RTCRestStringEnumBase@@QEAAHPEBD_K@Z ; (public: int __cdecl RTCRestStringEnumBase::setByString(char const *,unsigned __int64))
541 ?setConsumerCallback@RTCRestBinaryResponse@@QEAAXP6AHPEAV1@PEBX_KI22@ZPEAX@Z ; (public: void __cdecl RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse *,void const *,unsigned __int64,unsigned int,unsigned __int64,unsigned __int64),void *))
542 ?setContent@ElementNode@xml@@QEAAPEAVContentNode@2@AEBVRTCString@@@Z ; (public: class xml::ContentNode * __cdecl xml::ElementNode::setContent(class RTCString const &))
543 ?setContentType@RTCRestBinaryParameter@@QEAAHPEBD@Z ; (public: int __cdecl RTCRestBinaryParameter::setContentType(char const *))
544 ?setFormat@RTCRestDate@@QEAAHW4kFormat@1@@Z ; (public: int __cdecl RTCRestDate::setFormat(enum RTCRestDate::kFormat))
545 ?setMaxDownloadSize@RTCRestBinaryResponse@@QEAAX_K@Z ; (public: void __cdecl RTCRestBinaryResponse::setMaxDownloadSize(unsigned __int64))
546 ?setNotNull@RTCRestObjectBase@@UEAAXXZ ; (public: virtual void __cdecl RTCRestObjectBase::setNotNull(void))
547 ?setNull@RTCRestAnyObject@@UEAAHXZ ; (public: virtual int __cdecl RTCRestAnyObject::setNull(void))
548 ?setNull@RTCRestBinary@@UEAAHXZ ; (public: virtual int __cdecl RTCRestBinary::setNull(void))
549 ?setNull@RTCRestObjectBase@@UEAAHXZ ; (public: virtual int __cdecl RTCRestObjectBase::setNull(void))
550 ?setNull@RTCRestString@@UEAAHXZ ; (public: virtual int __cdecl RTCRestString::setNull(void))
551 ?setNull@RTCString@@QEAAXXZ ; (public: void __cdecl RTCString::setNull(void))
552 ?setProducerCallback@RTCRestBinaryParameter@@QEAAXP6AHPEAV1@PEAX_K2PEA_K@Z12@Z ; (public: void __cdecl RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter *,void *,unsigned __int64,unsigned __int64,unsigned __int64 *),void *,unsigned __int64))
553 ?setServerAuthority@RTCRestClientApiBase@@QEAAHPEBD@Z ; (public: int __cdecl RTCRestClientApiBase::setServerAuthority(char const *))
554 ?setServerBasePath@RTCRestClientApiBase@@QEAAHPEBD@Z ; (public: int __cdecl RTCRestClientApiBase::setServerBasePath(char const *))
555 ?setServerScheme@RTCRestClientApiBase@@QEAAHPEBD@Z ; (public: int __cdecl RTCRestClientApiBase::setServerScheme(char const *))
556 ?setServerUrl@RTCRestClientApiBase@@QEAAHPEBD@Z ; (public: int __cdecl RTCRestClientApiBase::setServerUrl(char const *))
557 ?setServerUrlPart@RTCRestClientApiBase@@IEAAHPEBD_K101@Z ; (protected: int __cdecl RTCRestClientApiBase::setServerUrlPart(char const *,unsigned __int64,unsigned __int64,char const *,unsigned __int64))
558 ?setWorker@RTCRestStringEnumBase@@IEAA_NH@Z ; (protected: bool __cdecl RTCRestStringEnumBase::setWorker(int))
559 ?size@RTCRestArrayBase@@QEBA_KXZ ; (public: unsigned __int64 __cdecl RTCRestArrayBase::size(void)const )
560 ?size@RTCRestStringMapBase@@QEBA_KXZ ; (public: unsigned __int64 __cdecl RTCRestStringMapBase::size(void)const )
561 ?split@RTCString@@QEBA?AV?$RTCList@VRTCString@@PEAV1@@@AEBV1@W4SplitMode@1@@Z ; (public: class RTCList<class RTCString,class RTCString *> __cdecl RTCString::split(class RTCString const &,enum RTCString::SplitMode)const )
562 ?startsWith@RTCString@@QEBA_NAEBV1@W4CaseSensitivity@1@@Z ; (public: bool __cdecl RTCString::startsWith(class RTCString const &,enum RTCString::CaseSensitivity)const )
563 ?startsWithWord@RTCString@@QEBA_NAEBV1@W4CaseSensitivity@1@@Z ; (public: bool __cdecl RTCString::startsWithWord(class RTCString const &,enum RTCString::CaseSensitivity)const )
564 ?startsWithWord@RTCString@@QEBA_NPEBDW4CaseSensitivity@1@@Z ; (public: bool __cdecl RTCString::startsWithWord(char const *,enum RTCString::CaseSensitivity)const )
565 ?stringSpaceDestructorCallback@RTCRestStringMapBase@@CAHPEAURTSTRSPACECORE@@PEAX@Z ; (private: static int __cdecl RTCRestStringMapBase::stringSpaceDestructorCallback(struct RTSTRSPACECORE *,void *))
566 ?stringToEnum@RTCRestStringEnumBase@@QEAAHAEBVRTCString@@@Z ; (public: int __cdecl RTCRestStringEnumBase::stringToEnum(class RTCString const &))
567 ?stringToEnum@RTCRestStringEnumBase@@QEAAHPEBD_K@Z ; (public: int __cdecl RTCRestStringEnumBase::stringToEnum(char const *,unsigned __int64))
568 ?strip@RTCString@@QEAAAEAV1@XZ ; (public: class RTCString & __cdecl RTCString::strip(void))
569 ?stripLeft@RTCString@@QEAAAEAV1@XZ ; (public: class RTCString & __cdecl RTCString::stripLeft(void))
570 ?stripRight@RTCString@@QEAAAEAV1@XZ ; (public: class RTCString & __cdecl RTCString::stripRight(void))
571 ?substr@RTCString@@QEBA?AV1@_K0@Z ; (public: class RTCString __cdecl RTCString::substr(unsigned __int64,unsigned __int64)const )
572 ?substrCP@RTCString@@QEBA?AV1@_K0@Z ; (public: class RTCString __cdecl RTCString::substrCP(unsigned __int64,unsigned __int64)const )
573 ?swap@RTCString@@QEAAXAEAV1@@Z ; (public: void __cdecl RTCString::swap(class RTCString &))
574 ?toInt@RTCString@@QEBAHAEA_K@Z ; (public: int __cdecl RTCString::toInt(unsigned __int64 &)const )
575 ?toInt@RTCString@@QEBAHAEAI@Z ; (public: int __cdecl RTCString::toInt(unsigned int &)const )
576 ?toInt32@RTCString@@QEBAHXZ ; (public: int __cdecl RTCString::toInt32(void)const )
577 ?toInt64@RTCString@@QEBA_JXZ ; (public: __int64 __cdecl RTCString::toInt64(void)const )
578 ?toLower@RTCString@@QEAAAEAV1@XZ ; (public: class RTCString & __cdecl RTCString::toLower(void))
579 ?toString@RTCRestAnyObject@@UEBAHPEAVRTCString@@I@Z ; (public: virtual int __cdecl RTCRestAnyObject::toString(class RTCString *,unsigned int)const )
580 ?toString@RTCRestArrayBase@@UEBAHPEAVRTCString@@I@Z ; (public: virtual int __cdecl RTCRestArrayBase::toString(class RTCString *,unsigned int)const )
581 ?toString@RTCRestBinary@@UEBAHPEAVRTCString@@I@Z ; (public: virtual int __cdecl RTCRestBinary::toString(class RTCString *,unsigned int)const )
582 ?toString@RTCRestBool@@UEBAHPEAVRTCString@@I@Z ; (public: virtual int __cdecl RTCRestBool::toString(class RTCString *,unsigned int)const )
583 ?toString@RTCRestDate@@UEBAHPEAVRTCString@@I@Z ; (public: virtual int __cdecl RTCRestDate::toString(class RTCString *,unsigned int)const )
584 ?toString@RTCRestDouble@@UEBAHPEAVRTCString@@I@Z ; (public: virtual int __cdecl RTCRestDouble::toString(class RTCString *,unsigned int)const )
585 ?toString@RTCRestInt16@@UEBAHPEAVRTCString@@I@Z ; (public: virtual int __cdecl RTCRestInt16::toString(class RTCString *,unsigned int)const )
586 ?toString@RTCRestInt32@@UEBAHPEAVRTCString@@I@Z ; (public: virtual int __cdecl RTCRestInt32::toString(class RTCString *,unsigned int)const )
587 ?toString@RTCRestInt64@@UEBAHPEAVRTCString@@I@Z ; (public: virtual int __cdecl RTCRestInt64::toString(class RTCString *,unsigned int)const )
588 ?toString@RTCRestObjectBase@@QEBA?AVRTCString@@XZ ; (public: class RTCString __cdecl RTCRestObjectBase::toString(void)const )
589 ?toString@RTCRestObjectBase@@UEBAHPEAVRTCString@@I@Z ; (public: virtual int __cdecl RTCRestObjectBase::toString(class RTCString *,unsigned int)const )
590 ?toString@RTCRestString@@UEBAHPEAVRTCString@@I@Z ; (public: virtual int __cdecl RTCRestString::toString(class RTCString *,unsigned int)const )
591 ?toString@RTCRestStringEnumBase@@UEBAHPEAVRTCString@@I@Z ; (public: virtual int __cdecl RTCRestStringEnumBase::toString(class RTCString *,unsigned int)const )
592 ?toUInt32@RTCString@@QEBAIXZ ; (public: unsigned int __cdecl RTCString::toUInt32(void)const )
593 ?toUInt64@RTCString@@QEBA_KXZ ; (public: unsigned __int64 __cdecl RTCString::toUInt64(void)const )
594 ?toUpper@RTCString@@QEAAAEAV1@XZ ; (public: class RTCString & __cdecl RTCString::toUpper(void))
595 ?typeClass@RTCRestAnyObject@@UEBA?AW4kTypeClass@RTCRestObjectBase@@XZ ; (public: virtual enum RTCRestObjectBase::kTypeClass __cdecl RTCRestAnyObject::typeClass(void)const )
596 ?typeClass@RTCRestArrayBase@@UEBA?AW4kTypeClass@RTCRestObjectBase@@XZ ; (public: virtual enum RTCRestObjectBase::kTypeClass __cdecl RTCRestArrayBase::typeClass(void)const )
597 ?typeClass@RTCRestBinary@@UEBA?AW4kTypeClass@RTCRestObjectBase@@XZ ; (public: virtual enum RTCRestObjectBase::kTypeClass __cdecl RTCRestBinary::typeClass(void)const )
598 ?typeClass@RTCRestBool@@UEBA?AW4kTypeClass@RTCRestObjectBase@@XZ ; (public: virtual enum RTCRestObjectBase::kTypeClass __cdecl RTCRestBool::typeClass(void)const )
599 ?typeClass@RTCRestDataObject@@UEBA?AW4kTypeClass@RTCRestObjectBase@@XZ ; (public: virtual enum RTCRestObjectBase::kTypeClass __cdecl RTCRestDataObject::typeClass(void)const )
600 ?typeClass@RTCRestDate@@UEBA?AW4kTypeClass@RTCRestObjectBase@@XZ ; (public: virtual enum RTCRestObjectBase::kTypeClass __cdecl RTCRestDate::typeClass(void)const )
601 ?typeClass@RTCRestDouble@@UEBA?AW4kTypeClass@RTCRestObjectBase@@XZ ; (public: virtual enum RTCRestObjectBase::kTypeClass __cdecl RTCRestDouble::typeClass(void)const )
602 ?typeClass@RTCRestInt16@@UEBA?AW4kTypeClass@RTCRestObjectBase@@XZ ; (public: virtual enum RTCRestObjectBase::kTypeClass __cdecl RTCRestInt16::typeClass(void)const )
603 ?typeClass@RTCRestInt32@@UEBA?AW4kTypeClass@RTCRestObjectBase@@XZ ; (public: virtual enum RTCRestObjectBase::kTypeClass __cdecl RTCRestInt32::typeClass(void)const )
604 ?typeClass@RTCRestInt64@@UEBA?AW4kTypeClass@RTCRestObjectBase@@XZ ; (public: virtual enum RTCRestObjectBase::kTypeClass __cdecl RTCRestInt64::typeClass(void)const )
605 ?typeClass@RTCRestString@@UEBA?AW4kTypeClass@RTCRestObjectBase@@XZ ; (public: virtual enum RTCRestObjectBase::kTypeClass __cdecl RTCRestString::typeClass(void)const )
606 ?typeClass@RTCRestStringEnumBase@@UEBA?AW4kTypeClass@RTCRestObjectBase@@XZ ; (public: virtual enum RTCRestObjectBase::kTypeClass __cdecl RTCRestStringEnumBase::typeClass(void)const )
607 ?typeClass@RTCRestStringMapBase@@UEBA?AW4kTypeClass@RTCRestObjectBase@@XZ ; (public: virtual enum RTCRestObjectBase::kTypeClass __cdecl RTCRestStringMapBase::typeClass(void)const )
608 ?typeName@RTCRestAnyObject@@UEBAPEBDXZ ; (public: virtual char const * __cdecl RTCRestAnyObject::typeName(void)const )
609 ?typeName@RTCRestArrayBase@@UEBAPEBDXZ ; (public: virtual char const * __cdecl RTCRestArrayBase::typeName(void)const )
610 ?typeName@RTCRestBinary@@UEBAPEBDXZ ; (public: virtual char const * __cdecl RTCRestBinary::typeName(void)const )
611 ?typeName@RTCRestBinaryParameter@@UEBAPEBDXZ ; (public: virtual char const * __cdecl RTCRestBinaryParameter::typeName(void)const )
612 ?typeName@RTCRestBinaryResponse@@UEBAPEBDXZ ; (public: virtual char const * __cdecl RTCRestBinaryResponse::typeName(void)const )
613 ?typeName@RTCRestBool@@UEBAPEBDXZ ; (public: virtual char const * __cdecl RTCRestBool::typeName(void)const )
614 ?typeName@RTCRestDate@@UEBAPEBDXZ ; (public: virtual char const * __cdecl RTCRestDate::typeName(void)const )
615 ?typeName@RTCRestDouble@@UEBAPEBDXZ ; (public: virtual char const * __cdecl RTCRestDouble::typeName(void)const )
616 ?typeName@RTCRestInt16@@UEBAPEBDXZ ; (public: virtual char const * __cdecl RTCRestInt16::typeName(void)const )
617 ?typeName@RTCRestInt32@@UEBAPEBDXZ ; (public: virtual char const * __cdecl RTCRestInt32::typeName(void)const )
618 ?typeName@RTCRestInt64@@UEBAPEBDXZ ; (public: virtual char const * __cdecl RTCRestInt64::typeName(void)const )
619 ?typeName@RTCRestString@@UEBAPEBDXZ ; (public: virtual char const * __cdecl RTCRestString::typeName(void)const )
620 ?typeName@RTCRestStringMapBase@@UEBAPEBDXZ ; (public: virtual char const * __cdecl RTCRestStringMapBase::typeName(void)const )
621 ?uniLength@RTCString@@QEBA_KXZ ; (public: unsigned __int64 __cdecl RTCString::uniLength(void)const )
622 ?unknownField@RTCRestJsonPrimaryCursor@@UEAAHAEBURTCRestJsonCursor@@@Z ; (public: virtual int __cdecl RTCRestJsonPrimaryCursor::unknownField(struct RTCRestJsonCursor const &))
623 ?valueSeparator@RTCRestOutputBase@@UEAAXXZ ; (public: virtual void __cdecl RTCRestOutputBase::valueSeparator(void))
624 ?valueSeparator@RTCRestOutputPrettyBase@@UEAAXXZ ; (public: virtual void __cdecl RTCRestOutputPrettyBase::valueSeparator(void))
625 ?valueSeparatorAndName@RTCRestOutputBase@@UEAAXPEBD_K@Z ; (public: virtual void __cdecl RTCRestOutputBase::valueSeparatorAndName(char const *,unsigned __int64))
626 ?valueSeparatorAndName@RTCRestOutputPrettyBase@@UEAAXPEBD_K@Z ; (public: virtual void __cdecl RTCRestOutputPrettyBase::valueSeparatorAndName(char const *,unsigned __int64))
627 ?vprintf@RTCRestOutputBase@@QEAA_KPEBDPEAD@Z ; (public: unsigned __int64 __cdecl RTCRestOutputBase::vprintf(char const *,char *))
628 ?write@XmlStringWriter@xml@@QEAAHAEBVDocument@2@PEAVRTCString@@@Z ; (public: int __cdecl xml::XmlStringWriter::write(class xml::Document const &,class RTCString *))
629 ?xmitComplete@RTCRestBinaryParameter@@UEBAXPEAURTHTTPINTERNAL@@@Z ; (public: virtual void __cdecl RTCRestBinaryParameter::xmitComplete(struct RTHTTPINTERNAL *)const )
630 ?xmitHttpCallback@RTCRestBinaryParameter@@KAHPEAURTHTTPINTERNAL@@PEAX_K2PEA_K1@Z ; (protected: static int __cdecl RTCRestBinaryParameter::xmitHttpCallback(struct RTHTTPINTERNAL *,void *,unsigned __int64,unsigned __int64,unsigned __int64 *,void *))
631 ?xmitPrepare@RTCRestBinaryParameter@@UEBAHPEAURTHTTPINTERNAL@@@Z ; (public: virtual int __cdecl RTCRestBinaryParameter::xmitPrepare(struct RTHTTPINTERNAL *)const )
632 ?xmitReady@RTCRestClientApiBase@@MEAAHPEAURTHTTPINTERNAL@@AEBVRTCString@@W4RTHTTPMETHOD@@1I@Z ; (protected: virtual int __cdecl RTCRestClientApiBase::xmitReady(struct RTHTTPINTERNAL *,class RTCString const &,enum RTHTTPMETHOD,class RTCString const &,unsigned int))
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette