Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
dart::PredefinedCObjects Class Reference

Static Public Member Functions

static PredefinedCObjectsgetInstance ()
 
static Dart_CObjectcobj_null ()
 
static Dart_CObjectcobj_empty_array ()
 

Detailed Description

Definition at line 40 of file message_snapshot.cc.

Member Function Documentation

◆ cobj_empty_array()

static Dart_CObject * dart::PredefinedCObjects::cobj_empty_array ( )
inlinestatic

Definition at line 48 of file message_snapshot.cc.

48 {
49 return &getInstance().cobj_empty_array_;
50 }
static PredefinedCObjects & getInstance()

◆ cobj_null()

static Dart_CObject * dart::PredefinedCObjects::cobj_null ( )
inlinestatic

Definition at line 47 of file message_snapshot.cc.

47{ return &getInstance().cobj_null_; }

◆ getInstance()

static PredefinedCObjects & dart::PredefinedCObjects::getInstance ( )
inlinestatic

Definition at line 42 of file message_snapshot.cc.

42 {
43 static PredefinedCObjects instance;
44 return instance;
45 }
VkInstance instance
Definition main.cc:48

The documentation for this class was generated from the following file: