Documentation
¶
Index ¶
- Constants
- func BuildValueAllocator(allocatorVar string, value interface{}, decl gidlmixer.Declaration, ...) (string, string)
- func BuildValueHeap(value interface{}, decl gidlmixer.Declaration, handleRepr HandleRepr) (string, string)
- func BuildValueUnowned(value interface{}, decl gidlmixer.Declaration, handleRepr HandleRepr) (string, string)
- func ConformanceType(gidlTypeString string) string
- func LlcppErrorCode(code gidlir.ErrorCode) string
- type HandleRepr
Constants ¶
View Source
const ( HandleReprDisposition HandleReprInfo HandleReprRaw )
Variables ¶
This section is empty.
Functions ¶
func BuildValueAllocator ¶
func BuildValueAllocator(allocatorVar string, value interface{}, decl gidlmixer.Declaration, handleRepr HandleRepr) (string, string)
Builds an LLCPP object using fidl::Allocator.
func BuildValueHeap ¶
func BuildValueHeap(value interface{}, decl gidlmixer.Declaration, handleRepr HandleRepr) (string, string)
Builds a LLCPP object using std::make_unique.
func BuildValueUnowned ¶
func BuildValueUnowned(value interface{}, decl gidlmixer.Declaration, handleRepr HandleRepr) (string, string)
func ConformanceType ¶
func LlcppErrorCode ¶
Types ¶
type HandleRepr ¶
type HandleRepr int
Click to show internal directories.
Click to hide internal directories.