Searched refs:rawValue (Results 1 – 5 of 5) sorted by relevance
210 uint64_t rawValue = 0; in tryParse() local212 bool parseOK = base::ParseUint(newVal, &rawValue); in tryParse()227 if(rawValue <= UINT32_MAX) in tryParse()233 if(rawValue <= INT32_MAX) // rawValue always >= 0 in tryParse()235 else if(rawValue <= UINT32_MAX) in tryParse()237 else if(rawValue <= INT64_MAX) // rawValue always >= 0 in tryParse()239 else if(rawValue <= UINT64_MAX) in tryParse()244 if(rawValue <= INT32_MAX) // rawValue always >= 0 in tryParse()252 return new LiteralConstantExpression(kind, rawValue, value); in tryParse()405 return rawValue(castKind) + descriptionSuffix(); in value()[all …]
135 std::string rawValue() const;136 std::string rawValue(ScalarType::Kind castKind) const;
494 out << "vector_size: " << mSizes[0]->rawValue() << "\n"; in emitVtsTypeDeclarations()503 out << "vector_size: " << mSizes[index]->rawValue() << "\n"; in emitVtsTypeDeclarations()
592 std::string value = entry->rawValue(scalarType->getKind()); in emitVtsTypeDeclarations()785 std::string EnumValue::rawValue(ScalarType::Kind castKind) const { in rawValue() function in android::EnumValue787 return mValue->rawValue(castKind); in rawValue()
153 std::string rawValue(ScalarType::Kind castKind) const;