Home
last modified time | relevance | path

Searched refs:mutableP (Results 1 – 13 of 13) sorted by relevance

/dports/lang/mosh/mosh-0.2.7/src/
H A DGenericHashTable.cpp87 void GenericHashTable::setMutableP(bool mutableP) in setMutableP() argument
89 mutable_ = mutableP; in setMutableP()
132 Object GenericHashTable::copy(bool mutableP) in copy() argument
139 genericHashTable->setMutableP(mutableP); in copy()
164 bool GenericHashTable::mutableP() const in mutableP() function in GenericHashTable
H A DEqHashTable.cpp137 Object EqHashTable::copy(bool mutableP) in copy() argument
141 ret.toEqHashTable()->setMutableP(mutableP); in copy()
145 bool EqHashTable::mutableP() const in mutableP() function in EqHashTable
150 void EqHashTable::setMutableP(bool mutableP) in setMutableP() argument
152 mutable_ = mutableP; in setMutableP()
H A DGenericHashTable.h53 Object copy(bool mutableP);
57 bool mutableP() const;
61 void setMutableP(bool mutableP);
H A DHashTableProcedures.cpp108 if (hashtable->mutableP()) { in hashtableDeleteDEx()
223 if (hashtable->mutableP()) { in hashtableSetDEx()
270 bool mutableP = false; in hashtableCopyEx() local
272 mutableP = true; in hashtableCopyEx()
276 return hashtable->copy(mutableP); in hashtableCopyEx()
285 return Object::makeBool(hashtable->mutableP()); in hashtableMutablePEx()
296 if (hashtable->mutableP()) { in hashtableClearDEx()
H A DEqHashTable.h100 Object copy(bool mutableP);
101 bool mutableP() const;
102 void setMutableP(bool mutableP);
H A DHashTable.h51 virtual Object copy(bool mutableP) = 0;
55 virtual bool mutableP() const = 0;
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dlibrary.h63 int mutableP: 1; /* if this is TRUE then redefinition is member
95 #define SG_LIBRARY_MUTABLEP(obj) SG_LIBRARY(obj)->mutableP
H A Dhashtable.h184 SG_EXTERN SgObject Sg_HashTableCopy(SgHashTable *table, int mutableP);
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dhashtable.c847 static SgObject hashtable_copy(SgObject src, int mutableP) in hashtable_copy() argument
852 if (!mutableP) { in hashtable_copy()
957 SgObject Sg_HashTableCopy(SgHashTable *src, int mutableP) in Sg_HashTableCopy() argument
959 return SG_HASHTABLE_OPTABLE(src)->copy(src, mutableP); in Sg_HashTableCopy()
H A Dweak.c424 static SgObject weak_hashtable_copy(SgObject table, int mutableP) argument
438 if (!mutableP) {
H A Dlib_core.stub2662 (ht::<hashtable> :optional (mutableP::<boolean> #f))
2663 (result (Sg_HashTableCopy ht mutableP)))
H A Dlib_core.c12921 int mutableP; in core_hashtable_copy() local
12941 mutableP = SG_BOOL_VALUE(mutableP_scm); in core_hashtable_copy()
12947 SG_RESULT=(Sg_HashTableCopy(ht,mutableP)); in core_hashtable_copy()
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dlibdict.c5449 ScmObj mutableP; in libdicthash_table_copy() local
5466 mutableP = (mutableP_scm); in libdicthash_table_copy()
5472 ((void )(mutableP)); in libdicthash_table_copy()