VirtualBox

source: vbox/trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def@ 101347

Last change on this file since 101347 was 101347, checked in by vboxsync, 8 months ago

IPRT/ministring: More complete set of endsWith[I] and startsWith[I] methods. Forgot VBoxRTImp-gcc.def.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 29.3 KB
Line 
1; $Id: VBoxRTImp-gcc.def 101347 2023-10-04 23:57:21Z vboxsync $
2;; @file
3; VirtualBox Runtime DLL - Stable C++ Interface Definition file, 64-bit Visual C++.
4
5;
6; Copyright (C) 2018-2023 Oracle and/or its affiliates.
7;
8; This file is part of VirtualBox base platform packages, as
9; available from https://www.virtualbox.org.
10;
11; This program is free software; you can redistribute it and/or
12; modify it under the terms of the GNU General Public License
13; as published by the Free Software Foundation, in version 3 of the
14; License.
15;
16; This program is distributed in the hope that it will be useful, but
17; WITHOUT ANY WARRANTY; without even the implied warranty of
18; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19; General Public License for more details.
20;
21; You should have received a copy of the GNU General Public License
22; along with this program; if not, see <https://www.gnu.org/licenses>.
23;
24; The contents of this file may alternatively be used under the terms
25; of the Common Development and Distribution License Version 1.0
26; (CDDL), a copy of it is provided in the "COPYING.CDDL" file included
27; in the VirtualBox distribution, in which case the provisions of the
28; CDDL are applicable instead of those of the GPL.
29;
30; You may elect to license modified versions of this file under the
31; terms and conditions of either the GPL or the CDDL or both.
32;
33; SPDX-License-Identifier: GPL-3.0-only OR CDDL-1.0
34;
35
36EXPORTS
37 ;
38 ; RTCString & RTCRest classes.
39 ;
40 ; Use one of the following command-line to generate the stuff below:
41 ; nm ../../../out/darwin.amd64/debug/obj/VBoxRT/VBoxRT.dylib -U | LC_COLLATE=C kmk_sed -re '/(RTCString|RTCRest)/!d' -e 's/^[0-9a-fA-F]+ //' -e '/^[A-Z]/!d' -e 's/[SDBC] (.+)$/ \1 DATA/' -e 's/^[A-Z] / /' -e 's/ __/ _/' | LC_COLLATE=C sort >> VBox/VBoxRTImp-gcc.def
42 ; nm ../../../out/linux.amd64/debug/obj/VBoxRT/VBoxRT.so | LC_COLLATE=C kmk_sed -re '/(RTCString|RTCRest)/!d' -e 's/^[0-9a-fA-F]+ //' -e '/^[A-TV-Z]/!d' -e 's/[SDBCRV] (.+)$/ \1 DATA/' -e 's/^[A-Z] / /' | LC_COLLATE=C sort >> VBox/VBoxRTImp-gcc.def
43 ;
44 _ZN11RTCRestBool10assignCopyERKS_
45 _ZN11RTCRestBool10fromStringERK9RTCStringPKcP9RTERRINFOj
46 _ZN11RTCRestBool11assignValueEb
47 _ZN11RTCRestBool14createInstanceEv
48 _ZN11RTCRestBool14resetToDefaultEv
49 _ZN11RTCRestBool19deserializeFromJsonERK17RTCRestJsonCursor
50 _ZN11RTCRestBool27deserializeInstanceFromJsonERK17RTCRestJsonCursorPP17RTCRestObjectBase
51 _ZN11RTCRestBoolC1ERKS_
52 _ZN11RTCRestBoolC1Eb
53 _ZN11RTCRestBoolC1Ev
54 _ZN11RTCRestBoolC2ERKS_
55 _ZN11RTCRestBoolC2Eb
56 _ZN11RTCRestBoolC2Ev
57 _ZN11RTCRestBoolD0Ev
58 _ZN11RTCRestBoolD1Ev
59 _ZN11RTCRestBoolD2Ev
60 _ZN11RTCRestBoolaSERKS_
61 _ZN11RTCRestDate10assignCopyERKS_
62 _ZN11RTCRestDate10fromStringERK9RTCStringPKcP9RTERRINFOj
63 _ZN11RTCRestDate11assignValueEPK10RTTIMESPECNS_7kFormatE
64 _ZN11RTCRestDate14createInstanceEv
65 _ZN11RTCRestDate14resetToDefaultEv
66 _ZN11RTCRestDate16assignNowRfc2822Ev
67 _ZN11RTCRestDate16assignNowRfc3339Ev
68 _ZN11RTCRestDate16assignNowRfc7131Ev
69 _ZN11RTCRestDate16explodeAndFormatENS_7kFormatE
70 _ZN11RTCRestDate18assignValueRfc2822EPK10RTTIMESPEC
71 _ZN11RTCRestDate18assignValueRfc3339EPK10RTTIMESPEC
72 _ZN11RTCRestDate18assignValueRfc7131EPK10RTTIMESPEC
73 _ZN11RTCRestDate19deserializeFromJsonERK17RTCRestJsonCursor
74 _ZN11RTCRestDate21decodeFormattedStringENS_7kFormatE
75 _ZN11RTCRestDate27deserializeInstanceFromJsonERK17RTCRestJsonCursorPP17RTCRestObjectBase
76 _ZN11RTCRestDate6formatENS_7kFormatE
77 _ZN11RTCRestDate9assignNowENS_7kFormatE
78 _ZN11RTCRestDate9setFormatENS_7kFormatE
79 _ZN11RTCRestDateC1ERKS_
80 _ZN11RTCRestDateC1Ev
81 _ZN11RTCRestDateC2ERKS_
82 _ZN11RTCRestDateC2Ev
83 _ZN11RTCRestDateD0Ev
84 _ZN11RTCRestDateD1Ev
85 _ZN11RTCRestDateD2Ev
86 _ZN11RTCRestDateaSERKS_
87 _ZN12RTCRestInt1610assignCopyERKS_
88 _ZN12RTCRestInt1610fromStringERK9RTCStringPKcP9RTERRINFOj
89 _ZN12RTCRestInt1611assignValueEs
90 _ZN12RTCRestInt1614createInstanceEv
91 _ZN12RTCRestInt1614resetToDefaultEv
92 _ZN12RTCRestInt1619deserializeFromJsonERK17RTCRestJsonCursor
93 _ZN12RTCRestInt1627deserializeInstanceFromJsonERK17RTCRestJsonCursorPP17RTCRestObjectBase
94 _ZN12RTCRestInt16C1ERKS_
95 _ZN12RTCRestInt16C1Es
96 _ZN12RTCRestInt16C1Ev
97 _ZN12RTCRestInt16C2ERKS_
98 _ZN12RTCRestInt16C2Es
99 _ZN12RTCRestInt16C2Ev
100 _ZN12RTCRestInt16D0Ev
101 _ZN12RTCRestInt16D1Ev
102 _ZN12RTCRestInt16D2Ev
103 _ZN12RTCRestInt16aSERKS_
104 _ZN12RTCRestInt3210assignCopyERKS_
105 _ZN12RTCRestInt3210fromStringERK9RTCStringPKcP9RTERRINFOj
106 _ZN12RTCRestInt3211assignValueEi
107 _ZN12RTCRestInt3214createInstanceEv
108 _ZN12RTCRestInt3214resetToDefaultEv
109 _ZN12RTCRestInt3219deserializeFromJsonERK17RTCRestJsonCursor
110 _ZN12RTCRestInt3227deserializeInstanceFromJsonERK17RTCRestJsonCursorPP17RTCRestObjectBase
111 _ZN12RTCRestInt32C1ERKS_
112 _ZN12RTCRestInt32C1Ei
113 _ZN12RTCRestInt32C1Ev
114 _ZN12RTCRestInt32C2ERKS_
115 _ZN12RTCRestInt32C2Ei
116 _ZN12RTCRestInt32C2Ev
117 _ZN12RTCRestInt32D0Ev
118 _ZN12RTCRestInt32D1Ev
119 _ZN12RTCRestInt32D2Ev
120 _ZN12RTCRestInt32aSERKS_
121 _ZN12RTCRestInt6410assignCopyERKS_
122 _ZN12RTCRestInt6410fromStringERK9RTCStringPKcP9RTERRINFOj
123 _ZN12RTCRestInt6411assignValueEx
124 _ZN12RTCRestInt6414createInstanceEv
125 _ZN12RTCRestInt6414resetToDefaultEv
126 _ZN12RTCRestInt6419deserializeFromJsonERK17RTCRestJsonCursor
127 _ZN12RTCRestInt6427deserializeInstanceFromJsonERK17RTCRestJsonCursorPP17RTCRestObjectBase
128 _ZN12RTCRestInt64C1ERKS_
129 _ZN12RTCRestInt64C1Ev
130 _ZN12RTCRestInt64C1Ex
131 _ZN12RTCRestInt64C2ERKS_
132 _ZN12RTCRestInt64C2Ev
133 _ZN12RTCRestInt64C2Ex
134 _ZN12RTCRestInt64D0Ev
135 _ZN12RTCRestInt64D1Ev
136 _ZN12RTCRestInt64D2Ev
137 _ZN12RTCRestInt64aSERKS_
138 _ZN13RTCRestBinary10assignCopyEPKvm
139 _ZN13RTCRestBinary10assignCopyERKS_
140 _ZN13RTCRestBinary10fromStringERK9RTCStringPKcP9RTERRINFOj
141 _ZN13RTCRestBinary14assignReadOnlyEPKvm
142 _ZN13RTCRestBinary14createInstanceEv
143 _ZN13RTCRestBinary14resetToDefaultEv
144 _ZN13RTCRestBinary15assignWriteableEPvm
145 _ZN13RTCRestBinary19deserializeFromJsonERK17RTCRestJsonCursor
146 _ZN13RTCRestBinary27deserializeInstanceFromJsonERK17RTCRestJsonCursorPP17RTCRestObjectBase
147 _ZN13RTCRestBinary7setNullEv
148 _ZN13RTCRestBinary8freeDataEv
149 _ZN13RTCRestBinaryC1Ev
150 _ZN13RTCRestBinaryC2Ev
151 _ZN13RTCRestBinaryD0Ev
152 _ZN13RTCRestBinaryD1Ev
153 _ZN13RTCRestBinaryD2Ev
154 _ZN13RTCRestDouble10assignCopyERKS_
155 _ZN13RTCRestDouble10fromStringERK9RTCStringPKcP9RTERRINFOj
156 _ZN13RTCRestDouble11assignValueEd
157 _ZN13RTCRestDouble14createInstanceEv
158 _ZN13RTCRestDouble14resetToDefaultEv
159 _ZN13RTCRestDouble19deserializeFromJsonERK17RTCRestJsonCursor
160 _ZN13RTCRestDouble27deserializeInstanceFromJsonERK17RTCRestJsonCursorPP17RTCRestObjectBase
161 _ZN13RTCRestDoubleC1ERKS_
162 _ZN13RTCRestDoubleC1Ed
163 _ZN13RTCRestDoubleC1Ev
164 _ZN13RTCRestDoubleC2ERKS_
165 _ZN13RTCRestDoubleC2Ed
166 _ZN13RTCRestDoubleC2Ev
167 _ZN13RTCRestDoubleD0Ev
168 _ZN13RTCRestDoubleD1Ev
169 _ZN13RTCRestDoubleD2Ev
170 _ZN13RTCRestDoubleaSERKS_
171 _ZN13RTCRestString10assignCopyEPKc
172 _ZN13RTCRestString10assignCopyERK9RTCString
173 _ZN13RTCRestString10assignCopyERKS_
174 _ZN13RTCRestString10fromStringERK9RTCStringPKcP9RTERRINFOj
175 _ZN13RTCRestString13assignNoThrowEPKc
176 _ZN13RTCRestString13assignNoThrowEPKcm
177 _ZN13RTCRestString13assignNoThrowERK9RTCString
178 _ZN13RTCRestString13assignNoThrowERK9RTCStringmm
179 _ZN13RTCRestString13assignNoThrowEmc
180 _ZN13RTCRestString13printfNoThrowEPKcz
181 _ZN13RTCRestString14createInstanceEv
182 _ZN13RTCRestString14printfVNoThrowEPKcP13__va_list_tag ; not-arm64
183 _ZN13RTCRestString14printfVNoThrowEPKcPc ; only-arm64
184 _ZN13RTCRestString14resetToDefaultEv
185 _ZN13RTCRestString19deserializeFromJsonERK17RTCRestJsonCursor
186 _ZN13RTCRestString27deserializeInstanceFromJsonERK17RTCRestJsonCursorPP17RTCRestObjectBase
187 _ZN13RTCRestString6assignEPKc
188 _ZN13RTCRestString6assignEPKcm
189 _ZN13RTCRestString6assignERK9RTCString
190 _ZN13RTCRestString6assignERK9RTCStringmm
191 _ZN13RTCRestString6assignEmc
192 _ZN13RTCRestString6printfEPKcz
193 _ZN13RTCRestString7printfVEPKcP13__va_list_tag ; not-arm64
194 _ZN13RTCRestString7printfVEPKcPc ; only-arm64
195 _ZN13RTCRestString7setNullEv
196 _ZN13RTCRestStringC1EPKc
197 _ZN13RTCRestStringC1ERK9RTCString
198 _ZN13RTCRestStringC1ERKS_
199 _ZN13RTCRestStringC1Ev
200 _ZN13RTCRestStringC2EPKc
201 _ZN13RTCRestStringC2ERK9RTCString
202 _ZN13RTCRestStringC2ERKS_
203 _ZN13RTCRestStringC2Ev
204 _ZN13RTCRestStringD0Ev
205 _ZN13RTCRestStringD1Ev
206 _ZN13RTCRestStringD2Ev
207 _ZN13RTCRestStringaSEPKc
208 _ZN13RTCRestStringaSERK9RTCString
209 _ZN13RTCRestStringaSERKS_
210 _ZN16RTCRestAnyObject10assignCopyERK11RTCRestBool
211 _ZN16RTCRestAnyObject10assignCopyERK12RTCRestArrayIS_E
212 _ZN16RTCRestAnyObject10assignCopyERK12RTCRestInt16
213 _ZN16RTCRestAnyObject10assignCopyERK12RTCRestInt32
214 _ZN16RTCRestAnyObject10assignCopyERK12RTCRestInt64
215 _ZN16RTCRestAnyObject10assignCopyERK13RTCRestDouble
216 _ZN16RTCRestAnyObject10assignCopyERK13RTCRestString
217 _ZN16RTCRestAnyObject10assignCopyERK16RTCRestStringMapIS_E
218 _ZN16RTCRestAnyObject10assignCopyERKS_
219 _ZN16RTCRestAnyObject10fromStringERK9RTCStringPKcP9RTERRINFOj
220 _ZN16RTCRestAnyObject11assignValueEPKc
221 _ZN16RTCRestAnyObject11assignValueERK9RTCString
222 _ZN16RTCRestAnyObject11assignValueEb
223 _ZN16RTCRestAnyObject11assignValueEd
224 _ZN16RTCRestAnyObject11assignValueEi
225 _ZN16RTCRestAnyObject11assignValueEs
226 _ZN16RTCRestAnyObject11assignValueEx
227 _ZN16RTCRestAnyObject14createInstanceEv
228 _ZN16RTCRestAnyObject14resetToDefaultEv
229 _ZN16RTCRestAnyObject19deserializeFromJsonERK17RTCRestJsonCursor
230 _ZN16RTCRestAnyObject27deserializeInstanceFromJsonERK17RTCRestJsonCursorPP17RTCRestObjectBase
231 _ZN16RTCRestAnyObject7setNullEv
232 _ZN16RTCRestAnyObjectC1ERKS_
233 _ZN16RTCRestAnyObjectC1Ev
234 _ZN16RTCRestAnyObjectC2ERKS_
235 _ZN16RTCRestAnyObjectC2Ev
236 _ZN16RTCRestAnyObjectD0Ev
237 _ZN16RTCRestAnyObjectD1Ev
238 _ZN16RTCRestAnyObjectD2Ev
239 _ZN16RTCRestAnyObjectaSERKS_
240 _ZN16RTCRestArrayBase10fromStringERK9RTCStringPKcP9RTERRINFOj
241 _ZN16RTCRestArrayBase12insertWorkerEmP17RTCRestObjectBaseb
242 _ZN16RTCRestArrayBase14ensureCapacityEm
243 _ZN16RTCRestArrayBase14resetToDefaultEv
244 _ZN16RTCRestArrayBase16insertCopyWorkerEmRK17RTCRestObjectBaseb
245 _ZN16RTCRestArrayBase19deserializeFromJsonERK17RTCRestJsonCursor
246 _ZN16RTCRestArrayBase22copyArrayWorkerNoThrowERKS_
247 _ZN16RTCRestArrayBase23copyArrayWorkerMayThrowERKS_
248 _ZN16RTCRestArrayBase5clearEv
249 _ZN16RTCRestArrayBase8removeAtEm
250 _ZN16RTCRestArrayBaseC2Ev
251 _ZN16RTCRestArrayBaseD0Ev
252 _ZN16RTCRestArrayBaseD1Ev
253 _ZN16RTCRestArrayBaseD2Ev
254 _ZN17RTCRestDataObject10assignCopyERKS_
255 _ZN17RTCRestDataObject14resetToDefaultEv
256 _ZN17RTCRestDataObject19deserializeFromJsonERK17RTCRestJsonCursor
257 _ZN17RTCRestDataObject25deserializeMemberFromJsonERK17RTCRestJsonCursorm
258 _ZN17RTCRestDataObjectC2ERKS_
259 _ZN17RTCRestDataObjectC2Ev
260 _ZN17RTCRestDataObjectD0Ev
261 _ZN17RTCRestDataObjectD1Ev
262 _ZN17RTCRestDataObjectD2Ev
263 _ZN17RTCRestDataObjectaSERKS_
264 _ZN17RTCRestObjectBase10fromStringERK9RTCStringPKcP9RTERRINFOj
265 _ZN17RTCRestObjectBase10setNotNullEv
266 _ZN17RTCRestObjectBase7setNullEv
267 _ZN17RTCRestObjectBaseC2ERKS_
268 _ZN17RTCRestObjectBaseC2Ev
269 _ZN17RTCRestObjectBaseD0Ev
270 _ZN17RTCRestObjectBaseD1Ev
271 _ZN17RTCRestObjectBaseD2Ev
272 _ZN17RTCRestOutputBase10beginArrayEv
273 _ZN17RTCRestOutputBase11beginObjectEv
274 _ZN17RTCRestOutputBase14valueSeparatorEv
275 _ZN17RTCRestOutputBase20printfOutputCallbackEPvPKcm
276 _ZN17RTCRestOutputBase21valueSeparatorAndNameEPKcm
277 _ZN17RTCRestOutputBase7vprintfEPKcP13__va_list_tag ; not-arm64
278 _ZN17RTCRestOutputBase7vprintfEPKcPc ; only-arm64
279 _ZN17RTCRestOutputBase8endArrayEj
280 _ZN17RTCRestOutputBase9endObjectEj
281 _ZN17RTCRestOutputBase9nullValueEv
282 _ZN17RTCRestOutputBaseC2Ev
283 _ZN17RTCRestOutputBaseD0Ev
284 _ZN17RTCRestOutputBaseD1Ev
285 _ZN17RTCRestOutputBaseD2Ev
286 _ZN20RTCRestClientApiBase12setServerUrlEPKc
287 _ZN20RTCRestClientApiBase14ociSignRequestEP14RTHTTPINTERNALRK9RTCString12RTHTTPMETHODS4_jP10RTCRKEYINTS4_
288 _ZN20RTCRestClientApiBase15setServerSchemeEPKc
289 _ZN20RTCRestClientApiBase16setServerUrlPartEPKcmmS1_m
290 _ZN20RTCRestClientApiBase17setServerBasePathEPKc
291 _ZN20RTCRestClientApiBase18reinitHttpInstanceEv
292 _ZN20RTCRestClientApiBase18setServerAuthorityEPKc
293 _ZN20RTCRestClientApiBase6doCallERK24RTCRestClientRequestBase12RTHTTPMETHODP25RTCRestClientResponseBasePKcj
294 _ZN20RTCRestClientApiBase9setCAFileEPKc
295 _ZN20RTCRestClientApiBase9setCAFileERK9RTCString
296 _ZN20RTCRestClientApiBase9xmitReadyEP14RTHTTPINTERNALRK9RTCString12RTHTTPMETHODS4_j
297 _ZN20RTCRestClientApiBaseC2Ev
298 _ZN20RTCRestClientApiBaseD0Ev
299 _ZN20RTCRestClientApiBaseD1Ev
300 _ZN20RTCRestClientApiBaseD2Ev
301 _ZN20RTCRestStringMapBase11putNewValueEPP17RTCRestObjectBasePKcmb
302 _ZN20RTCRestStringMapBase11putNewValueEPP17RTCRestObjectBaseRK9RTCStringb
303 _ZN20RTCRestStringMapBase13putCopyWorkerEPKcRK17RTCRestObjectBasebm
304 _ZN20RTCRestStringMapBase14resetToDefaultEv
305 _ZN20RTCRestStringMapBase19deserializeFromJsonERK17RTCRestJsonCursor
306 _ZN20RTCRestStringMapBase20copyMapWorkerNoThrowERKS_
307 _ZN20RTCRestStringMapBase21copyMapWorkerMayThrowERKS_
308 _ZN20RTCRestStringMapBase29stringSpaceDestructorCallbackEP14RTSTRSPACECOREPv
309 _ZN20RTCRestStringMapBase5clearEv
310 _ZN20RTCRestStringMapBase6removeEPKc
311 _ZN20RTCRestStringMapBase6removeERK9RTCString
312 _ZN20RTCRestStringMapBase9getWorkerEPKc
313 _ZN20RTCRestStringMapBase9putWorkerEPKcP17RTCRestObjectBasebm
314 _ZN20RTCRestStringMapBaseC2Ev
315 _ZN20RTCRestStringMapBaseD0Ev
316 _ZN20RTCRestStringMapBaseD1Ev
317 _ZN20RTCRestStringMapBaseD2Ev
318 _ZN21RTCRestBinaryResponse10assignCopyEPKvm
319 _ZN21RTCRestBinaryResponse10assignCopyERK13RTCRestBinary
320 _ZN21RTCRestBinaryResponse10assignCopyERKS_
321 _ZN21RTCRestBinaryResponse14assignReadOnlyEPKvm
322 _ZN21RTCRestBinaryResponse14createInstanceEv
323 _ZN21RTCRestBinaryResponse14receivePrepareEP14RTHTTPINTERNALj
324 _ZN21RTCRestBinaryResponse14resetToDefaultEv
325 _ZN21RTCRestBinaryResponse15assignWriteableEPvm
326 _ZN21RTCRestBinaryResponse15receiveCompleteEP14RTHTTPINTERNAL
327 _ZN21RTCRestBinaryResponse18setMaxDownloadSizeEm
328 _ZN21RTCRestBinaryResponse19receiveHttpCallbackEP14RTHTTPINTERNALPKvmjyyPv
329 _ZN21RTCRestBinaryResponse19setConsumerCallbackEPFiPS_PKvmjyyEPv ; before-noexcept
330 _ZN21RTCRestBinaryResponse19setConsumerCallbackEPDoFiPS_PKvmjyyEPv ; after-noexcept
331 _ZN21RTCRestBinaryResponseC1Ev
332 _ZN21RTCRestBinaryResponseC2Ev
333 _ZN21RTCRestOutputToString6outputEPKcm
334 _ZN21RTCRestOutputToString8finalizeEv
335 _ZN21RTCRestOutputToStringC1EP9RTCStringb
336 _ZN21RTCRestOutputToStringC2EP9RTCStringb
337 _ZN21RTCRestOutputToStringD0Ev
338 _ZN21RTCRestOutputToStringD1Ev
339 _ZN21RTCRestOutputToStringD2Ev
340 _ZN21RTCRestPolyDataObject14resetToDefaultEv
341 _ZN21RTCRestPolyDataObjectC2ERKS_
342 _ZN21RTCRestPolyDataObjectC2Ev
343 _ZN21RTCRestPolyDataObjectD0Ev
344 _ZN21RTCRestPolyDataObjectD1Ev
345 _ZN21RTCRestPolyDataObjectD2Ev
346 _ZN21RTCRestPolyDataObjectaSERKS_
347 _ZN21RTCRestStringEnumBase10assignCopyERKS_
348 _ZN21RTCRestStringEnumBase10fromStringERK9RTCStringPKcP9RTERRINFOj
349 _ZN21RTCRestStringEnumBase11setByStringEPKcm
350 _ZN21RTCRestStringEnumBase11setByStringERK9RTCString
351 _ZN21RTCRestStringEnumBase12enumToStringEiPm
352 _ZN21RTCRestStringEnumBase12stringToEnumEPKcm
353 _ZN21RTCRestStringEnumBase12stringToEnumERK9RTCString
354 _ZN21RTCRestStringEnumBase14resetToDefaultEv
355 _ZN21RTCRestStringEnumBase19deserializeFromJsonERK17RTCRestJsonCursor
356 _ZN21RTCRestStringEnumBase9setWorkerEi
357 _ZN21RTCRestStringEnumBaseC2ERKS_
358 _ZN21RTCRestStringEnumBaseC2Ev
359 _ZN21RTCRestStringEnumBaseD0Ev
360 _ZN21RTCRestStringEnumBaseD1Ev
361 _ZN21RTCRestStringEnumBaseD2Ev
362 _ZN21RTCRestStringEnumBaseaSERKS_
363 _ZN22RTCRestBinaryParameter10assignCopyEPKvm
364 _ZN22RTCRestBinaryParameter10assignCopyERK13RTCRestBinary
365 _ZN22RTCRestBinaryParameter10assignCopyERKS_
366 _ZN22RTCRestBinaryParameter14assignReadOnlyEPKvm
367 _ZN22RTCRestBinaryParameter14createInstanceEv
368 _ZN22RTCRestBinaryParameter14resetToDefaultEv
369 _ZN22RTCRestBinaryParameter14setContentTypeEPKc
370 _ZN22RTCRestBinaryParameter15assignWriteableEPvm
371 _ZN22RTCRestBinaryParameter16xmitHttpCallbackEP14RTHTTPINTERNALPvmyPmS2_
372 _ZN22RTCRestBinaryParameter19setProducerCallbackEPFiPS_PvmyPmES1_y ; before-noexcept
373 _ZN22RTCRestBinaryParameter19setProducerCallbackEPDoFiPS_PvmyPmES1_y ; after-noexcept
374 _ZN22RTCRestBinaryParameterC1Ev
375 _ZN22RTCRestBinaryParameterC2Ev
376 _ZN23RTCRestOutputPrettyBase10beginArrayEv
377 _ZN23RTCRestOutputPrettyBase11beginObjectEv
378 _ZN23RTCRestOutputPrettyBase14valueSeparatorEv
379 _ZN23RTCRestOutputPrettyBase17outputIndentationEv
380 _ZN23RTCRestOutputPrettyBase21valueSeparatorAndNameEPKcm
381 _ZN23RTCRestOutputPrettyBase8endArrayEj
382 _ZN23RTCRestOutputPrettyBase9endObjectEj
383 _ZN23RTCRestOutputPrettyBaseC2Ev
384 _ZN23RTCRestOutputPrettyBaseD0Ev
385 _ZN23RTCRestOutputPrettyBaseD1Ev
386 _ZN23RTCRestOutputPrettyBaseD2Ev
387 _ZN24RTCRestClientRequestBaseC2ERKS_
388 _ZN24RTCRestClientRequestBaseC2Ev
389 _ZN24RTCRestClientRequestBaseD0Ev
390 _ZN24RTCRestClientRequestBaseD1Ev
391 _ZN24RTCRestClientRequestBaseD2Ev
392 _ZN24RTCRestClientRequestBaseaSERKS_
393 _ZN24RTCRestJsonPrimaryCursor12unknownFieldERK17RTCRestJsonCursor
394 _ZN24RTCRestJsonPrimaryCursor8addErrorERK17RTCRestJsonCursoriPKcz
395 _ZN25RTCRestClientResponseBase11consumeBodyEPKcm
396 _ZN25RTCRestClientResponseBase11copyErrInfoEPK9RTERRINFO
397 _ZN25RTCRestClientResponseBase12receiveFinalEv
398 _ZN25RTCRestClientResponseBase13consumeHeaderEjPKcmS1_m
399 _ZN25RTCRestClientResponseBase13deleteErrInfoEv
400 _ZN25RTCRestClientResponseBase14receivePrepareEP14RTHTTPINTERNAL
401 _ZN25RTCRestClientResponseBase15deserializeBodyEPKcmS1_
402 _ZN25RTCRestClientResponseBase15receiveCompleteEiP14RTHTTPINTERNAL
403 _ZN25RTCRestClientResponseBase17deserializeHeaderEP17RTCRestObjectBasePKcmjS3_
404 _ZN25RTCRestClientResponseBase18getErrInfoInternalEv
405 _ZN25RTCRestClientResponseBase24PrimaryJsonCursorForBody12unknownFieldERK17RTCRestJsonCursor
406 _ZN25RTCRestClientResponseBase24PrimaryJsonCursorForBody8addErrorERK17RTCRestJsonCursoriPKcz
407 _ZN25RTCRestClientResponseBase24PrimaryJsonCursorForBodyC1EP12RTJSONVALINTPKcPS_
408 _ZN25RTCRestClientResponseBase24PrimaryJsonCursorForBodyC2EP12RTJSONVALINTPKcPS_
409 _ZN25RTCRestClientResponseBase24deserializeHeaderIntoMapEP20RTCRestStringMapBasePKcmS3_mjS3_
410 _ZN25RTCRestClientResponseBase25receiveHttpHeaderCallbackEP14RTHTTPINTERNALjPKcmS3_mPv
411 _ZN25RTCRestClientResponseBase29deserializeBodyFromJsonCursorERK17RTCRestJsonCursor
412 _ZN25RTCRestClientResponseBase5resetEv
413 _ZN25RTCRestClientResponseBase8addErrorEiPKcz
414 _ZN25RTCRestClientResponseBaseC2ERKS_
415 _ZN25RTCRestClientResponseBaseC2Ev
416 _ZN25RTCRestClientResponseBaseD0Ev
417 _ZN25RTCRestClientResponseBaseD1Ev
418 _ZN25RTCRestClientResponseBaseD2Ev
419 _ZN25RTCRestClientResponseBaseaSERKS_
420 _ZN27RTCRestOutputPrettyToString6outputEPKcm
421 _ZN27RTCRestOutputPrettyToString8finalizeEv
422 _ZN27RTCRestOutputPrettyToStringC1EP9RTCStringb
423 _ZN27RTCRestOutputPrettyToStringC2EP9RTCStringb
424 _ZN27RTCRestOutputPrettyToStringD0Ev
425 _ZN27RTCRestOutputPrettyToStringD1Ev
426 _ZN27RTCRestOutputPrettyToStringD2Ev
427 _ZN3xml11ElementNode16setAttributePathEPKcRK9RTCString
428 _ZN3xml12XmlMemParser4readEPKvmRK9RTCStringRNS_8DocumentE
429 _ZN3xml13XmlFileParser4readERK9RTCStringRNS_8DocumentE
430 _ZN3xml15XmlStringWriter5writeERKNS_8DocumentEP9RTCString
431 _ZN9RTCString10stripRightEv
432 _ZN9RTCString11findReplaceEcc
433 _ZN9RTCString12appendPrintfEPKcz
434 _ZN9RTCString12appendWorkerEPKcm
435 _ZN9RTCString13appendNoThrowEPKc
436 _ZN9RTCString13appendNoThrowEPKcm
437 _ZN9RTCString13appendNoThrowERKS_
438 _ZN9RTCString13appendNoThrowERKS_mm
439 _ZN9RTCString13appendNoThrowEc
440 _ZN9RTCString13appendPrintfVEPKcP13__va_list_tag ; not-arm64
441 _ZN9RTCString13appendPrintfVEPKcPc ; only-arm64
442 _ZN9RTCString13assignNoThrowEPKc
443 _ZN9RTCString13assignNoThrowEPKcm
444 _ZN9RTCString13assignNoThrowERKS_
445 _ZN9RTCString13assignNoThrowERKS_mm
446 _ZN9RTCString13assignNoThrowEmc
447 _ZN9RTCString13printfNoThrowEPKcz
448 _ZN9RTCString13replaceWorkerEmmPKcm
449 _ZN9RTCString14printfVNoThrowEPKcP13__va_list_tag ; not-arm64
450 _ZN9RTCString14printfVNoThrowEPKcPc ; only-arm64
451 _ZN9RTCString14replaceNoThrowEmmPKc
452 _ZN9RTCString14replaceNoThrowEmmPKcm
453 _ZN9RTCString14replaceNoThrowEmmRKS_
454 _ZN9RTCString14replaceNoThrowEmmRKS_mm
455 _ZN9RTCString15appendCodePointEj
456 _ZN9RTCString19appendPrintfNoThrowEPKcz
457 _ZN9RTCString19appendWorkerNoThrowEPKcm
458 _ZN9RTCString20appendPrintfVNoThrowEPKcP13__va_list_tag ; not-arm64
459 _ZN9RTCString20appendPrintfVNoThrowEPKcPc ; only-arm64
460 _ZN9RTCString20printfOutputCallbackEPvPKcm
461 _ZN9RTCString20replaceWorkerNoThrowEmmPKcm
462 _ZN9RTCString22appendCodePointNoThrowEj
463 _ZN9RTCString27printfOutputCallbackNoThrowEPvPKcm
464 _ZN9RTCString4joinERK7RTCListIS_PS_ERKS_
465 _ZN9RTCString4nposE DATA
466 _ZN9RTCString5eraseEmm
467 _ZN9RTCString5stripEv
468 _ZN9RTCString6appendEPKc
469 _ZN9RTCString6appendEPKcm
470 _ZN9RTCString6appendERKS_
471 _ZN9RTCString6appendERKS_mm
472 _ZN9RTCString6appendEc
473 _ZN9RTCString6assignEPKc
474 _ZN9RTCString6assignEPKcm
475 _ZN9RTCString6assignERKS_
476 _ZN9RTCString6assignERKS_mm
477 _ZN9RTCString6assignEmc
478 _ZN9RTCString6joinExERK7RTCListIS_PS_ERKS_S6_
479 _ZN9RTCString6printfEPKcz
480 _ZN9RTCString7printfVEPKcP13__va_list_tag ; not-arm64
481 _ZN9RTCString7printfVEPKcPc ; only-arm64
482 _ZN9RTCString7replaceEmmPKc
483 _ZN9RTCString7replaceEmmPKcm
484 _ZN9RTCString7replaceEmmRKS_
485 _ZN9RTCString7replaceEmmRKS_mm
486 _ZN9RTCString9stripLeftEv
487 _ZNK11RTCRestBool15serializeAsJsonER17RTCRestOutputBase
488 _ZNK11RTCRestBool8toStringEP9RTCStringj
489 _ZNK11RTCRestBool8typeNameEv
490 _ZNK11RTCRestBool9baseCloneEv
491 _ZNK11RTCRestBool9typeClassEv
492 _ZNK11RTCRestDate15serializeAsJsonER17RTCRestOutputBase
493 _ZNK11RTCRestDate8toStringEP9RTCStringj
494 _ZNK11RTCRestDate8typeNameEv
495 _ZNK11RTCRestDate9baseCloneEv
496 _ZNK11RTCRestDate9typeClassEv
497 _ZNK12RTCRestInt1615serializeAsJsonER17RTCRestOutputBase
498 _ZNK12RTCRestInt168toStringEP9RTCStringj
499 _ZNK12RTCRestInt168typeNameEv
500 _ZNK12RTCRestInt169baseCloneEv
501 _ZNK12RTCRestInt169typeClassEv
502 _ZNK12RTCRestInt3215serializeAsJsonER17RTCRestOutputBase
503 _ZNK12RTCRestInt328toStringEP9RTCStringj
504 _ZNK12RTCRestInt328typeNameEv
505 _ZNK12RTCRestInt329baseCloneEv
506 _ZNK12RTCRestInt329typeClassEv
507 _ZNK12RTCRestInt6415serializeAsJsonER17RTCRestOutputBase
508 _ZNK12RTCRestInt648toStringEP9RTCStringj
509 _ZNK12RTCRestInt648typeNameEv
510 _ZNK12RTCRestInt649baseCloneEv
511 _ZNK12RTCRestInt649typeClassEv
512 _ZNK13RTCRestBinary15serializeAsJsonER17RTCRestOutputBase
513 _ZNK13RTCRestBinary8toStringEP9RTCStringj
514 _ZNK13RTCRestBinary8typeNameEv
515 _ZNK13RTCRestBinary9baseCloneEv
516 _ZNK13RTCRestBinary9typeClassEv
517 _ZNK13RTCRestDouble15serializeAsJsonER17RTCRestOutputBase
518 _ZNK13RTCRestDouble8toStringEP9RTCStringj
519 _ZNK13RTCRestDouble8typeNameEv
520 _ZNK13RTCRestDouble9baseCloneEv
521 _ZNK13RTCRestDouble9typeClassEv
522 _ZNK13RTCRestString15serializeAsJsonER17RTCRestOutputBase
523 _ZNK13RTCRestString8toStringEP9RTCStringj
524 _ZNK13RTCRestString8typeNameEv
525 _ZNK13RTCRestString9baseCloneEv
526 _ZNK13RTCRestString9typeClassEv
527 _ZNK16RTCRestAnyObject15serializeAsJsonER17RTCRestOutputBase
528 _ZNK16RTCRestAnyObject8toStringEP9RTCStringj
529 _ZNK16RTCRestAnyObject8typeNameEv
530 _ZNK16RTCRestAnyObject9baseCloneEv
531 _ZNK16RTCRestAnyObject9typeClassEv
532 _ZNK16RTCRestArrayBase15serializeAsJsonER17RTCRestOutputBase
533 _ZNK16RTCRestArrayBase8toStringEP9RTCStringj
534 _ZNK16RTCRestArrayBase8typeNameEv
535 _ZNK16RTCRestArrayBase9baseCloneEv
536 _ZNK16RTCRestArrayBase9typeClassEv
537 _ZNK17RTCRestDataObject15serializeAsJsonER17RTCRestOutputBase
538 _ZNK17RTCRestDataObject22serializeMembersAsJsonER17RTCRestOutputBase
539 _ZNK17RTCRestDataObject9typeClassEv
540 _ZNK17RTCRestObjectBase8toStringEP9RTCStringj
541 _ZNK17RTCRestObjectBase8toStringEv
542 _ZNK20RTCRestClientApiBase12getServerUrlEv
543 _ZNK20RTCRestStringMapBase11containsKeyEPKc
544 _ZNK20RTCRestStringMapBase11containsKeyERK9RTCString
545 _ZNK20RTCRestStringMapBase15serializeAsJsonER17RTCRestOutputBase
546 _ZNK20RTCRestStringMapBase4sizeEv
547 _ZNK20RTCRestStringMapBase8typeNameEv
548 _ZNK20RTCRestStringMapBase9baseCloneEv
549 _ZNK20RTCRestStringMapBase9getWorkerEPKc
550 _ZNK20RTCRestStringMapBase9typeClassEv
551 _ZNK21RTCRestBinaryResponse8typeNameEv
552 _ZNK21RTCRestBinaryResponse9baseCloneEv
553 _ZNK21RTCRestPolyDataObject7isChildEv
554 _ZNK21RTCRestStringEnumBase11cloneWorkerEPS_
555 _ZNK21RTCRestStringEnumBase15serializeAsJsonER17RTCRestOutputBase
556 _ZNK21RTCRestStringEnumBase8toStringEP9RTCStringj
557 _ZNK21RTCRestStringEnumBase9getStringEv
558 _ZNK21RTCRestStringEnumBase9typeClassEv
559 _ZNK22RTCRestBinaryParameter11xmitPrepareEP14RTHTTPINTERNAL
560 _ZNK22RTCRestBinaryParameter12xmitCompleteEP14RTHTTPINTERNAL
561 _ZNK22RTCRestBinaryParameter8typeNameEv
562 _ZNK22RTCRestBinaryParameter9baseCloneEv
563 _ZNK24RTCRestClientRequestBase16doPathParametersEP9RTCStringPKcmPKNS_13PATHPARAMDESCEPNS_14PATHPARAMSTATEEm
564 _ZNK24RTCRestClientRequestBase17doQueryParametersEP9RTCStringPKNS_14QUERYPARAMDESCEPPK17RTCRestObjectBasem
565 _ZNK24RTCRestClientRequestBase18doHeaderParametersEP14RTHTTPINTERNALPKNS_15HEADERPARAMDESCEPPK17RTCRestObjectBasem
566 _ZNK24RTCRestJsonPrimaryCursor7getPathERK17RTCRestJsonCursorPcm
567 _ZNK3xml11ElementNode17getAttributeValueEPKcP9RTCStringS2_
568 _ZNK3xml11ElementNode21getAttributeValuePathEPKcP9RTCStringS2_
569 _ZNK9RTCString8endsWithEPKc
570 _ZNK9RTCString8endsWithEPKcm
571 _ZNK9RTCString8endsWithERKS_
572 _ZNK9RTCString9endsWithIEPKc
573 _ZNK9RTCString9endsWithIEPKcm
574 _ZNK9RTCString9endsWithIERKS_
575 _ZNK9RTCString10startsWithEPKc
576 _ZNK9RTCString10startsWithEPKcm
577 _ZNK9RTCString10startsWithERKS_
578 _ZNK9RTCString11startsWithIEPKc
579 _ZNK9RTCString11startsWithIEPKcm
580 _ZNK9RTCString11startsWithIERKS_
581 _ZNK9RTCString4findEPKS_m
582 _ZNK9RTCString4findEPKcm
583 _ZNK9RTCString4findERKS_m
584 _ZNK9RTCString4findEcm
585 _ZNK9RTCString5countEc
586 _ZNK9RTCString5splitERKS_NS_9SplitModeE
587 _ZNK9RTCString5toIntERj
588 _ZNK9RTCString5toIntERy
589 _ZNK9RTCString8containsEPKcNS_15CaseSensitivityE
590 _ZNK9RTCString8containsERKS_NS_15CaseSensitivityE
591 _ZNK9RTCString8endsWithERKS_NS_15CaseSensitivityE
592 _ZNK9RTCString8substrCPEmm
593 _ZTI11RTCRestBool DATA
594 _ZTI11RTCRestDate DATA
595 _ZTI12RTCRestInt16 DATA
596 _ZTI12RTCRestInt32 DATA
597 _ZTI12RTCRestInt64 DATA
598 _ZTI13RTCRestBinary DATA
599 _ZTI13RTCRestDouble DATA
600 _ZTI13RTCRestString DATA
601 _ZTI16RTCRestAnyObject DATA
602 _ZTI16RTCRestArrayBase DATA
603 _ZTI17RTCRestDataObject DATA
604 _ZTI17RTCRestObjectBase DATA
605 _ZTI17RTCRestOutputBase DATA
606 _ZTI20RTCRestClientApiBase DATA
607 _ZTI20RTCRestStringMapBase DATA
608 _ZTI21RTCRestBinaryResponse DATA
609 _ZTI21RTCRestOutputToString DATA
610 _ZTI21RTCRestPolyDataObject DATA
611 _ZTI21RTCRestStringEnumBase DATA
612 _ZTI22RTCRestBinaryParameter DATA
613 _ZTI23RTCRestOutputPrettyBase DATA
614 _ZTI24RTCRestClientRequestBase DATA
615 _ZTI24RTCRestJsonPrimaryCursor DATA
616 _ZTI25RTCRestClientResponseBase DATA
617 _ZTI27RTCRestOutputPrettyToString DATA
618 _ZTI9RTCString DATA
619 _ZTIN25RTCRestClientResponseBase24PrimaryJsonCursorForBodyE DATA
620 _ZTS11RTCRestBool DATA
621 _ZTS11RTCRestDate DATA
622 _ZTS12RTCRestInt16 DATA
623 _ZTS12RTCRestInt32 DATA
624 _ZTS12RTCRestInt64 DATA
625 _ZTS13RTCRestBinary DATA
626 _ZTS13RTCRestDouble DATA
627 _ZTS13RTCRestString DATA
628 _ZTS16RTCRestAnyObject DATA
629 _ZTS16RTCRestArrayBase DATA
630 _ZTS17RTCRestDataObject DATA
631 _ZTS17RTCRestObjectBase DATA
632 _ZTS17RTCRestOutputBase DATA
633 _ZTS20RTCRestClientApiBase DATA
634 _ZTS20RTCRestStringMapBase DATA
635 _ZTS21RTCRestBinaryResponse DATA
636 _ZTS21RTCRestOutputToString DATA
637 _ZTS21RTCRestPolyDataObject DATA
638 _ZTS21RTCRestStringEnumBase DATA
639 _ZTS22RTCRestBinaryParameter DATA
640 _ZTS23RTCRestOutputPrettyBase DATA
641 _ZTS24RTCRestClientRequestBase DATA
642 _ZTS24RTCRestJsonPrimaryCursor DATA
643 _ZTS25RTCRestClientResponseBase DATA
644 _ZTS27RTCRestOutputPrettyToString DATA
645 _ZTS9RTCString DATA
646 _ZTSN25RTCRestClientResponseBase24PrimaryJsonCursorForBodyE DATA
647 _ZTV11RTCRestBool DATA
648 _ZTV11RTCRestDate DATA
649 _ZTV12RTCRestInt16 DATA
650 _ZTV12RTCRestInt32 DATA
651 _ZTV12RTCRestInt64 DATA
652 _ZTV13RTCRestBinary DATA
653 _ZTV13RTCRestDouble DATA
654 _ZTV13RTCRestString DATA
655 _ZTV16RTCRestAnyObject DATA
656 _ZTV16RTCRestArrayBase DATA
657 _ZTV17RTCRestDataObject DATA
658 _ZTV17RTCRestObjectBase DATA
659 _ZTV17RTCRestOutputBase DATA
660 _ZTV20RTCRestClientApiBase DATA
661 _ZTV20RTCRestStringMapBase DATA
662 _ZTV21RTCRestBinaryResponse DATA
663 _ZTV21RTCRestOutputToString DATA
664 _ZTV21RTCRestPolyDataObject DATA
665 _ZTV21RTCRestStringEnumBase DATA
666 _ZTV22RTCRestBinaryParameter DATA
667 _ZTV23RTCRestOutputPrettyBase DATA
668 _ZTV24RTCRestClientRequestBase DATA
669 _ZTV24RTCRestJsonPrimaryCursor DATA
670 _ZTV25RTCRestClientResponseBase DATA
671 _ZTV27RTCRestOutputPrettyToString DATA
672 _ZTVN25RTCRestClientResponseBase24PrimaryJsonCursorForBodyE DATA
673 _ZThn16_N13RTCRestStringD0Ev
674 _ZThn16_N13RTCRestStringD1Ev
675 _ZplPKcRK9RTCString
676 _ZplRK9RTCStringPKc
677 _ZplRK9RTCStringS1_
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use