Home
last modified time | relevance | path

Searched defs:hasProperty (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/src/sksl/ir/
DSkSLCodeStringExpression.h29 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLPoison.h24 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLExternalFunctionReference.h33 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLSetting.h48 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLPostfixExpression.h51 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLPrefixExpression.h52 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLVariableReference.cpp24 bool VariableReference::hasProperty(Property property) const { in hasProperty() function in SkSL::VariableReference
DSkSLTypeReference.h39 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLFieldAccess.h67 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLFunctionReference.h34 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLBinaryExpression.h86 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLTernaryExpression.h68 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLExternalFunctionCall.h42 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLMethodReference.h47 bool hasProperty(Property property) const override { return false; } in hasProperty() function
DSkSLChildCall.cpp13 bool ChildCall::hasProperty(Property property) const { in hasProperty() function in SkSL::ChildCall
DSkSLSwizzle.h63 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLIndexExpression.h61 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLConstructor.h27 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLLiteral.h110 bool hasProperty(Property property) const override { in hasProperty() function
DSkSLFunctionCall.cpp775 bool FunctionCall::hasProperty(Property property) const { in hasProperty() function in SkSL::FunctionCall
/third_party/typescript/tests/cases/compiler/
DunspecializedConstraints.ts123 function hasProperty<T>(map: Map<T>, key: string): boolean { function
/third_party/skia/experimental/sktext/include/
DText.h43 bool hasProperty(TextIndex index, CodeUnitFlags flag) const { in hasProperty() function
342 bool hasProperty(TextIndex index, GlyphUnitFlags flag) const { in hasProperty() function
/third_party/typescript/tests/baselines/reference/
DunspecializedConstraints.js312 function hasProperty(map, key) { function
/third_party/typescript/src/compiler/
Dcore.ts1257 export function hasProperty(map: MapLike<any>, key: string): boolean { function
/third_party/typescript/lib/
DtypingsInstaller.js1227 function hasProperty(map, key) { function

12