Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_expand_buf.cc60 void expandBufFree(ExpandBuf* pBuf) { in expandBufFree()
72 uint8_t* expandBufGetBuffer(ExpandBuf* pBuf) { in expandBufGetBuffer()
79 size_t expandBufGetLength(ExpandBuf* pBuf) { in expandBufGetLength()
87 static void ensureSpace(ExpandBuf* pBuf, int newCount) { in ensureSpace()
107 uint8_t* expandBufAddSpace(ExpandBuf* pBuf, int gapSize) { in expandBufAddSpace()
121 void expandBufAdd1(ExpandBuf* pBuf, uint8_t val) { in expandBufAdd1()
130 void expandBufAdd2BE(ExpandBuf* pBuf, uint16_t val) { in expandBufAdd2BE()
139 void expandBufAdd4BE(ExpandBuf* pBuf, uint32_t val) { in expandBufAdd4BE()
148 void expandBufAdd8BE(ExpandBuf* pBuf, uint64_t val) { in expandBufAdd8BE()
169 void expandBufAddUtf8String(ExpandBuf* pBuf, const char* s) { in expandBufAddUtf8String()
[all …]