Changeset 101354 in vbox
- Timestamp:
- Oct 5, 2023 10:18:23 AM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 159356
- Location:
- trunk/src/VBox/Runtime/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def
r98103 r101354 39 39 ; 40 40 ; Use the following command-line to generate the stuff below (same as vcc64, except input/output): 41 ; 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-x86\VBoxRT-x86.map | sort >> VBox\VBoxRTImp-vcc32.def41 ; kmk_sed -r -e "/^ .*(RTCRest|RTCString)/!d" -e "/exported name:/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-x86\VBoxRT-x86.map | sort >> VBox\VBoxRTImp-vcc32.def 42 42 ; 43 44 ; Specials due to noexcept: 45 ?setConsumerCallback@RTCRestBinaryResponse@@QAEXP6AHPAV1@PBXII_K2@ZPAX@Z ; before-noexcept ; (public: void __thiscall RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse *,void const *,unsigned int,unsigned int,unsigned __int64,unsigned __int64),void *)) 46 ?setConsumerCallback@RTCRestBinaryResponse@@QAEXP6AHPAV1@PBXII_K2@_EPAX@Z=?setConsumerCallback@RTCRestBinaryResponse@@QAEXP6AHPAV1@PBXII_K2@ZPAX@Z ; before-noexcept ; (public: void __thiscall RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse *,void const *,unsigned int,unsigned int,unsigned __int64,unsigned __int64) noexcept,void *)) 47 ?setConsumerCallback@RTCRestBinaryResponse@@QAEXP6AHPAV1@PBXII_K2@_EPAX@Z ; after-noexcept ; (public: void __thiscall RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse *,void const *,unsigned int,unsigned int,unsigned __int64,unsigned __int64) noexcept,void *)) 48 ?setConsumerCallback@RTCRestBinaryResponse@@QAEXP6AHPAV1@PBXII_K2@ZPAX@Z=?setConsumerCallback@RTCRestBinaryResponse@@QAEXP6AHPAV1@PBXII_K2@_EPAX@Z ; after-noexcept ; (public: void __thiscall RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse *,void const *,unsigned int,unsigned int,unsigned __int64,unsigned __int64),void *)) 49 ?setProducerCallback@RTCRestBinaryParameter@@QAEXP6AHPAV1@PAXI_KPAI@Z12@Z ; before-noexcept ; (public: void __thiscall RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter *,void *,unsigned int,unsigned __int64,unsigned int *),void *,unsigned __int64)) 50 ?setProducerCallback@RTCRestBinaryParameter@@QAEXP6AHPAV1@PAXI_KPAI@_E12@Z=?setProducerCallback@RTCRestBinaryParameter@@QAEXP6AHPAV1@PAXI_KPAI@Z12@Z ; before-noexcept ; (public: void __thiscall RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter *,void *,unsigned int,unsigned __int64,unsigned int *) noexcept,void *,unsigned __int64)) 51 ?setProducerCallback@RTCRestBinaryParameter@@QAEXP6AHPAV1@PAXI_KPAI@_E12@Z ; after-noexcept ; (public: void __thiscall RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter *,void *,unsigned int,unsigned __int64,unsigned int *) noexcept,void *,unsigned __int64)) 52 ?setProducerCallback@RTCRestBinaryParameter@@QAEXP6AHPAV1@PAXI_KPAI@Z12@Z=?setProducerCallback@RTCRestBinaryParameter@@QAEXP6AHPAV1@PAXI_KPAI@_E12@Z ; after-noexcept ; (public: void __thiscall RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter *,void *,unsigned int,unsigned __int64,unsigned int *),void *,unsigned __int64)) 53 54 ; sed generated: 43 55 ??_7RTCRestAnyObject@@6B@ DATA ; (const RTCRestAnyObject::`vftable') 44 56 ??_7RTCRestArrayBase@@6B@ DATA ; (const RTCRestArrayBase::`vftable') … … 392 404 ?endObject@RTCRestOutputBase@@UAEXI@Z ; (public: virtual void __thiscall RTCRestOutputBase::endObject(unsigned int)) 393 405 ?endObject@RTCRestOutputPrettyBase@@UAEXI@Z ; (public: virtual void __thiscall RTCRestOutputPrettyBase::endObject(unsigned int)) 406 ?endsWith@RTCString@@QBE_NABV1@@Z ; (public: bool __thiscall RTCString::endsWith(class RTCString const &)const ) 394 407 ?endsWith@RTCString@@QBE_NABV1@W4CaseSensitivity@1@@Z ; (public: bool __thiscall RTCString::endsWith(class RTCString const &,enum RTCString::CaseSensitivity)const ) 408 ?endsWith@RTCString@@QBE_NPBD@Z ; (public: bool __thiscall RTCString::endsWith(char const *)const ) 409 ?endsWith@RTCString@@QBE_NPBDI@Z ; (public: bool __thiscall RTCString::endsWith(char const *,unsigned int)const ) 410 ?endsWith@RTCString@@QBE_NPBDIW4CaseSensitivity@1@@Z ; (public: bool __thiscall RTCString::endsWith(char const *,unsigned int,enum RTCString::CaseSensitivity)const ) 411 ?endsWith@RTCString@@QBE_NPBDW4CaseSensitivity@1@@Z ; (public: bool __thiscall RTCString::endsWith(char const *,enum RTCString::CaseSensitivity)const ) 412 ?endsWithI@RTCString@@QBE_NABV1@@Z ; (public: bool __thiscall RTCString::endsWithI(class RTCString const &)const ) 413 ?endsWithI@RTCString@@QBE_NPBD@Z ; (public: bool __thiscall RTCString::endsWithI(char const *)const ) 414 ?endsWithI@RTCString@@QBE_NPBDI@Z ; (public: bool __thiscall RTCString::endsWithI(char const *,unsigned int)const ) 395 415 ?ensureCapacity@RTCRestArrayBase@@QAEHI@Z ; (public: int __thiscall RTCRestArrayBase::ensureCapacity(unsigned int)) 396 416 ?enumToString@RTCRestStringEnumBase@@QAEPBDHPAI@Z ; (public: char const * __thiscall RTCRestStringEnumBase::enumToString(int,unsigned int *)) … … 407 427 ?find@RTCString@@QBEIPBDI@Z ; (public: unsigned int __thiscall RTCString::find(char const *,unsigned int)const ) 408 428 ?find@RTCString@@QBEIPBV1@I@Z ; (public: unsigned int __thiscall RTCString::find(class RTCString const *,unsigned int)const ) 429 ?find_first_of@RTCString@@QBEIABV1@I@Z ; (public: unsigned int __thiscall RTCString::find_first_of(class RTCString const &,unsigned int)const ) 430 ?find_first_of@RTCString@@QBEIDI@Z ; (public: unsigned int __thiscall RTCString::find_first_of(char,unsigned int)const ) 431 ?find_first_of@RTCString@@QBEIPBDI@Z ; (public: unsigned int __thiscall RTCString::find_first_of(char const *,unsigned int)const ) 409 432 ?findReplace@RTCString@@QAEXDD@Z ; (public: void __thiscall RTCString::findReplace(char,char)) 410 433 ?format@RTCRestDate@@IAEHW4kFormat@1@@Z ; (protected: int __thiscall RTCRestDate::format(enum RTCRestDate::kFormat)) … … 424 447 ?getAttributeValue@ElementNode@xml@@QBE_NPBDAAVRTCString@@0@Z ; (public: bool __thiscall xml::ElementNode::getAttributeValue(char const *,class RTCString &,char const *)const ) 425 448 ?getAttributeValue@ElementNode@xml@@QBE_NPBDPAVRTCString@@0@Z ; (public: bool __thiscall xml::ElementNode::getAttributeValue(char const *,class RTCString *,char const *)const ) 449 ?getAttributeValueN@ElementNode@xml@@QBE_NPBDAAVRTCString@@I0@Z ; (public: bool __thiscall xml::ElementNode::getAttributeValueN(char const *,class RTCString &,unsigned int,char const *)const ) 450 ?getAttributeValueN@ElementNode@xml@@QBE_NPBDPAVRTCString@@I0@Z ; (public: bool __thiscall xml::ElementNode::getAttributeValueN(char const *,class RTCString *,unsigned int,char const *)const ) 426 451 ?getAttributeValuePath@ElementNode@xml@@QBE_NPBDAAVRTCString@@0@Z ; (public: bool __thiscall xml::ElementNode::getAttributeValuePath(char const *,class RTCString &,char const *)const ) 427 452 ?getAttributeValuePath@ElementNode@xml@@QBE_NPBDPAVRTCString@@0@Z ; (public: bool __thiscall xml::ElementNode::getAttributeValuePath(char const *,class RTCString *,char const *)const ) 453 ?getAttributeValuePathN@ElementNode@xml@@QBE_NPBDAAVRTCString@@I0@Z ; (public: bool __thiscall xml::ElementNode::getAttributeValuePathN(char const *,class RTCString &,unsigned int,char const *)const ) 454 ?getAttributeValuePathN@ElementNode@xml@@QBE_NPBDPAVRTCString@@I0@Z ; (public: bool __thiscall xml::ElementNode::getAttributeValuePathN(char const *,class RTCString *,unsigned int,char const *)const ) 428 455 ?getCallbackData@RTCRestBinaryParameter@@QBEPAXXZ ; (public: void * __thiscall RTCRestBinaryParameter::getCallbackData(void)const ) 429 456 ?getCallbackData@RTCRestBinaryResponse@@QBEPAXXZ ; (public: void * __thiscall RTCRestBinaryResponse::getCallbackData(void)const ) … … 549 576 ?setByString@RTCRestStringEnumBase@@QAEHABVRTCString@@@Z ; (public: int __thiscall RTCRestStringEnumBase::setByString(class RTCString const &)) 550 577 ?setByString@RTCRestStringEnumBase@@QAEHPBDI@Z ; (public: int __thiscall RTCRestStringEnumBase::setByString(char const *,unsigned int)) 551 ?setConsumerCallback@RTCRestBinaryResponse@@QAEXP6AHPAV1@PBXII_K2@ZPAX@Z ; before-noexcept ; (public: void __thiscall RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse *,void const *,unsigned int,unsigned int,unsigned __int64,unsigned __int64),void *)) 552 ?setConsumerCallback@RTCRestBinaryResponse@@QAEXP6AHPAV1@PBXII_K2@_EPAX@Z=?setConsumerCallback@RTCRestBinaryResponse@@QAEXP6AHPAV1@PBXII_K2@ZPAX@Z ; before-noexcept ; (public: void __thiscall RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse *,void const *,unsigned int,unsigned int,unsigned __int64,unsigned __int64),void *)) 553 ?setConsumerCallback@RTCRestBinaryResponse@@QAEXP6AHPAV1@PBXII_K2@_EPAX@Z ; after-noexcept ; (public: void __thiscall RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse *,void const *,unsigned int,unsigned int,unsigned __int64,unsigned __int64),void *)) 554 ?setConsumerCallback@RTCRestBinaryResponse@@QAEXP6AHPAV1@PBXII_K2@ZPAX@Z=?setConsumerCallback@RTCRestBinaryResponse@@QAEXP6AHPAV1@PBXII_K2@_EPAX@Z ; after-noexcept ; (public: void __thiscall RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse *,void const *,unsigned int,unsigned int,unsigned __int64,unsigned __int64),void *)) 578 ?setCAFile@RTCRestClientApiBase@@QAEHABVRTCString@@@Z ; (public: int __thiscall RTCRestClientApiBase::setCAFile(class RTCString const &)) 579 ?setCAFile@RTCRestClientApiBase@@QAEHPBD@Z ; (public: int __thiscall RTCRestClientApiBase::setCAFile(char const *)) 555 580 ?setContent@ElementNode@xml@@QAEPAVContentNode@2@ABVRTCString@@@Z ; (public: class xml::ContentNode * __thiscall xml::ElementNode::setContent(class RTCString const &)) 556 581 ?setContentType@RTCRestBinaryParameter@@QAEHPBD@Z ; (public: int __thiscall RTCRestBinaryParameter::setContentType(char const *)) … … 563 588 ?setNull@RTCRestString@@UAEHXZ ; (public: virtual int __thiscall RTCRestString::setNull(void)) 564 589 ?setNull@RTCString@@QAEXXZ ; (public: void __thiscall RTCString::setNull(void)) 565 ?setProducerCallback@RTCRestBinaryParameter@@QAEXP6AHPAV1@PAXI_KPAI@Z12@Z ; before-noexcept; (public: void __thiscall RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter *,void *,unsigned int,unsigned __int64,unsigned int *),void *,unsigned __int64))566 ?setProducerCallback@RTCRestBinaryParameter@@QAEXP6AHPAV1@PAXI_KPAI@_E12@Z=?setProducerCallback@RTCRestBinaryParameter@@QAEXP6AHPAV1@PAXI_KPAI@Z12@Z ; before-noexcept; (public: void __thiscall RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter *,void *,unsigned int,unsigned __int64,unsigned int *),void *,unsigned __int64))567 ?setProducerCallback@RTCRestBinaryParameter@@QAEXP6AHPAV1@PAXI_KPAI@_E12@Z ; after-noexcept; (public: void __thiscall RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter *,void *,unsigned int,unsigned __int64,unsigned int *),void *,unsigned __int64))568 ?setProducerCallback@RTCRestBinaryParameter@@QAEXP6AHPAV1@PAXI_KPAI@Z12@Z=?setProducerCallback@RTCRestBinaryParameter@@QAEXP6AHPAV1@PAXI_KPAI@_E12@Z ; after-noexcept; (public: void __thiscall RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter *,void *,unsigned int,unsigned __int64,unsigned int *),void *,unsigned __int64))569 590 ?setServerAuthority@RTCRestClientApiBase@@QAEHPBD@Z ; (public: int __thiscall RTCRestClientApiBase::setServerAuthority(char const *)) 570 591 ?setServerBasePath@RTCRestClientApiBase@@QAEHPBD@Z ; (public: int __thiscall RTCRestClientApiBase::setServerBasePath(char const *)) … … 576 597 ?size@RTCRestStringMapBase@@QBEIXZ ; (public: unsigned int __thiscall RTCRestStringMapBase::size(void)const ) 577 598 ?split@RTCString@@QBE?AV?$RTCList@VRTCString@@PAV1@@@ABV1@W4SplitMode@1@@Z ; (public: class RTCList<class RTCString,class RTCString *> __thiscall RTCString::split(class RTCString const &,enum RTCString::SplitMode)const ) 599 ?startsWith@RTCString@@QBE_NABV1@@Z ; (public: bool __thiscall RTCString::startsWith(class RTCString const &)const ) 578 600 ?startsWith@RTCString@@QBE_NABV1@W4CaseSensitivity@1@@Z ; (public: bool __thiscall RTCString::startsWith(class RTCString const &,enum RTCString::CaseSensitivity)const ) 601 ?startsWith@RTCString@@QBE_NPBD@Z ; (public: bool __thiscall RTCString::startsWith(char const *)const ) 602 ?startsWith@RTCString@@QBE_NPBDI@Z ; (public: bool __thiscall RTCString::startsWith(char const *,unsigned int)const ) 603 ?startsWith@RTCString@@QBE_NPBDIW4CaseSensitivity@1@@Z ; (public: bool __thiscall RTCString::startsWith(char const *,unsigned int,enum RTCString::CaseSensitivity)const ) 604 ?startsWith@RTCString@@QBE_NPBDW4CaseSensitivity@1@@Z ; (public: bool __thiscall RTCString::startsWith(char const *,enum RTCString::CaseSensitivity)const ) 605 ?startsWithI@RTCString@@QBE_NABV1@@Z ; (public: bool __thiscall RTCString::startsWithI(class RTCString const &)const ) 606 ?startsWithI@RTCString@@QBE_NPBD@Z ; (public: bool __thiscall RTCString::startsWithI(char const *)const ) 607 ?startsWithI@RTCString@@QBE_NPBDI@Z ; (public: bool __thiscall RTCString::startsWithI(char const *,unsigned int)const ) 579 608 ?startsWithWord@RTCString@@QBE_NABV1@W4CaseSensitivity@1@@Z ; (public: bool __thiscall RTCString::startsWithWord(class RTCString const &,enum RTCString::CaseSensitivity)const ) 580 609 ?startsWithWord@RTCString@@QBE_NPBDW4CaseSensitivity@1@@Z ; (public: bool __thiscall RTCString::startsWithWord(char const *,enum RTCString::CaseSensitivity)const ) … … 609 638 ?toUInt64@RTCString@@QBE_KXZ ; (public: unsigned __int64 __thiscall RTCString::toUInt64(void)const ) 610 639 ?toUpper@RTCString@@QAEAAV1@XZ ; (public: class RTCString & __thiscall RTCString::toUpper(void)) 640 ?truncate@RTCString@@QAEAAV1@I@Z ; (public: class RTCString & __thiscall RTCString::truncate(unsigned int)) 611 641 ?typeClass@RTCRestAnyObject@@UBE?AW4kTypeClass@RTCRestObjectBase@@XZ ; (public: virtual enum RTCRestObjectBase::kTypeClass __thiscall RTCRestAnyObject::typeClass(void)const ) 612 642 ?typeClass@RTCRestArrayBase@@UBE?AW4kTypeClass@RTCRestObjectBase@@XZ ; (public: virtual enum RTCRestObjectBase::kTypeClass __thiscall RTCRestArrayBase::typeClass(void)const ) -
trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def
r98103 r101354 39 39 ; 40 40 ; Use the following command-line to generate the stuff below (same as vcc32, except input/output): 41 ; 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.def41 ; kmk_sed -r -e "/^ .*(RTCRest|RTCString)/!d" -e "/exported name:/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 42 42 ; 43 44 ; Specials due to noexcept: 45 ?setConsumerCallback@RTCRestBinaryResponse@@QEAAXP6AHPEAV1@PEBX_KI22@ZPEAX@Z ; before-noexcept ; (public: void __cdecl RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse *,void const *,unsigned __int64,unsigned int,unsigned __int64,unsigned __int64),void *)) 46 ?setConsumerCallback@RTCRestBinaryResponse@@QEAAXP6AHPEAV1@PEBX_KI22@_EPEAX@Z=?setConsumerCallback@RTCRestBinaryResponse@@QEAAXP6AHPEAV1@PEBX_KI22@ZPEAX@Z ; before-noexcept ; (public: void __cdecl RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse *,void const *,unsigned __int64,unsigned int,unsigned __int64,unsigned __int64) noexcept,void *)) 47 ?setConsumerCallback@RTCRestBinaryResponse@@QEAAXP6AHPEAV1@PEBX_KI22@_EPEAX@Z ; after-noexcept ; (public: void __cdecl RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse *,void const *,unsigned __int64,unsigned int,unsigned __int64,unsigned __int64) noexcept,void *)) 48 ?setConsumerCallback@RTCRestBinaryResponse@@QEAAXP6AHPEAV1@PEBX_KI22@ZPEAX@Z=?setConsumerCallback@RTCRestBinaryResponse@@QEAAXP6AHPEAV1@PEBX_KI22@_EPEAX@Z ; after-noexcept ; (public: void __cdecl RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse *,void const *,unsigned __int64,unsigned int,unsigned __int64,unsigned __int64),void *)) 49 ?setProducerCallback@RTCRestBinaryParameter@@QEAAXP6AHPEAV1@PEAX_K2PEA_K@Z12@Z ; before-noexcept ; (public: void __cdecl RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter *,void *,unsigned __int64,unsigned __int64,unsigned __int64 *),void *,unsigned __int64)) 50 ?setProducerCallback@RTCRestBinaryParameter@@QEAAXP6AHPEAV1@PEAX_K2PEA_K@_E12@Z=?setProducerCallback@RTCRestBinaryParameter@@QEAAXP6AHPEAV1@PEAX_K2PEA_K@Z12@Z ; before-noexcept ; (public: void __cdecl RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter *,void *,unsigned __int64,unsigned __int64,unsigned __int64 *) noexcept,void *,unsigned __int64)) 51 ?setProducerCallback@RTCRestBinaryParameter@@QEAAXP6AHPEAV1@PEAX_K2PEA_K@_E12@Z ; after-noexcept ; (public: void __cdecl RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter *,void *,unsigned __int64,unsigned __int64,unsigned __int64 *) noexcept,void *,unsigned __int64)) 52 ?setProducerCallback@RTCRestBinaryParameter@@QEAAXP6AHPEAV1@PEAX_K2PEA_K@Z12@Z=?setProducerCallback@RTCRestBinaryParameter@@QEAAXP6AHPEAV1@PEAX_K2PEA_K@_E12@Z ; after-noexcept ; (public: void __cdecl RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter *,void *,unsigned __int64,unsigned __int64,unsigned __int64 *),void *,unsigned __int64)) 53 ; sed generated: 43 54 ??_7RTCRestAnyObject@@6B@ DATA ; (const RTCRestAnyObject::`vftable') 44 55 ??_7RTCRestArrayBase@@6B@ DATA ; (const RTCRestArrayBase::`vftable') … … 392 403 ?endObject@RTCRestOutputBase@@UEAAXI@Z ; (public: virtual void __cdecl RTCRestOutputBase::endObject(unsigned int)) 393 404 ?endObject@RTCRestOutputPrettyBase@@UEAAXI@Z ; (public: virtual void __cdecl RTCRestOutputPrettyBase::endObject(unsigned int)) 405 ?endsWith@RTCString@@QEBA_NAEBV1@@Z ; (public: bool __cdecl RTCString::endsWith(class RTCString const &)const ) 394 406 ?endsWith@RTCString@@QEBA_NAEBV1@W4CaseSensitivity@1@@Z ; (public: bool __cdecl RTCString::endsWith(class RTCString const &,enum RTCString::CaseSensitivity)const ) 407 ?endsWith@RTCString@@QEBA_NPEBD@Z ; (public: bool __cdecl RTCString::endsWith(char const *)const ) 408 ?endsWith@RTCString@@QEBA_NPEBD_K@Z ; (public: bool __cdecl RTCString::endsWith(char const *,unsigned __int64)const ) 409 ?endsWith@RTCString@@QEBA_NPEBD_KW4CaseSensitivity@1@@Z ; (public: bool __cdecl RTCString::endsWith(char const *,unsigned __int64,enum RTCString::CaseSensitivity)const ) 410 ?endsWith@RTCString@@QEBA_NPEBDW4CaseSensitivity@1@@Z ; (public: bool __cdecl RTCString::endsWith(char const *,enum RTCString::CaseSensitivity)const ) 411 ?endsWithI@RTCString@@QEBA_NAEBV1@@Z ; (public: bool __cdecl RTCString::endsWithI(class RTCString const &)const ) 412 ?endsWithI@RTCString@@QEBA_NPEBD@Z ; (public: bool __cdecl RTCString::endsWithI(char const *)const ) 413 ?endsWithI@RTCString@@QEBA_NPEBD_K@Z ; (public: bool __cdecl RTCString::endsWithI(char const *,unsigned __int64)const ) 395 414 ?ensureCapacity@RTCRestArrayBase@@QEAAH_K@Z ; (public: int __cdecl RTCRestArrayBase::ensureCapacity(unsigned __int64)) 396 415 ?enumToString@RTCRestStringEnumBase@@QEAAPEBDHPEA_K@Z ; (public: char const * __cdecl RTCRestStringEnumBase::enumToString(int,unsigned __int64 *)) … … 407 426 ?find@RTCString@@QEBA_KPEBD_K@Z ; (public: unsigned __int64 __cdecl RTCString::find(char const *,unsigned __int64)const ) 408 427 ?find@RTCString@@QEBA_KPEBV1@_K@Z ; (public: unsigned __int64 __cdecl RTCString::find(class RTCString const *,unsigned __int64)const ) 428 ?find_first_of@RTCString@@QEBA_KAEBV1@_K@Z ; (public: unsigned __int64 __cdecl RTCString::find_first_of(class RTCString const &,unsigned __int64)const ) 429 ?find_first_of@RTCString@@QEBA_KD_K@Z ; (public: unsigned __int64 __cdecl RTCString::find_first_of(char,unsigned __int64)const ) 430 ?find_first_of@RTCString@@QEBA_KPEBD_K@Z ; (public: unsigned __int64 __cdecl RTCString::find_first_of(char const *,unsigned __int64)const ) 409 431 ?findReplace@RTCString@@QEAAXDD@Z ; (public: void __cdecl RTCString::findReplace(char,char)) 410 432 ?format@RTCRestDate@@IEAAHW4kFormat@1@@Z ; (protected: int __cdecl RTCRestDate::format(enum RTCRestDate::kFormat)) … … 424 446 ?getAttributeValue@ElementNode@xml@@QEBA_NPEBDAEAVRTCString@@0@Z ; (public: bool __cdecl xml::ElementNode::getAttributeValue(char const *,class RTCString &,char const *)const ) 425 447 ?getAttributeValue@ElementNode@xml@@QEBA_NPEBDPEAVRTCString@@0@Z ; (public: bool __cdecl xml::ElementNode::getAttributeValue(char const *,class RTCString *,char const *)const ) 448 ?getAttributeValueN@ElementNode@xml@@QEBA_NPEBDAEAVRTCString@@_K0@Z ; (public: bool __cdecl xml::ElementNode::getAttributeValueN(char const *,class RTCString &,unsigned __int64,char const *)const ) 449 ?getAttributeValueN@ElementNode@xml@@QEBA_NPEBDPEAVRTCString@@_K0@Z ; (public: bool __cdecl xml::ElementNode::getAttributeValueN(char const *,class RTCString *,unsigned __int64,char const *)const ) 426 450 ?getAttributeValuePath@ElementNode@xml@@QEBA_NPEBDAEAVRTCString@@0@Z ; (public: bool __cdecl xml::ElementNode::getAttributeValuePath(char const *,class RTCString &,char const *)const ) 427 451 ?getAttributeValuePath@ElementNode@xml@@QEBA_NPEBDPEAVRTCString@@0@Z ; (public: bool __cdecl xml::ElementNode::getAttributeValuePath(char const *,class RTCString *,char const *)const ) 452 ?getAttributeValuePathN@ElementNode@xml@@QEBA_NPEBDAEAVRTCString@@_K0@Z ; (public: bool __cdecl xml::ElementNode::getAttributeValuePathN(char const *,class RTCString &,unsigned __int64,char const *)const ) 453 ?getAttributeValuePathN@ElementNode@xml@@QEBA_NPEBDPEAVRTCString@@_K0@Z ; (public: bool __cdecl xml::ElementNode::getAttributeValuePathN(char const *,class RTCString *,unsigned __int64,char const *)const ) 428 454 ?getCallbackData@RTCRestBinaryParameter@@QEBAPEAXXZ ; (public: void * __cdecl RTCRestBinaryParameter::getCallbackData(void)const ) 429 455 ?getCallbackData@RTCRestBinaryResponse@@QEBAPEAXXZ ; (public: void * __cdecl RTCRestBinaryResponse::getCallbackData(void)const ) … … 550 576 ?setByString@RTCRestStringEnumBase@@QEAAHPEBD_K@Z ; (public: int __cdecl RTCRestStringEnumBase::setByString(char const *,unsigned __int64)) 551 577 ?setCAFile@RTCRestClientApiBase@@QEAAHAEBVRTCString@@@Z ; (public: int __cdecl RTCRestClientApiBase::setCAFile(class RTCString const &)) 552 ?setConsumerCallback@RTCRestBinaryResponse@@QEAAXP6AHPEAV1@PEBX_KI22@ZPEAX@Z ; before-noexcept ; (public: void __cdecl RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse *,void const *,unsigned __int64,unsigned int,unsigned __int64,unsigned __int64),void *)) 553 ?setConsumerCallback@RTCRestBinaryResponse@@QEAAXP6AHPEAV1@PEBX_KI22@_EPEAX@Z=?setConsumerCallback@RTCRestBinaryResponse@@QEAAXP6AHPEAV1@PEBX_KI22@ZPEAX@Z ; before-noexcept ; (public: void __cdecl RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse *,void const *,unsigned __int64,unsigned int,unsigned __int64,unsigned __int64),void *)) 554 ?setConsumerCallback@RTCRestBinaryResponse@@QEAAXP6AHPEAV1@PEBX_KI22@_EPEAX@Z ; after-noexcept ; (public: void __cdecl RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse *,void const *,unsigned __int64,unsigned int,unsigned __int64,unsigned __int64),void *)) 555 ?setConsumerCallback@RTCRestBinaryResponse@@QEAAXP6AHPEAV1@PEBX_KI22@ZPEAX@Z=?setConsumerCallback@RTCRestBinaryResponse@@QEAAXP6AHPEAV1@PEBX_KI22@_EPEAX@Z ; after-noexcept ; (public: void __cdecl RTCRestBinaryResponse::setConsumerCallback(int (__cdecl*)(class RTCRestBinaryResponse *,void const *,unsigned __int64,unsigned int,unsigned __int64,unsigned __int64),void *)) 578 ?setCAFile@RTCRestClientApiBase@@QEAAHPEBD@Z ; (public: int __cdecl RTCRestClientApiBase::setCAFile(char const *)) 556 579 ?setContent@ElementNode@xml@@QEAAPEAVContentNode@2@AEBVRTCString@@@Z ; (public: class xml::ContentNode * __cdecl xml::ElementNode::setContent(class RTCString const &)) 557 580 ?setContentType@RTCRestBinaryParameter@@QEAAHPEBD@Z ; (public: int __cdecl RTCRestBinaryParameter::setContentType(char const *)) … … 564 587 ?setNull@RTCRestString@@UEAAHXZ ; (public: virtual int __cdecl RTCRestString::setNull(void)) 565 588 ?setNull@RTCString@@QEAAXXZ ; (public: void __cdecl RTCString::setNull(void)) 566 ?setProducerCallback@RTCRestBinaryParameter@@QEAAXP6AHPEAV1@PEAX_K2PEA_K@Z12@Z ; before-noexcept ; (public: void __cdecl RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter *,void *,unsigned __int64,unsigned __int64,unsigned __int64 *),void *,unsigned __int64))567 ?setProducerCallback@RTCRestBinaryParameter@@QEAAXP6AHPEAV1@PEAX_K2PEA_K@_E12@Z=?setProducerCallback@RTCRestBinaryParameter@@QEAAXP6AHPEAV1@PEAX_K2PEA_K@Z12@Z ; before-noexcept ; (public: void __cdecl RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter *,void *,unsigned __int64,unsigned __int64,unsigned __int64 *),void *,unsigned __int64))568 ?setProducerCallback@RTCRestBinaryParameter@@QEAAXP6AHPEAV1@PEAX_K2PEA_K@_E12@Z ; after-noexcept ; (public: void __cdecl RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter *,void *,unsigned __int64,unsigned __int64,unsigned __int64 *),void *,unsigned __int64))569 ?setProducerCallback@RTCRestBinaryParameter@@QEAAXP6AHPEAV1@PEAX_K2PEA_K@Z12@Z=?setProducerCallback@RTCRestBinaryParameter@@QEAAXP6AHPEAV1@PEAX_K2PEA_K@_E12@Z ; after-noexcept ; (public: void __cdecl RTCRestBinaryParameter::setProducerCallback(int (__cdecl*)(class RTCRestBinaryParameter *,void *,unsigned __int64,unsigned __int64,unsigned __int64 *),void *,unsigned __int64))570 589 ?setServerAuthority@RTCRestClientApiBase@@QEAAHPEBD@Z ; (public: int __cdecl RTCRestClientApiBase::setServerAuthority(char const *)) 571 590 ?setServerBasePath@RTCRestClientApiBase@@QEAAHPEBD@Z ; (public: int __cdecl RTCRestClientApiBase::setServerBasePath(char const *)) … … 577 596 ?size@RTCRestStringMapBase@@QEBA_KXZ ; (public: unsigned __int64 __cdecl RTCRestStringMapBase::size(void)const ) 578 597 ?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 ) 598 ?startsWith@RTCString@@QEBA_NAEBV1@@Z ; (public: bool __cdecl RTCString::startsWith(class RTCString const &)const ) 579 599 ?startsWith@RTCString@@QEBA_NAEBV1@W4CaseSensitivity@1@@Z ; (public: bool __cdecl RTCString::startsWith(class RTCString const &,enum RTCString::CaseSensitivity)const ) 600 ?startsWith@RTCString@@QEBA_NPEBD@Z ; (public: bool __cdecl RTCString::startsWith(char const *)const ) 601 ?startsWith@RTCString@@QEBA_NPEBD_K@Z ; (public: bool __cdecl RTCString::startsWith(char const *,unsigned __int64)const ) 602 ?startsWith@RTCString@@QEBA_NPEBD_KW4CaseSensitivity@1@@Z ; (public: bool __cdecl RTCString::startsWith(char const *,unsigned __int64,enum RTCString::CaseSensitivity)const ) 603 ?startsWith@RTCString@@QEBA_NPEBDW4CaseSensitivity@1@@Z ; (public: bool __cdecl RTCString::startsWith(char const *,enum RTCString::CaseSensitivity)const ) 604 ?startsWithI@RTCString@@QEBA_NAEBV1@@Z ; (public: bool __cdecl RTCString::startsWithI(class RTCString const &)const ) 605 ?startsWithI@RTCString@@QEBA_NPEBD@Z ; (public: bool __cdecl RTCString::startsWithI(char const *)const ) 606 ?startsWithI@RTCString@@QEBA_NPEBD_K@Z ; (public: bool __cdecl RTCString::startsWithI(char const *,unsigned __int64)const ) 580 607 ?startsWithWord@RTCString@@QEBA_NAEBV1@W4CaseSensitivity@1@@Z ; (public: bool __cdecl RTCString::startsWithWord(class RTCString const &,enum RTCString::CaseSensitivity)const ) 581 608 ?startsWithWord@RTCString@@QEBA_NPEBDW4CaseSensitivity@1@@Z ; (public: bool __cdecl RTCString::startsWithWord(char const *,enum RTCString::CaseSensitivity)const ) … … 610 637 ?toUInt64@RTCString@@QEBA_KXZ ; (public: unsigned __int64 __cdecl RTCString::toUInt64(void)const ) 611 638 ?toUpper@RTCString@@QEAAAEAV1@XZ ; (public: class RTCString & __cdecl RTCString::toUpper(void)) 639 ?truncate@RTCString@@QEAAAEAV1@_K@Z ; (public: class RTCString & __cdecl RTCString::truncate(unsigned __int64)) 612 640 ?typeClass@RTCRestAnyObject@@UEBA?AW4kTypeClass@RTCRestObjectBase@@XZ ; (public: virtual enum RTCRestObjectBase::kTypeClass __cdecl RTCRestAnyObject::typeClass(void)const ) 613 641 ?typeClass@RTCRestArrayBase@@UEBA?AW4kTypeClass@RTCRestObjectBase@@XZ ; (public: virtual enum RTCRestObjectBase::kTypeClass __cdecl RTCRestArrayBase::typeClass(void)const )
Note:
See TracChangeset
for help on using the changeset viewer.