Searched defs:Put (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCheapSets.cpp51 * Put a string into the table
54 nsCheapStringSet::Put(const nsAString& aVal) function in class:nsCheapStringSet
59 return set->Put(aVal);
68 rv = set->Put(*oldStr);
72 return set->Put(aVal);
120 nsCheapInt32Set::Put(PRInt32 aVal) function in class:nsCheapInt32Set
125 return set->Put(aVal);
135 rv = set->Put(oldInt);
138 return set->Put(aVal);
147 return set->Put(aVa
[all...]
H A DnsBaseHashtable.h144 PRBool Put(KeyType aKey, UserDataType aData) function in class:nsBaseHashtable
285 PRBool Put(KeyType aKey, UserDataType aData);
403 nsBaseHashtableMT<KeyClass,DataType,UserDataType>::Put(KeyType aKey, function in class:nsBaseHashtableMT
408 nsBaseHashtable<KeyClass,DataType,UserDataType>::Put(aKey, aData);
H A DnsHashtable.cpp207 void *nsHashtable::Put(nsHashKey *aKey, void *aData) function in class:nsHashtable
295 newHashtable->Put(entry->key, entry->value);
393 if (!Put(key, data)) {
769 newHashtable->Put(entry->key, newElement);
824 nsSupportsHashtable::Put(nsHashKey *aKey, nsISupports* aData, nsISupports **value) function in class:nsSupportsHashtable
827 void *prev = nsHashtable::Put(aKey, aData);
871 newHashtable->Put(entry->key, entry->value);
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs39 public int Put(byte[] source, int offset, int count) method in class:DotZLib.CircularBuffer
51 public bool Put(byte b) method in class:DotZLib.CircularBuffer
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dole2.h161 DWORD (CALLBACK *Put)(LPOLESTREAM,LPSTR,DWORD); member in struct:_OLESTREAMVTBL
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dole2.h161 DWORD (CALLBACK *Put)(LPOLESTREAM,LPSTR,DWORD); member in struct:_OLESTREAMVTBL
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsErrorService.cpp60 nsInt2StrHashtable::Put(PRUint32 key, const char* aData) function in class:nsInt2StrHashtable
66 char* oldValue = (char*)mHashtable.Put(&k, value);
112 return mErrorStringBundleURLMap.Put(errorModule, stringBundleURL);
134 return mErrorStringBundleKeyMap.Put(error, stringBundleKey);

Completed in 540 milliseconds