Home
last modified time | relevance | path

Searched defs:Put (Results 1 – 2 of 2) sorted by relevance

/external/zlib/contrib/dotzlib/DotZLib/
DCircularBuffer.cs39 public int Put(byte[] source, int offset, int count) in Put() method in DotZLib.CircularBuffer
51 public bool Put(byte b) in Put() method in DotZLib.CircularBuffer
/external/webkit/JavaScriptCore/wtf/
DTCPackedCache.h151 void Put(K key, V value) { in Put() function