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

/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h25 typedef Path::ValueType ValueType; typedef in class:mcld::sys::fs::RealPath
30 explicit RealPath(const ValueType* s);
H A DPath.h46 typedef char ValueType; typedef in class:mcld::sys::fs::Path
51 explicit Path(const ValueType* s);
60 Path& assign(const ValueType* s, unsigned int length);
77 const ValueType* c_str() const { return m_PathName.c_str(); }
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h38 typedef uint64_t ValueType; typedef in class:mcld::LDSymbol
101 ValueType value() const { return m_Value; }
119 void setValue(ValueType pValue) { m_Value = pValue; }
138 ValueType m_Value;
/frameworks/native/libs/vr/libvrflinger/
H A Dhwc_types.h63 // wrapper member type ValueType in member type Type.
66 TestTypeExpression<typename T::ValueType>> {
67 using Type = typename T::ValueType;
110 using ValueType = typename UnderlyingType<BaseType>::Type;
118 // Implicit conversion from ValueType.
119 Wrapper(ValueType value) : value(value) {}
122 Wrapper(BaseType value) : value(static_cast<ValueType>(value)) {}
125 template <typename T, typename = EnableIfMatchingEnum<T, ValueType>>
126 Wrapper(const T& value) : value(static_cast<ValueType>(value)) {}
131 // Implicit conversion to ValueType
[all...]

Completed in 1055 milliseconds