/external/openscreen/third_party/abseil/src/absl/base/ |
D | config.h | 573 #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/ |
D | config.h | 573 #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/ |
D | 0001-Turn-on-hardened-mode.patch | 25 // 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/ |
D | config.h | 592 #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/ |
D | config.h | 656 #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/ |
D | config.h | 652 #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))
|
D | options.h | 124 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
|
/external/angle/third_party/abseil-cpp/absl/base/ |
D | config.h | 614 #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))
|
D | options.h | 124 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
|
/external/webrtc/third_party/abseil-cpp/absl/base/ |
D | config.h | 669 #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))
|
D | options.h | 124 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/base/ |
D | config.h | 667 #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))
|
D | options.h | 124 #define ABSL_OPTION_USE_STD_OPTIONAL 2 macro
|
/external/pdfium/third_party/abseil-cpp/absl/base/ |
D | config.h | 669 #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))
|
D | options.h | 124 #define ABSL_OPTION_USE_STD_OPTIONAL 1 macro
|
/external/cronet/third_party/abseil-cpp/patches/ |
D | 0001-Turn-on-hardened-mode.patch | 24 -#define ABSL_OPTION_USE_STD_OPTIONAL 2 25 +#define ABSL_OPTION_USE_STD_OPTIONAL 0
|
/external/angle/third_party/abseil-cpp/patches/ |
D | 0001-Turn-on-hardened-mode.patch | 24 -#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/ |
D | absl_alternate_options.h | 22 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
|
/external/libtextclassifier/abseil-cpp/ci/ |
D | absl_alternate_options.h | 22 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
|
/external/cronet/third_party/abseil-cpp/ci/ |
D | absl_alternate_options.h | 22 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
|
/external/openscreen/third_party/abseil/src/ci/ |
D | absl_alternate_options.h | 22 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
|
/external/tensorflow/third_party/absl/abseil-cpp/ci/ |
D | absl_alternate_options.h | 22 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
|
/external/abseil-cpp/ci/ |
D | absl_alternate_options.h | 22 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
|
/external/angle/third_party/abseil-cpp/ci/ |
D | absl_alternate_options.h | 22 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
|
/external/webrtc/third_party/abseil-cpp/ci/ |
D | absl_alternate_options.h | 22 #define ABSL_OPTION_USE_STD_OPTIONAL 0 macro
|