Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_expand_buf.cc59 void expandBufFree(ExpandBuf* pBuf) { in expandBufFree()
71 uint8_t* expandBufGetBuffer(ExpandBuf* pBuf) { in expandBufGetBuffer()
78 size_t expandBufGetLength(ExpandBuf* pBuf) { in expandBufGetLength()
86 static void ensureSpace(ExpandBuf* pBuf, int newCount) { in ensureSpace()
106 uint8_t* expandBufAddSpace(ExpandBuf* pBuf, int gapSize) { in expandBufAddSpace()
120 void expandBufAdd1(ExpandBuf* pBuf, uint8_t val) { in expandBufAdd1()
129 void expandBufAdd2BE(ExpandBuf* pBuf, uint16_t val) { in expandBufAdd2BE()
138 void expandBufAdd4BE(ExpandBuf* pBuf, uint32_t val) { in expandBufAdd4BE()
147 void expandBufAdd8BE(ExpandBuf* pBuf, uint64_t val) { in expandBufAdd8BE()
166 void expandBufAddUtf8String(ExpandBuf* pBuf, const char* s) { in expandBufAddUtf8String()
[all …]