Searched refs:ArrayPointer (Results 1 – 5 of 5) sorted by relevance
184 class ArrayPointer class190 ArrayPointer (const T* arr_, int size_) : arr(arr_), size(size_) {} in ArrayPointer() function in tcu::Format::ArrayPointer208 std::ostream& operator<< (std::ostream& str, const ArrayPointer<T>& fmt) in operator <<()276 inline Format::ArrayPointer<T> formatArray (const T* arr, int size) in formatArray()278 return Format::ArrayPointer<T>(arr, size); in formatArray()
39 union ArrayPointer { union43 MOJO_COMPILE_ASSERT(sizeof(ArrayPointer<char>) == 8, bad_sizeof_ArrayPointer);
82 typedef ArrayPointer<T> StorageType;
47 inline tcu::Format::ArrayPointer<T> getPointerStr (const T* arr, deUint32 size) in getPointerStr()53 inline tcu::Format::ArrayPointer<T> getPointerStr (const T* arr, int size) in getPointerStr()
6210 ArrayPointer enumerator6329 DiagType = ArrayPointer; in DiagnoseAlwaysNonNullPointer()