Home
last modified time | relevance | path

Searched refs:isMutable (Results 151 – 175 of 1173) sorted by relevance

12345678910>>...47

/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqarraydatapointer.h113 if (d->isMutable()) in ~QArrayDataPointer()
131 return (!d->isMutable() || d->ref.isShared()); in needsDetach()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqarraydatapointer.h113 if (d->isMutable()) in ~QArrayDataPointer()
131 return (!d->isMutable() || d->ref.isShared()); in needsDetach()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqarraydatapointer.h113 if (d->isMutable()) in ~QArrayDataPointer()
131 return (!d->isMutable() || d->ref.isShared()); in needsDetach()
/dports/devel/hyperscan/boost_1_75_0/libs/beast/test/beast/core/
H A Dbuffers_adaptor.cpp115 template<bool isMutable>
138 isMutable, in testSubrange()
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dexporter.cpp169 else if (space->isMutable) in initialise()
175 if (space->hierarchy == 0 && ! space->isMutable) in initialise()
201 if (space->isMutable) in initialise()
362 if (isMutableObj == space->isMutable && in ScanAddress()
441 …if (space->spaceType == ST_PERMANENT && !space->isMutable && ((PermanentMemSpace*)space)->hierarch… in ScanAddress()
679 if (space->isMutable) entry->mtFlags |= MTF_WRITEABLE; in RunExport()
694 if (space->isMutable) in RunExport()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DnsSimpleURI.cpp73 bool isMutable; in NS_INTERFACE_MAP_ENTRY() local
74 rv = aStream->ReadBoolean(&isMutable); in NS_INTERFACE_MAP_ENTRY()
76 mMutable = isMutable; in NS_INTERFACE_MAP_ENTRY()
164 params.isMutable() = mMutable; in Serialize()
196 mMutable = params.isMutable(); in Deserialize()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DnsSimpleURI.cpp68 bool isMutable; in NS_INTERFACE_MAP_ENTRY() local
69 rv = aStream->ReadBoolean(&isMutable); in NS_INTERFACE_MAP_ENTRY()
71 mMutable = isMutable; in NS_INTERFACE_MAP_ENTRY()
162 params.isMutable() = mMutable; in Serialize()
196 mMutable = params.isMutable(); in Deserialize()
/dports/editors/calligra/calligra-3.2.1/libs/rdf/
H A DKoRdfSemanticItem.cpp280 bool isMutable = true; in createUserStylesheet() local
286 isMutable)); in createUserStylesheet()
344 bool isMutable = true; in loadUserStylesheets() local
349 isMutable)); in loadUserStylesheets()
/dports/devel/splint/splint-3.1.2/src/Headers/
H A DabstractNode.h9 bool isMutable; /* TRUE means it is mutable */ member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/
H A DMutableArray.h48 virtual bool isMutable() { return true; } in isMutable() function
H A DMutableDictionary.h48 virtual bool isMutable() { return true; } in isMutable() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/wasm/
H A DDriver.cpp544 static InputGlobal *createGlobal(StringRef name, bool isMutable) { in createGlobal() argument
547 wasmGlobal.Type = {WASM_TYPE_I64, isMutable}; in createGlobal()
551 wasmGlobal.Type = {WASM_TYPE_I32, isMutable}; in createGlobal()
559 static GlobalSymbol *createGlobalVariable(StringRef name, bool isMutable) { in createGlobalVariable() argument
560 InputGlobal *g = createGlobal(name, isMutable); in createGlobalVariable()
564 static GlobalSymbol *createOptionalGlobal(StringRef name, bool isMutable) { in createOptionalGlobal() argument
565 InputGlobal *g = createGlobal(name, isMutable); in createOptionalGlobal()
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/api/
H A DApiUserrightsTest.php66 $this->assertTrue( TestUserRegistry::isMutable( $user ),
110 $this->assertTrue( TestUserRegistry::isMutable( $user ),
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/codegen/
H A DCallCodes.py26 from nuitka.Constants import isMutable
63 if call_args is not None and call_args.isMutable():
219 if isMutable(values):
739 if isMutable(args_value):
850 if isMutable(args):
987 if isMutable(values):
/dports/lang/spidermonkey60/firefox-60.9.0/caps/
H A DContentPrincipal.cpp41 bool isMutable; in URIIsImmutable() local
42 return mutableObj && NS_SUCCEEDED(mutableObj->GetMutable(&isMutable)) && in URIIsImmutable()
43 !isMutable; in URIIsImmutable()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/API/c/
H A DWKMutableArray.cpp42 return toImpl(arrayRef)->isMutable(); in WKArrayIsMutable()
/dports/devel/sope/SOPE/sope-core/NGStreams/NGStreams/
H A DNGStringTextStream.h39 BOOL isMutable; variable
/dports/devel/sope2/SOPE/sope-core/NGStreams/NGStreams/
H A DNGStringTextStream.h39 BOOL isMutable; variable
/dports/www/drupal9/drupal-9.2.10/core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_aliasing/src/ResourceType/
H A DAliasedResourceType.php25 $resource_type->isMutable(),
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/api/
H A DApiUserrightsTest.php70 $this->assertTrue( TestUserRegistry::isMutable( $user ),
114 $this->assertTrue( TestUserRegistry::isMutable( $user ),
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/api/
H A DApiUserrightsTest.php70 $this->assertTrue( TestUserRegistry::isMutable( $user ),
117 $this->assertTrue( TestUserRegistry::isMutable( $user ),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DImmutableSet.h259 bool isMutable() const { return IsMutable; } in isMutable() function
279 assert(isMutable() && "Mutable flag already removed."); in markImmutable()
292 assert(isMutable() && "Only a mutable tree can have its height changed."); in setHeight()
491 if (N->isMutable() && N->refCount == 0)
546 assert(!T->isMutable());
567 assert(!T->isMutable());
605 if (!T || !T->isMutable())
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DImmutableSet.h259 bool isMutable() const { return IsMutable; } in isMutable() function
279 assert(isMutable() && "Mutable flag already removed."); in markImmutable()
292 assert(isMutable() && "Only a mutable tree can have its height changed."); in setHeight()
491 if (N->isMutable() && N->refCount == 0)
546 assert(!T->isMutable());
567 assert(!T->isMutable());
605 if (!T || !T->isMutable())
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/wasm/
H A DDriver.cpp577 static InputGlobal *createGlobal(StringRef name, bool isMutable) { in createGlobal() argument
580 wasmGlobal.Type = {WASM_TYPE_I64, isMutable}; in createGlobal()
584 wasmGlobal.Type = {WASM_TYPE_I32, isMutable}; in createGlobal()
592 static GlobalSymbol *createGlobalVariable(StringRef name, bool isMutable) { in createGlobalVariable() argument
593 InputGlobal *g = createGlobal(name, isMutable); in createGlobalVariable()
597 static GlobalSymbol *createOptionalGlobal(StringRef name, bool isMutable) { in createOptionalGlobal() argument
598 InputGlobal *g = createGlobal(name, isMutable); in createOptionalGlobal()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DImmutableSet.h259 bool isMutable() const { return IsMutable; } in isMutable() function
279 assert(isMutable() && "Mutable flag already removed."); in markImmutable()
292 assert(isMutable() && "Only a mutable tree can have its height changed."); in setHeight()
491 if (N->isMutable() && N->refCount == 0)
546 assert(!T->isMutable());
567 assert(!T->isMutable());
605 if (!T || !T->isMutable())

12345678910>>...47