Searched refs:ValueType (Results 1 – 3 of 3) sorted by relevance
1318 enum ValueType { enum1348 ValueType type_; // Type of current encoded value.1352 std::ostream& operator<<(std::ostream& os, const EncodedStaticFieldValueIterator::ValueType& code);
1211 type_ = static_cast<ValueType>(value_type & kEncodedValueTypeMask); in Next()
300 template <class InstructionType, typename ValueType>301 InstructionType* CreateConstant(ValueType value, in CreateConstant()302 ArenaSafeMap<ValueType, InstructionType*>* cache) { in CreateConstant() argument