Home
last modified time | relevance | path

Searched refs:ValueType (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file.h1286 enum ValueType { enum
1316 ValueType type_; // Type of current encoded value.
1320 std::ostream& operator<<(std::ostream& os, const EncodedStaticFieldValueIterator::ValueType& code);
Ddex_file.cc1149 type_ = static_cast<ValueType>(value_type & kEncodedValueTypeMask); in Next()