Home
last modified time | relevance | path

Searched refs:ValueOf (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/
DConstantExpression.h59 static ConstantExpression ValueOf(ScalarType::Kind kind, uint64_t value);
DConstantExpression.cpp156 ConstantExpression ce = ValueOf(kind, 0); in Zero()
162 ConstantExpression ce = ValueOf(kind, 1); in One()
167 ConstantExpression ConstantExpression::ValueOf(ScalarType::Kind kind, uint64_t value) { in ValueOf() function in android::ConstantExpression
DInterface.cpp299 out << byteToString(ConstantExpression::ValueOf(ScalarType::Kind::KIND_UINT8, e)); in emitDigestChain()