Home
last modified time | relevance | path

Searched defs:getConstantExpressions (Results 1 – 8 of 8) sorted by relevance

/system/tools/hidl/
DAnnotation.cpp33 std::vector<ConstantExpression*> AnnotationParam::getConstantExpressions() { in getConstantExpressions() function in android::AnnotationParam
41 std::vector<const ConstantExpression*> AnnotationParam::getConstantExpressions() const { in getConstantExpressions() function in android::AnnotationParam
100 std::vector<const ConstantExpression*> ConstantExpressionAnnotationParam::getConstantExpressions() in getConstantExpressions() function in android::ConstantExpressionAnnotationParam
128 std::vector<ConstantExpression*> Annotation::getConstantExpressions() { in getConstantExpressions() function in android::Annotation
136 std::vector<const ConstantExpression*> Annotation::getConstantExpressions() const { in getConstantExpressions() function in android::Annotation
DConstantExpression.cpp518 std::vector<ConstantExpression*> ConstantExpression::getConstantExpressions() { in getConstantExpressions() function in android::ConstantExpression
681 std::vector<const ConstantExpression*> LiteralConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::LiteralConstantExpression
688 std::vector<const ConstantExpression*> UnaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::UnaryConstantExpression
696 std::vector<const ConstantExpression*> BinaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::BinaryConstantExpression
705 std::vector<const ConstantExpression*> TernaryConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::TernaryConstantExpression
720 std::vector<const ConstantExpression*> ReferenceConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::ReferenceConstantExpression
736 std::vector<const ConstantExpression*> AttributeConstantExpression::getConstantExpressions() const { in getConstantExpressions() function in android::AttributeConstantExpression
DMethod.cpp105 std::vector<ConstantExpression*> Method::getConstantExpressions() { in getConstantExpressions() function in android::Method
113 std::vector<const ConstantExpression*> Method::getConstantExpressions() const { in getConstantExpressions() function in android::Method
DScope.cpp125 std::vector<const ConstantExpression*> Scope::getConstantExpressions() const { in getConstantExpressions() function in android::Scope
DType.cpp127 std::vector<ConstantExpression*> Type::getConstantExpressions() { in getConstantExpressions() function in android::Type
135 std::vector<const ConstantExpression*> Type::getConstantExpressions() const { in getConstantExpressions() function in android::Type
DArrayType.cpp64 std::vector<const ConstantExpression*> ArrayType::getConstantExpressions() const { in getConstantExpressions() function in android::ArrayType
DInterface.cpp478 std::vector<const ConstantExpression*> Interface::getConstantExpressions() const { in getConstantExpressions() function in android::Interface
DEnumType.cpp90 std::vector<const ConstantExpression*> EnumType::getConstantExpressions() const { in getConstantExpressions() function in android::EnumType