Flutter Engine
The Flutter Engine
|
#include <json_stream.h>
Public Member Functions | |
JSONBase64String (JSONStream *stream) | |
~JSONBase64String () | |
void | AppendBytes (const uint8_t *bytes, intptr_t length) |
Public Member Functions inherited from dart::ValueObject | |
ValueObject () | |
~ValueObject () | |
Definition at line 537 of file json_stream.h.
|
inlineexplicit |
Definition at line 539 of file json_stream.h.
|
inline |
Definition at line 543 of file json_stream.h.
void dart::JSONBase64String::AppendBytes | ( | const uint8_t * | bytes, |
intptr_t | length | ||
) |
Definition at line 603 of file json_stream.cc.