Searched refs:ValueType (Results 1 – 2 of 2) sorted by relevance
1286 enum ValueType { enum1316 ValueType type_; // Type of current encoded value.1320 std::ostream& operator<<(std::ostream& os, const EncodedStaticFieldValueIterator::ValueType& code);
1149 type_ = static_cast<ValueType>(value_type & kEncodedValueTypeMask); in Next()