struct Builtin

Defined at line 230 of file ../../tools/fidl/fidlc/src/flat_ast.h

Public Members

Identity id

Public Methods

void Builtin (Identity id, Name name)

Defined at line 269 of file ../../tools/fidl/fidlc/src/flat_ast.h

bool IsInternal ()

Return true if this decl is for an internal fidl type.

Enumerations

enum Identity
Name Value
kBool 0
kInt8 1
kInt16 2
kInt32 3
kInt64 4
kUint8 5
kZxUchar 6
kUint16 7
kUint32 8
kUint64 9
kZxUsize64 10
kZxUintptr64 11
kFloat32 12
kFloat64 13
kString 14
kBox 15
kArray 16
kStringArray 17
kVector 18
kZxExperimentalPointer 19
kClientEnd 20
kServerEnd 21
kByte 22
kFrameworkErr 23
kOptional 24
kMax 25
kNext 26
kHead 27

Defined at line 231 of file ../../tools/fidl/fidlc/src/flat_ast.h