Home
last modified time | relevance | path

Searched defs:UnsetProperty (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/blueprint/parser/
H A Dast.go949 type UnsetProperty struct { struct
950 Position scanner.Position
953 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 }
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dsystem_property.cc144 void SystemProperties::UnsetProperty(const std::string& name) { in UnsetProperty() function in perfetto::profiling::SystemProperties