Searched refs:getKind (Results 1 – 3 of 3) sorted by relevance
179 std::string value = entry->cppValue(scalarType->getKind()); in emitTypeDeclarations()381 std::string value = entry->javaValue(scalarType->getKind()); in emitJavaTypeDeclarations()460 std::string value = entry->value(scalarType->getKind()); in emitVtsTypeDeclarations()592 std::string value = entry->javaValue(scalarType->getKind()); in emitExportedHeader()630 std::string value = entry->cppValue(scalarType->getKind()); in emitExportedHeader()699 *value = ConstantExpression::Zero(type->getKind()); in autofill()
105 Kind getKind() const;
310 ScalarType::Kind ScalarType::getKind() const { in getKind() function in android::ScalarType