HomeSort by relevance Sort by last modified time
    Searched defs:ArrayPointer (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuFormatUtil.hpp 185 class ArrayPointer
191 ArrayPointer (const T* arr_, int size_) : arr(arr_), size(size_) {}
209 std::ostream& operator<< (std::ostream& str, const ArrayPointer<T>& fmt)
277 inline Format::ArrayPointer<T> formatArray (const T* arr, int size)
279 return Format::ArrayPointer<T>(arr, size);
284 inline Format::ArrayPointer<T> formatArray (const T (&arr)[Size])
286 return Format::ArrayPointer<T>(arr, Size);
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 159 milliseconds