class Enum

Defined at line 124 of file ../../src/lib/fidl_codec/library_loader.h

Public Methods

std::string GetName (uint64_t absolute_value, bool negative)

Gets the name of the enum member corresponding to the value pointed to by

|bytes| of length |length|. For example, if we had the following

definition:

enum i16_enum : int16 {

x = -23;

};

and you pass |bytes| a 2-byte representation of -23, and |length| 2, this

function will return "x". Returns "(Unknown enum member)" if it can't find

the member.

Defined at line 92 of file ../../src/lib/fidl_codec/library_loader.cc

const Enum & FrameworkErrorEnum ()

Defined at line 42 of file ../../src/lib/fidl_codec/library_loader.cc

Friends

class Library