Searched defs:ValueType (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.h1557 enum ValueType { enum in class:art::EncodedStaticFieldValueIterator
1576 ValueType GetValueType() const { return type_; }
1586 ValueType type);
1598 ValueType type_; // Type of current encoded value.
1602 std::ostream& operator<<(std::ostream& os, const EncodedStaticFieldValueIterator::ValueType& code);

Completed in 64 milliseconds