Home
last modified time | relevance | path

Searched refs:ABSL_OPTION_USE_STD_OPTIONAL (Results 1 – 25 of 29) sorted by relevance

12

/external/openscreen/third_party/abseil/src/absl/base/
Dconfig.h573 #if !defined(ABSL_OPTION_USE_STD_OPTIONAL)
575 #elif ABSL_OPTION_USE_STD_OPTIONAL == 0 || \
576 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && !defined(ABSL_HAVE_STD_OPTIONAL))
578 #elif ABSL_OPTION_USE_STD_OPTIONAL == 1 || \
579 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && defined(ABSL_HAVE_STD_OPTIONAL))
/external/libtextclassifier/abseil-cpp/absl/base/
Dconfig.h573 #if !defined(ABSL_OPTION_USE_STD_OPTIONAL)
575 #elif ABSL_OPTION_USE_STD_OPTIONAL == 0 || \
576 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && !defined(ABSL_HAVE_STD_OPTIONAL))
578 #elif ABSL_OPTION_USE_STD_OPTIONAL == 1 || \
579 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && defined(ABSL_HAVE_STD_OPTIONAL))
/external/webrtc/third_party/abseil-cpp/patches/
D0001-Turn-on-hardened-mode.patch25 // ABSL_OPTION_USE_STD_OPTIONAL
30 -#define ABSL_OPTION_USE_STD_OPTIONAL 2
31 +#define ABSL_OPTION_USE_STD_OPTIONAL 0
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Dconfig.h592 #if !defined(ABSL_OPTION_USE_STD_OPTIONAL)
594 #elif ABSL_OPTION_USE_STD_OPTIONAL == 0 || \
595 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && !defined(ABSL_HAVE_STD_OPTIONAL))
597 #elif ABSL_OPTION_USE_STD_OPTIONAL == 1 || \
598 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && defined(ABSL_HAVE_STD_OPTIONAL))
/external/abseil-cpp/absl/base/
Dconfig.h656 #if !defined(ABSL_OPTION_USE_STD_OPTIONAL)
658 #elif ABSL_OPTION_USE_STD_OPTIONAL == 0 || \
659 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && !defined(ABSL_HAVE_STD_OPTIONAL))
661 #elif ABSL_OPTION_USE_STD_OPTIONAL == 1 || \
662 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && defined(ABSL_HAVE_STD_OPTIONAL))
/external/cronet/third_party/abseil-cpp/absl/base/
Dconfig.h652 #if !defined(ABSL_OPTION_USE_STD_OPTIONAL)
654 #elif ABSL_OPTION_USE_STD_OPTIONAL == 0 || \
655 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && !defined(ABSL_HAVE_STD_OPTIONAL))
657 #elif ABSL_OPTION_USE_STD_OPTIONAL == 1 || \
658 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && defined(ABSL_HAVE_STD_OPTIONAL))
Doptions.h124 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
/external/angle/third_party/abseil-cpp/absl/base/
Dconfig.h614 #if !defined(ABSL_OPTION_USE_STD_OPTIONAL)
616 #elif ABSL_OPTION_USE_STD_OPTIONAL == 0 || \
617 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && !defined(ABSL_HAVE_STD_OPTIONAL))
619 #elif ABSL_OPTION_USE_STD_OPTIONAL == 1 || \
620 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && defined(ABSL_HAVE_STD_OPTIONAL))
Doptions.h124 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
/external/webrtc/third_party/abseil-cpp/absl/base/
Dconfig.h669 #if !defined(ABSL_OPTION_USE_STD_OPTIONAL)
671 #elif ABSL_OPTION_USE_STD_OPTIONAL == 0 || \
672 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && !defined(ABSL_HAVE_STD_OPTIONAL))
674 #elif ABSL_OPTION_USE_STD_OPTIONAL == 1 || \
675 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && defined(ABSL_HAVE_STD_OPTIONAL))
Doptions.h124 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
/external/tensorflow/third_party/absl/abseil-cpp/absl/base/
Dconfig.h667 #if !defined(ABSL_OPTION_USE_STD_OPTIONAL)
669 #elif ABSL_OPTION_USE_STD_OPTIONAL == 0 || \
670 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && !defined(ABSL_HAVE_STD_OPTIONAL))
672 #elif ABSL_OPTION_USE_STD_OPTIONAL == 1 || \
673 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && defined(ABSL_HAVE_STD_OPTIONAL))
Doptions.h124 #define ABSL_OPTION_USE_STD_OPTIONAL 2 macro
/external/pdfium/third_party/abseil-cpp/absl/base/
Dconfig.h669 #if !defined(ABSL_OPTION_USE_STD_OPTIONAL)
671 #elif ABSL_OPTION_USE_STD_OPTIONAL == 0 || \
672 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && !defined(ABSL_HAVE_STD_OPTIONAL))
674 #elif ABSL_OPTION_USE_STD_OPTIONAL == 1 || \
675 (ABSL_OPTION_USE_STD_OPTIONAL == 2 && defined(ABSL_HAVE_STD_OPTIONAL))
Doptions.h124 #define ABSL_OPTION_USE_STD_OPTIONAL 1 macro
/external/cronet/third_party/abseil-cpp/patches/
D0001-Turn-on-hardened-mode.patch24 -#define ABSL_OPTION_USE_STD_OPTIONAL 2
25 +#define ABSL_OPTION_USE_STD_OPTIONAL 0
/external/angle/third_party/abseil-cpp/patches/
D0001-Turn-on-hardened-mode.patch24 -#define ABSL_OPTION_USE_STD_OPTIONAL 2
25 +#define ABSL_OPTION_USE_STD_OPTIONAL 0
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/ci/
Dabsl_alternate_options.h22 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
/external/libtextclassifier/abseil-cpp/ci/
Dabsl_alternate_options.h22 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
/external/cronet/third_party/abseil-cpp/ci/
Dabsl_alternate_options.h22 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
/external/openscreen/third_party/abseil/src/ci/
Dabsl_alternate_options.h22 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
/external/tensorflow/third_party/absl/abseil-cpp/ci/
Dabsl_alternate_options.h22 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
/external/abseil-cpp/ci/
Dabsl_alternate_options.h22 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
/external/angle/third_party/abseil-cpp/ci/
Dabsl_alternate_options.h22 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
/external/webrtc/third_party/abseil-cpp/ci/
Dabsl_alternate_options.h22 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro

12