Searched refs:StatusRep (Results 1 – 13 of 13) sorted by relevance
38 struct StatusRep { struct39 StatusRep(absl::StatusCode code, std::string message, in StatusRep() argument
65 struct StatusRep { struct231 static uintptr_t PointerToRep(status_internal::StatusRep* r);232 static status_internal::StatusRep* RepToPointer(uintptr_t r);358 inline status_internal::StatusRep* Status::RepToPointer(uintptr_t rep) { in RepToPointer()360 return reinterpret_cast<status_internal::StatusRep*>(rep - 1); in RepToPointer()363 inline uintptr_t Status::PointerToRep(status_internal::StatusRep* rep) { in PointerToRep()
132 status_internal::StatusRep* rep = RepToPointer(rep_); in SetPayload()202 status_internal::StatusRep* r = RepToPointer(rep); in UnrefNonInlined()214 status_internal::StatusRep* rep = new status_internal::StatusRep; in NewRep()233 status_internal::StatusRep* rep = RepToPointer(rep_); in raw_code()250 status_internal::StatusRep* rep = RepToPointer(rep_); in PrepareToModify()
580 static uintptr_t PointerToRep(status_internal::StatusRep* r);581 static status_internal::StatusRep* RepToPointer(uintptr_t r);786 inline status_internal::StatusRep* Status::RepToPointer(uintptr_t rep) { in RepToPointer()788 return reinterpret_cast<status_internal::StatusRep*>(rep - 1); in RepToPointer()791 inline uintptr_t Status::PointerToRep(status_internal::StatusRep* rep) { in PointerToRep()
130 status_internal::StatusRep* rep = RepToPointer(rep_); in SetPayload()200 status_internal::StatusRep* r = RepToPointer(rep); in UnrefNonInlined()212 status_internal::StatusRep* rep = new status_internal::StatusRep; in NewRep()231 status_internal::StatusRep* rep = RepToPointer(rep_); in raw_code()248 status_internal::StatusRep* rep = RepToPointer(rep_); in PrepareToModify()
130 status_internal::StatusRep* rep = RepToPointer(rep_); in SetPayload()200 status_internal::StatusRep* r = RepToPointer(rep); in UnrefNonInlined()212 status_internal::StatusRep* rep = new status_internal::StatusRep( in NewRep()228 status_internal::StatusRep* rep = RepToPointer(rep_); in raw_code()245 status_internal::StatusRep* rep = RepToPointer(rep_); in PrepareToModify()
38 struct StatusRep { struct