// Creates a function call with a given stable ID; reports errors via ASSERT. static std::unique_ptr<Expression> Make(const Context& context,
Position pos, const Type* returnType, const FunctionDeclaration& function,
ExpressionArray arguments);
// The stable pointer uniquely identifies this FunctionCall across an entire SkSL program. // This allows us to clone() a FunctionCall but still find that call in a hash-map. const FunctionCall* fStablePointer = nullptr;
using INHERITED = Expression;
};
} // namespace SkSL
#endif
Messung V0.5
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.