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

  /external/chromium_org/mojo/public/cpp/bindings/
struct_ptr.h 26 class StructPtr {
27 MOJO_MOVE_ONLY_TYPE_FOR_CPP_03(StructPtr, RValue);
31 StructPtr() : ptr_(NULL) {}
32 ~StructPtr() {
36 StructPtr(RValue other) : ptr_(NULL) { Take(other.object); }
37 StructPtr& operator=(RValue other) {
44 return TypeConverter<U, StructPtr>::Convert(*this);
66 void Swap(StructPtr* other) {
71 typedef Struct* StructPtr::*Testable;
74 operator Testable() const { return ptr_ ? &StructPtr::ptr_ : 0;
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 336 PointerType *StructPtr =
339 paramTy.push_back(StructPtr);

Completed in 221 milliseconds