Home
last modified time | relevance | path

Searched refs:StatusRep (Results 1 – 13 of 13) sorted by relevance

/external/openscreen/third_party/abseil/src/absl/status/internal/
Dstatus_internal.h38 struct StatusRep { struct
39 StatusRep(absl::StatusCode code, std::string message, in StatusRep() argument
/external/abseil-cpp/absl/status/
Dstatus.h65 struct StatusRep { struct
231 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()
Dstatus.cc132 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()
/external/webrtc/third_party/abseil-cpp/absl/status/
Dstatus.h65 struct StatusRep { struct
231 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()
Dstatus.cc132 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()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatus.h580 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()
Dstatus.cc130 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()
/external/openscreen/third_party/abseil/src/absl/status/
Dstatus.h580 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()
Dstatus.cc130 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()
/external/libtextclassifier/abseil-cpp/absl/status/
Dstatus.h580 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()
Dstatus.cc130 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()
/external/libtextclassifier/abseil-cpp/absl/status/internal/
Dstatus_internal.h38 struct StatusRep { struct
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/internal/
Dstatus_internal.h38 struct StatusRep { struct