Home
last modified time | relevance | path

Searched defs:old_rep (Results 1 – 11 of 11) sorted by relevance

/external/libtextclassifier/abseil-cpp/absl/status/
Dstatus.h692 uintptr_t old_rep = rep_; variable
706 uintptr_t old_rep = rep_; variable
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatus.h692 uintptr_t old_rep = rep_; variable
706 uintptr_t old_rep = rep_; variable
/external/openscreen/third_party/abseil/src/absl/status/
Dstatus.h692 uintptr_t old_rep = rep_; variable
706 uintptr_t old_rep = rep_; variable
/external/angle/third_party/abseil-cpp/absl/status/
Dstatus.h753 uintptr_t old_rep = rep_; variable
767 uintptr_t old_rep = rep_; variable
/external/webrtc/third_party/abseil-cpp/absl/status/
Dstatus.h264 uintptr_t old_rep = rep_; variable
278 uintptr_t old_rep = rep_; variable
/external/abseil-cpp/absl/status/
Dstatus.h264 uintptr_t old_rep = rep_; variable
278 uintptr_t old_rep = rep_; variable
/external/protobuf/src/google/protobuf/
Drepeated_field.cc55 Rep* old_rep = rep_; in InternalExtend() local
/external/libcxxabi/src/include/
Drefstring.h97 struct _Rep_base *old_rep = rep_from_data(__imp_); variable
/external/libcxx/src/include/
Drefstring.h93 struct _Rep_base *old_rep = rep_from_data(__imp_); variable
/external/llvm-project/libcxx/src/include/
Drefstring.h105 struct _Rep_base *old_rep = rep_from_data(__imp_); variable
/external/angle/third_party/abseil-cpp/absl/strings/
Dcord.h1110 inline void Cord::InlineRep::CommitTree(const CordRep* old_rep, CordRep* rep, in CommitTree()