![]() |
Flutter Engine
The Flutter Engine
|
#include <json_stream.h>
Public Member Functions | |
JSONArray (JSONStream *stream) | |
JSONArray (const JSONObject *obj, const char *name) | |
JSONArray (const JSONArray *arr) | |
~JSONArray () | |
void | AddValueNull () const |
void | AddValue (bool b) const |
void | AddValue (intptr_t i) const |
void | AddValue64 (int64_t i) const |
void | AddValueTimeMillis (int64_t millis) const |
void | AddValueTimeMicros (int64_t micros) const |
void | AddValue (double d) const |
void | AddValue (const char *s) const |
void | AddValue (const Object &obj, bool ref=true) const |
void | AddValue (Isolate *isolate, bool ref=true) const |
void | AddValue (IsolateGroup *isolate_group, bool ref=true) const |
void | AddValue (Breakpoint *bpt) const |
void | AddValue (TokenPosition tp) const |
void | AddValue (const ServiceEvent *event) const |
void | AddValue (Metric *metric) const |
void | AddValue (MessageQueue *queue) const |
void | AddValue (const TimelineEvent *timeline_event) const |
void | AddValue (const TimelineEventBlock *timeline_event_block) const |
void | AddValueVM (bool ref=true) const |
void | AddValueF (const char *format,...) const PRINTF_ATTRIBUTE(2 |
![]() | |
ValueObject () | |
~ValueObject () | |
Friends | |
class | JSONObject |
Definition at line 480 of file json_stream.h.
|
inlineexplicit |
Definition at line 482 of file json_stream.h.
|
inline |
Definition at line 485 of file json_stream.h.
|
inlineexplicit |
Definition at line 488 of file json_stream.h.
|
inline |
Definition at line 491 of file json_stream.h.
|
inline |
Definition at line 494 of file json_stream.h.
|
inline |
Definition at line 514 of file json_stream.h.
|
inline |
Definition at line 504 of file json_stream.h.
Definition at line 505 of file json_stream.h.
|
inline |
Definition at line 516 of file json_stream.h.
|
inline |
Definition at line 519 of file json_stream.h.
|
inline |
Definition at line 522 of file json_stream.h.
|
inline |
Definition at line 503 of file json_stream.h.
|
inline |
Definition at line 495 of file json_stream.h.
Definition at line 508 of file json_stream.h.
|
inline |
Definition at line 511 of file json_stream.h.
|
inline |
Definition at line 518 of file json_stream.h.
|
inline |
Definition at line 517 of file json_stream.h.
|
inline |
Definition at line 515 of file json_stream.h.
|
inline |
Definition at line 496 of file json_stream.h.
void dart::JSONArray::AddValueF | ( | const char * | format, |
... | |||
) | const |
Definition at line 596 of file json_stream.cc.
|
inline |
Definition at line 493 of file json_stream.h.
|
inline |
Definition at line 500 of file json_stream.h.
|
inline |
Definition at line 497 of file json_stream.h.
|
inline |
Definition at line 525 of file json_stream.h.
|
friend |
Definition at line 531 of file json_stream.h.