Home
last modified time | relevance | path

Searched defs:put (Results 1 – 3 of 3) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DByteArrayList.kt41 fun put(b: Byte) { in put() method
47 fun put(buf: ByteArray, offset: Int, length: Int) { in put() method
53 fun put(slice: DataSlice) { in put() method
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/collections/
DSparseArray.kt134 fun put(key: Int, value: E) { in put() method
/tools/security/gdb/heap_print/
Dheap_print_script.py28 def put(address, length): member in HeapMapping