Searched refs:rawValue (Results 1 – 5 of 5) sorted by relevance
216 uint64_t rawValue = 0; in tryParse() local218 bool parseOK = base::ParseUint(newVal, &rawValue); in tryParse()233 if(rawValue <= UINT32_MAX) in tryParse()239 if(rawValue <= INT32_MAX) // rawValue always >= 0 in tryParse()241 else if(rawValue <= UINT32_MAX) in tryParse()243 else if(rawValue <= INT64_MAX) // rawValue always >= 0 in tryParse()245 else if(rawValue <= UINT64_MAX) in tryParse()250 if(rawValue <= INT32_MAX) // rawValue always >= 0 in tryParse()258 return new LiteralConstantExpression(kind, rawValue, value); in tryParse()411 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()
625 std::string value = entry->rawValue(scalarType->getKind()); in emitVtsTypeDeclarations()818 std::string EnumValue::rawValue(ScalarType::Kind castKind) const { in rawValue() function in android::EnumValue820 return mValue->rawValue(castKind); in rawValue()
155 std::string rawValue(ScalarType::Kind castKind) const;