mirror of
https://github.com/MaskRay/ccls.git
synced 2025-01-19 03:55:49 +00:00
more format
This commit is contained in:
parent
95488507a0
commit
95f6a0df1c
@ -50,7 +50,10 @@ struct MessageQueue {
|
|||||||
private:
|
private:
|
||||||
struct BufferMetadata;
|
struct BufferMetadata;
|
||||||
|
|
||||||
void CopyPayloadToBuffer(uint32_t partial_id, void* payload, size_t payload_size, bool has_more_chunks);
|
void CopyPayloadToBuffer(uint32_t partial_id,
|
||||||
|
void* payload,
|
||||||
|
size_t payload_size,
|
||||||
|
bool has_more_chunks);
|
||||||
|
|
||||||
BufferMetadata* metadata() const;
|
BufferMetadata* metadata() const;
|
||||||
// Returns the number of bytes currently available in the buffer.
|
// Returns the number of bytes currently available in the buffer.
|
||||||
|
Loading…
Reference in New Issue
Block a user