/third_party/boost/boost/serialization/ |
D | stack.hpp | 27 #define STD _STLP_STD macro 29 #define STD std macro 37 struct stack_save : public STD::stack<U, C> { 40 save(ar, STD::stack<U, C>::c, file_version); in operator ()() 44 struct stack_load : public STD::stack<U, C> { 47 load(ar, STD::stack<U, C>::c, file_version); in operator ()() 72 BOOST_SERIALIZATION_COLLECTION_TRAITS(STD::stack) 74 #undef STD
|
D | queue.hpp | 27 #define STD _STLP_STD macro 29 #define STD std macro 37 struct queue_save : public STD::queue<U, C> { 40 save(ar, STD::queue<U, C>::c, file_version); in operator ()() 44 struct queue_load : public STD::queue<U, C> { 47 load(ar, STD::queue<U, C>::c, file_version); in operator ()() 72 BOOST_SERIALIZATION_COLLECTION_TRAITS(STD::queue) 74 #undef STD
|
D | priority_queue.hpp | 27 #define STD _STLP_STD macro 29 #define STD std macro 37 struct priority_queue_save : public STD::priority_queue<U, Container, Compare> { 40 save(ar, STD::priority_queue<U, Container, Compare>::c, file_version); in operator ()() 44 struct priority_queue_load : public STD::priority_queue<U, Container, Compare> { 47 load(ar, STD::priority_queue<U, Container, Compare>::c, file_version); in operator ()() 72 BOOST_SERIALIZATION_COLLECTION_TRAITS(STD::priority_queue) 74 #undef STD
|
D | valarray.hpp | 32 #define STD _STLP_STD macro 34 #define STD std macro 44 void save( Archive & ar, const STD::valarray<U> &t, const unsigned int /*file_version*/ ) in save() 58 void load( Archive & ar, STD::valarray<U> &t, const unsigned int /*file_version*/ ) in load() 75 inline void serialize( Archive & ar, STD::valarray<U> & t, const unsigned int file_version) in serialize() 84 BOOST_SERIALIZATION_COLLECTION_TRAITS(STD::valarray) 85 #undef STD
|
D | vector.hpp | 46 #define STD _STLP_STD macro 48 #define STD std macro 66 boost::serialization::stl::save_collection<Archive, STD::vector<U, Allocator> >( in save() 231 #undef STD
|
/third_party/googletest/ci/ |
D | linux-presubmit.sh | 41 if [[ -z ${STD:-} ]]; then 42 STD="c++11 c++14 c++17 c++20" 85 for std in ${STD}; do 106 for std in ${STD}; do
|
/third_party/abseil-cpp/ci/ |
D | linux_gcc-latest_libstdcxx_bazel.sh | 27 if [ -z ${STD:-} ]; then 28 STD="c++11 c++14 c++17" 53 for std in ${STD}; do
|
D | linux_clang-latest_libcxx_bazel.sh | 27 if [ -z ${STD:-} ]; then 28 STD="c++11 c++14 c++17" 53 for std in ${STD}; do
|
D | linux_gcc-4.9_libstdcxx_bazel.sh | 27 if [ -z ${STD:-} ]; then 28 STD="c++11 c++14" 53 for std in ${STD}; do
|
D | linux_clang-latest_libstdcxx_bazel.sh | 27 if [ -z ${STD:-} ]; then 28 STD="c++11 c++14 c++17" 53 for std in ${STD}; do
|
D | linux_clang-latest_libcxx_tsan_bazel.sh | 27 if [ -z ${STD:-} ]; then 28 STD="c++11 c++14 c++17" 53 for std in ${STD}; do
|
D | linux_clang-latest_libcxx_asan_bazel.sh | 27 if [ -z ${STD:-} ]; then 28 STD="c++11 c++14 c++17" 53 for std in ${STD}; do
|
/third_party/skia/third_party/externals/abseil-cpp/ci/ |
D | linux_clang-latest_libcxx_bazel.sh | 27 if [[ -z ${STD:-} ]]; then 28 STD="c++11 c++14 c++17 c++20" 62 for std in ${STD}; do
|
D | linux_gcc-latest_libstdcxx_bazel.sh | 27 if [[ -z ${STD:-} ]]; then 28 STD="c++11 c++14 c++17 c++20" 62 for std in ${STD}; do
|
D | linux_gcc-floor_libstdcxx_bazel.sh | 27 if [[ -z ${STD:-} ]]; then 28 STD="c++11 c++14" 62 for std in ${STD}; do
|
D | linux_clang-latest_libstdcxx_bazel.sh | 27 if [[ -z ${STD:-} ]]; then 28 STD="c++11 c++14 c++17" 62 for std in ${STD}; do
|
D | linux_clang-latest_libcxx_tsan_bazel.sh | 27 if [[ -z ${STD:-} ]]; then 28 STD="c++11 c++14 c++17 c++20" 62 for std in ${STD}; do
|
D | linux_clang-latest_libcxx_asan_bazel.sh | 27 if [[ -z ${STD:-} ]]; then 28 STD="c++11 c++14 c++17 c++20" 62 for std in ${STD}; do
|
/third_party/boost/libs/date_time/test/local_time/ |
D | poorly_formed_zonespec.csv | 1 "ID","STD ABBR","STD NAME","DST ABBR","DST NAME","GMT offset","DST adjustment","DST Start Date rule…
|
/third_party/boost/libs/date_time/data/ |
D | README.zone_spec_csv_file | 23 fields filled except: STD ABBR, STD NAME, DST NAME. You should take note 34 * STD ABBR 35 * STD NAME 90 daylight savings ends (transition to STD).
|
/third_party/icu/icu4c/source/data/curr/ |
D | zh_Hant_HK.txt | 214 STD{ 215 "STD", 429 STD{
|
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/ |
D | zh_Hant_HK.txt | 209 STD{ 210 "STD", 425 STD{
|
D | vai.txt | 181 STD{ 182 "STD",
|
D | shi.txt | 185 STD{ 186 "STD",
|
/third_party/skia/third_party/externals/icu/source/data/curr/ |
D | zh_Hant_HK.txt | 214 STD{ 215 "STD", 429 STD{
|