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

  /hardware/ril/mock-ril/src/java/com/android/internal/communication/
Msg.java 302 public static final <T extends MessageMicro> T getAs(Class<T> c, byte[] data) {
330 o = getAs(c, mData.array());
  /external/clang/include/clang/AST/
CanonicalType.h 95 /// The getAs() function is typically used to try to downcast to a
100 /// if (CanQual<PointerType> Ptr = T->getAs<PointerType>()) {
109 template<typename U> CanProxy<U> getAs() const;
237 /// if (CanQual<PointerType> Ptr = T->getAs<PointerType>()) { ... }
243 template<typename U> CanProxy<U> getAs() const {
244 return this->Stored.template getAs<U>();
324 /// canonical type or as the result of the @c CanQual<T>::getAs member
718 if (CanQual<ReferenceType> RefType = getAs<ReferenceType>())
745 CanProxy<U> CanQual<T>::getAs() const {
Type.h     [all...]
  /external/clang/include/clang/Sema/
Ownership.h 55 template <typename T> T* getAs() const {
102 // FIXME: Doesn't work? return P.getAs< void >();
  /external/clang/include/clang/Analysis/
CFG.h 86 template<class ElemTy> const ElemTy *getAs() const {
656 if (const CFGStmt *stmt = BI->getAs<CFGStmt>())
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 146 template<typename RegionTy> const RegionTy* getAs() const;
384 if (T->getAs<ObjCObjectType>())
902 const RegionTy* MemRegion::getAs() const {
    [all...]

Completed in 159 milliseconds