class SemanticContext
Defined at line 34 of file ../../src/lib/fidl_codec/semantic.h
Context used during the execution of semantic rules.
Public Methods
void SemanticContext (const HandleSemantic *handle_semantic,zx_koid_tpid,zx_handle_thandle,const Value *request,const Value *response,int64_ttimestamp)
Defined at line 36 of file ../../src/lib/fidl_codec/semantic.h
const HandleSemantic * handle_semantic ()
Defined at line 45 of file ../../src/lib/fidl_codec/semantic.h
zx_koid_t pid ()
Defined at line 46 of file ../../src/lib/fidl_codec/semantic.h
zx_handle_t handle ()
Defined at line 47 of file ../../src/lib/fidl_codec/semantic.h
const Value * request ()
Defined at line 48 of file ../../src/lib/fidl_codec/semantic.h
const Value * response ()
Defined at line 49 of file ../../src/lib/fidl_codec/semantic.h
int64_t timestamp ()
Defined at line 50 of file ../../src/lib/fidl_codec/semantic.h