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

  /external/ImageMagick/tests/
validate.h 416 struct ReferenceStorage
425 static const struct ReferenceStorage
  /external/llvm/include/llvm/Support/
ErrorOr.h 28 class ReferenceStorage {
32 ReferenceStorage(T &Ref) : Storage(&Ref) {}
71 typedef ReferenceStorage<typename std::remove_reference<T>::type> wrap;

Completed in 63 milliseconds