Home
last modified time | relevance | path

Searched refs:creator (Results 1 – 25 of 5433) sorted by relevance

12345678910>>...218

/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Daccount_creator.c78 if ((creator->username || creator->phone_number)) { in _get_identity()
681 (creator->username) ? creator->username : creator->phone_number, in linphone_account_creator_is_account_exist_linphone()
684 LinphoneXmlRpcArgString, creator->username ? creator->username : creator->phone_number, in linphone_account_creator_is_account_exist_linphone()
721 (creator->username) ? creator->username : creator->phone_number, in _create_account_with_phone_custom()
728creator->password ? ha1_for_passwd(creator->username ? creator->username : creator->phone_number, … in _create_account_with_phone_custom()
738 if (!creator->username || !creator->email || !creator->password) { in _create_account_with_email_custom()
807 creator->username ? creator->username : creator->phone_number, in linphone_account_creator_activate_account_linphone()
876 creator->username ? creator->username : creator->phone_number, in linphone_account_creator_is_account_activated_linphone()
1028creator->phone_number || !creator->username || !creator->activation_code || (!creator->password &&… in linphone_account_creator_activate_phone_number_link_linphone()
1045 …RpcArgString, creator->ha1 ? creator->ha1 : ha1_for_passwd(creator->username, linphone_proxy_confi… in linphone_account_creator_activate_phone_number_link_linphone()
[all …]
/dports/net/liblinphone/linphone-3.12.0/tester/
H A Daccount_creator_tester.c48 return creator; in _linphone_account_creator_new()
64 linphone_account_creator_unref(creator); in local_username_too_short()
78 linphone_account_creator_unref(creator); in local_username_too_long()
358 if ((!creator->username && !creator->phone_number) || !creator->password) { in get_activation_code_account_cb()
363 LinphoneXmlRpcArgString, creator->username ? creator->username : creator->phone_number, in get_activation_code_account_cb()
396 if ((!creator->username && !creator->phone_number) || !creator->password) { in delete_account_cb()
401 LinphoneXmlRpcArgString, creator->username ? creator->username : creator->phone_number, in delete_account_cb()
443 delete_account_cb(creator), in server_delete_account_test()
466 delete_account_cb(creator), in server_delete_account_test()
489 delete_account_cb(creator), in server_delete_account_test()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libjsound/
H A DPortMixer.c190creator->boolCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
206 ctrl = (*creator->env)->NewObject(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
212 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewBooleanControl()
235creator->compCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
261 ctrl = (*creator->env)->NewObject(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
267 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewCompoundControl()
295creator->floatCtrlConstructor1 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
301creator->floatCtrlConstructor2 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
313 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
322 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libjsound/
H A DPortMixer.c190creator->boolCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
206 ctrl = (*creator->env)->NewObject(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
212 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewBooleanControl()
235creator->compCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
261 ctrl = (*creator->env)->NewObject(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
267 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewCompoundControl()
295creator->floatCtrlConstructor1 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
301creator->floatCtrlConstructor2 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
313 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
322 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libjsound/
H A DPortMixer.c190creator->boolCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
206 ctrl = (*creator->env)->NewObject(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
212 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewBooleanControl()
235creator->compCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
261 ctrl = (*creator->env)->NewObject(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
267 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewCompoundControl()
295creator->floatCtrlConstructor1 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
301creator->floatCtrlConstructor2 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
313 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
322 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libjsound/
H A DPortMixer.c190creator->boolCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
206 ctrl = (*creator->env)->NewObject(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
212 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewBooleanControl()
235creator->compCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
261 ctrl = (*creator->env)->NewObject(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
267 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewCompoundControl()
295creator->floatCtrlConstructor1 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
301creator->floatCtrlConstructor2 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
313 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
322 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libjsound/
H A DPortMixer.c190creator->boolCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
206 ctrl = (*creator->env)->NewObject(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
212 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewBooleanControl()
235creator->compCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
261 ctrl = (*creator->env)->NewObject(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
267 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewCompoundControl()
295creator->floatCtrlConstructor1 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
301creator->floatCtrlConstructor2 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
313 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
322 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libjsound/
H A DPortMixer.c190creator->boolCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
206 ctrl = (*creator->env)->NewObject(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
212 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewBooleanControl()
235creator->compCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
261 ctrl = (*creator->env)->NewObject(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
267 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewCompoundControl()
295creator->floatCtrlConstructor1 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
301creator->floatCtrlConstructor2 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
313 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
322 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libjsound/
H A DPortMixer.c190creator->boolCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
206 ctrl = (*creator->env)->NewObject(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
212 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewBooleanControl()
235creator->compCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
261 ctrl = (*creator->env)->NewObject(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
267 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewCompoundControl()
295creator->floatCtrlConstructor1 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
301creator->floatCtrlConstructor2 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
313 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
322 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libjsound/
H A DPortMixer.c190creator->boolCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
206 ctrl = (*creator->env)->NewObject(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
212 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewBooleanControl()
235creator->compCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
261 ctrl = (*creator->env)->NewObject(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
267 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewCompoundControl()
295creator->floatCtrlConstructor1 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
301creator->floatCtrlConstructor2 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
313 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
322 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/com/sun/media/sound/
H A DPortMixer.c190creator->boolCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
206 ctrl = (*creator->env)->NewObject(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
212 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewBooleanControl()
235creator->compCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
261 ctrl = (*creator->env)->NewObject(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
267 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewCompoundControl()
295creator->floatCtrlConstructor1 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
301creator->floatCtrlConstructor2 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
313 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
322 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/com/sun/media/sound/
H A DPortMixer.c190creator->boolCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
206 ctrl = (*creator->env)->NewObject(creator->env, creator->boolCtrlClass, in PORT_NewBooleanControl()
212 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewBooleanControl()
235creator->compCtrlConstructor = (*creator->env)->GetMethodID(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
261 ctrl = (*creator->env)->NewObject(creator->env, creator->compCtrlClass, in PORT_NewCompoundControl()
267 if ((*creator->env)->ExceptionOccurred(creator->env)) { in PORT_NewCompoundControl()
295creator->floatCtrlConstructor1 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
301creator->floatCtrlConstructor2 = (*creator->env)->GetMethodID(creator->env, creator->floatCtrlClas… in PORT_NewFloatControl()
313 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
322 ctrl = (*creator->env)->NewObject(creator->env, creator->floatCtrlClass, in PORT_NewFloatControl()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/test_tools/
H A Dquic_packet_creator_peer.cc21 QuicPacketCreator* creator, in SetSendVersionInPacket() argument
38 QuicPacketCreator* creator, in SetPacketNumberLength() argument
45 QuicPacketCreator* creator) { in GetPacketNumberLength() argument
57 QuicPacketCreator* creator) { in GetLengthLength() argument
104 QuicPacketCreator* creator, in SerializeAllFrames() argument
126 QuicPacketCreator* creator) { in SerializeConnectivityProbingPacket() argument
133 QuicPacketCreator* creator, in SerializePathChallengeConnectivityProbingPacket() argument
140 QuicPacketCreator* creator) { in GetEncryptionLevel() argument
146 return creator->framer_; in framer()
151 return creator->retry_token_; in GetRetryToken()
[all …]
/dports/games/libretro-fuse/fuse-libretro-8b51f87/libspectrum/
H A Dcreator.c48 libspectrum_creator *creator = libspectrum_malloc( sizeof( *creator ) ); in libspectrum_creator_alloc() local
49 creator->custom = NULL; in libspectrum_creator_alloc()
51 return creator; in libspectrum_creator_alloc()
57 if( creator->custom ) libspectrum_free( creator->custom ); in libspectrum_creator_free()
67 memset( creator->program, 0, sizeof( creator->program ) ); in libspectrum_creator_set_program()
68 snprintf( (char*)creator->program, sizeof( creator->program ), "%s", in libspectrum_creator_set_program()
82 creator->major = major; in libspectrum_creator_set_major()
89 return creator->major; in libspectrum_creator_major()
95 creator->minor = minor; in libspectrum_creator_set_minor()
102 return creator->minor; in libspectrum_creator_minor()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/test_tools/
H A Dquic_packet_creator_peer.cc21 QuicPacketCreator* creator, in SetSendVersionInPacket() argument
38 QuicPacketCreator* creator, in SetPacketNumberLength() argument
45 QuicPacketCreator* creator) { in GetPacketNumberLength() argument
57 QuicPacketCreator* creator) { in GetLengthLength() argument
58 return creator->GetLengthLength(); in GetLengthLength()
104 QuicPacketCreator* creator, in SerializeAllFrames() argument
124 QuicPacketCreator* creator) { in SerializeConnectivityProbingPacket() argument
131 QuicPacketCreator* creator, in SerializePathChallengeConnectivityProbingPacket() argument
138 QuicPacketCreator* creator) { in GetEncryptionLevel() argument
144 return creator->framer_; in framer()
[all …]
/dports/emulators/libspectrum/libspectrum-1.5.0/
H A Dcreator.c47 creator->custom = NULL; in libspectrum_creator_alloc()
49 return creator; in libspectrum_creator_alloc()
55 if( creator->custom ) libspectrum_free( creator->custom ); in libspectrum_creator_free()
65 memset( creator->program, 0, sizeof( creator->program ) ); in libspectrum_creator_set_program()
66 snprintf( (char*)creator->program, sizeof( creator->program ), "%s", in libspectrum_creator_set_program()
74 return creator->program; in libspectrum_creator_program()
80 creator->major = major; in libspectrum_creator_set_major()
87 return creator->major; in libspectrum_creator_major()
93 creator->minor = minor; in libspectrum_creator_set_minor()
100 return creator->minor; in libspectrum_creator_minor()
[all …]
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/Libpfs/io/
H A Dframereaderfactory.cpp84 ("pfs", creator<PfsReader>)
85 ("exr", creator<EXRReader>)
86 ("hdr",creator<RGBEReader>)
88 ("crw", creator<RAWReader>)
89 ("cr2", creator<RAWReader>)
90 ("nef", creator<RAWReader>)
91 ("dng", creator<RAWReader>)
92 ("mrw", creator<RAWReader>)
93 ("orf", creator<RAWReader>)
94 ("kdc", creator<RAWReader>)
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_shelf.py71 return creator
103 return creator, tree
114 creator.transform()
166 return creator
173 creator.transform()
180 creator.transform()
187 creator.transform()
223 creator.transform()
230 creator.transform()
276 creator.transform()
[all …]
/dports/net/liblinphone/linphone-3.12.0/include/linphone/
H A Daccount_creator.h56 LINPHONE_PUBLIC void linphone_account_creator_reset(LinphoneAccountCreator *creator);
133 …HONE_PUBLIC LinphoneAccountCreator * linphone_account_creator_ref(LinphoneAccountCreator *creator);
139 LINPHONE_PUBLIC void linphone_account_creator_unref(LinphoneAccountCreator *creator);
146 LINPHONE_PUBLIC void *linphone_account_creator_get_user_data(const LinphoneAccountCreator *creator);
153 LINPHONE_PUBLIC void linphone_account_creator_set_user_data(LinphoneAccountCreator *creator, void *…
168 …E_PUBLIC const char * linphone_account_creator_get_username(const LinphoneAccountCreator *creator);
199 …E_PUBLIC const char * linphone_account_creator_get_password(const LinphoneAccountCreator *creator);
214 LINPHONE_PUBLIC const char * linphone_account_creator_get_ha1(const LinphoneAccountCreator *creator
244 …E_PUBLIC const char * linphone_account_creator_get_language(const LinphoneAccountCreator *creator);
274 …HONE_PUBLIC const char * linphone_account_creator_get_email(const LinphoneAccountCreator *creator);
[all …]
/dports/deskutils/egroupware/egroupware/vendor/pear/pear/
H A Dmake-gopear-phar.php79 $creator->useDefaultFrontController('PEAR.php');
80 $creator->useSHA1Signature();
89 $creator->addString($commandcontents, 'index.php');
100 $creator->addString($commandcontents, 'PEAR/Frontend.php');
112 $creator->addString($commandcontents, 'PEAR/PackageFile/v2.php');
114 $creator->addMagicRequireCallback(array($creator, 'limitedSmartMagicRequire'));
115 $creator->addMagicRequireCallback('replaceVersion');
118 $creator->clearMagicRequire();
119 $creator->addMagicRequireCallback(array($creator, 'tokenMagicRequire'));
120 $creator->addMagicRequireCallback('replaceVersion');
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/pear/
H A Dmake-gopear-phar.php79 $creator->useDefaultFrontController('PEAR.php');
80 $creator->useSHA1Signature();
89 $creator->addString($commandcontents, 'index.php');
100 $creator->addString($commandcontents, 'PEAR/Frontend.php');
112 $creator->addString($commandcontents, 'PEAR/PackageFile/v2.php');
114 $creator->addMagicRequireCallback(array($creator, 'limitedSmartMagicRequire'));
115 $creator->addMagicRequireCallback('replaceVersion');
118 $creator->clearMagicRequire();
119 $creator->addMagicRequireCallback(array($creator, 'tokenMagicRequire'));
120 $creator->addMagicRequireCallback('replaceVersion');
[all …]
/dports/devel/py-pyplusplus/pyplusplus-1.8.4/pyplusplus/function_transformers/
H A D__init__.py12 return creator
17 return creator
22 return creator
27 return creator
32 return creator
37 return creator
42 return creator
47 return creator
52 return creator
57 return creator
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/smart_ptr/test/
H A Dallocate_unique_array_noinit_test.cpp16 struct creator { struct
22 typedef creator<U> other; argument
25 creator() { } in creator() argument
28 creator(const creator<U>&) { } in creator() argument
41 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
48 operator!=(const creator<T>&, const creator<U>&) in operator !=()
102 boost::noinit_adaptor<creator<> > > > result = in main()
109 boost::noinit_adaptor<creator<> > > > result = in main()
116 boost::noinit_adaptor<creator<> > > > result = in main()
123 boost::noinit_adaptor<creator<> > > > result = in main()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/smart_ptr/test/
H A Dallocate_unique_array_noinit_test.cpp16 struct creator { struct
22 typedef creator<U> other; argument
25 creator() { } in creator() function
28 creator(const creator<U>&) { } in creator() argument
41 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
48 operator!=(const creator<T>&, const creator<U>&) in operator !=()
102 boost::noinit_adaptor<creator<> > > > result = in main()
109 boost::noinit_adaptor<creator<> > > > result = in main()
116 boost::noinit_adaptor<creator<> > > > result = in main()
123 boost::noinit_adaptor<creator<> > > > result = in main()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/smart_ptr/test/
H A Dallocate_unique_array_noinit_test.cpp16 struct creator { struct
22 typedef creator<U> other; argument
25 creator() { } in creator() function
28 creator(const creator<U>&) { } in creator() argument
41 operator==(const creator<T>&, const creator<U>&) in operator ==() argument
48 operator!=(const creator<T>&, const creator<U>&) in operator !=()
102 boost::noinit_adaptor<creator<> > > > result = in main()
109 boost::noinit_adaptor<creator<> > > > result = in main()
116 boost::noinit_adaptor<creator<> > > > result = in main()
123 boost::noinit_adaptor<creator<> > > > result = in main()
[all …]

12345678910>>...218