class MockExprNode
Defined at line 14 of file ../../src/developer/debug/zxdb/expr/mock_expr_node.h
Custom ExprNode that just returns a known value, either synchronously or
asynchronously.
Public Methods
void EmitBytecode (VmStream & stream)
Construct with fxl::MakeRefCounted().
Defined at line 18 of file ../../src/developer/debug/zxdb/expr/mock_expr_node.cc
void Print (std::ostream & out, int indent)
Defined at line 31 of file ../../src/developer/debug/zxdb/expr/mock_expr_node.cc
Friends
class MakeRefCountedHelper
class RefCountedThreadSafe