Home
last modified time | relevance | path

Searched defs:IsPresent (Results 1 – 16 of 16) sorted by relevance

/external/abseil-cpp/absl/debugging/internal/
Delf_mem_image.h89 bool IsPresent() const { return ehdr_ != nullptr; } in IsPresent() function
Dvdso_support.h79 bool IsPresent() const { return image_.IsPresent(); } in IsPresent() function
/external/openscreen/third_party/abseil/src/absl/debugging/internal/
Delf_mem_image.h89 bool IsPresent() const { return ehdr_ != nullptr; } in IsPresent() function
Dvdso_support.h79 bool IsPresent() const { return image_.IsPresent(); } in IsPresent() function
/external/angle/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.h89 bool IsPresent() const { return ehdr_ != nullptr; } in IsPresent() function
Dvdso_support.h79 bool IsPresent() const { return image_.IsPresent(); } in IsPresent() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Dvdso_support.h79 bool IsPresent() const { return image_.IsPresent(); } in IsPresent() function
Delf_mem_image.h89 bool IsPresent() const { return ehdr_ != nullptr; } in IsPresent() function
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
Dvdso_support.h79 bool IsPresent() const { return image_.IsPresent(); } in IsPresent() function
Delf_mem_image.h89 bool IsPresent() const { return ehdr_ != nullptr; } in IsPresent() function
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/
Dvdso_support.h79 bool IsPresent() const { return image_.IsPresent(); } in IsPresent() function
Delf_mem_image.h89 bool IsPresent() const { return ehdr_ != nullptr; } in IsPresent() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability.h143 bool IsPresent(const HloInstruction* a) const { in IsPresent() function
/external/protobuf/src/google/protobuf/
Dgenerated_message_util.h121 inline bool IsPresent(const void* base, uint32 hasbit) { in IsPresent() function
/external/mesa3d/src/egl/main/
Deglimage.h46 EGLBoolean IsPresent; member
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DQualifiedAutoCheck.cpp167 auto CheckQualifier = [&](bool IsPresent, Qualifier Qual) { in check()