Searched defs:UnsetProperty (Results 1 – 2 of 2) sorted by relevance
949 type UnsetProperty struct { struct950 Position scanner.Position953 func (n *UnsetProperty) Copy() Expression {957 func (n *UnsetProperty) String() string {961 func (n *UnsetProperty) Type() Type {965 func (n *UnsetProperty) Eval(scope *Scope) (Expression, error) {969 func (x *UnsetProperty) PrintfInto(value string) error {973 func (x *UnsetProperty) MarkReferencedVariables(scope *Scope) {976 func (n *UnsetProperty) Pos() scanner.Position { return n.Position }977 func (n *UnsetProperty) End() scanner.Position { return n.Position }
144 void SystemProperties::UnsetProperty(const std::string& name) { in UnsetProperty() function in perfetto::profiling::SystemProperties