Home
last modified time | relevance | path

Searched refs:STD (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/third_party/boost/boost/serialization/
Dstack.hpp27 #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
Dqueue.hpp27 #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
Dpriority_queue.hpp27 #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
Dvalarray.hpp32 #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
Dvector.hpp46 #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/
Dlinux-presubmit.sh41 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/
Dlinux_gcc-latest_libstdcxx_bazel.sh27 if [ -z ${STD:-} ]; then
28 STD="c++11 c++14 c++17"
53 for std in ${STD}; do
Dlinux_clang-latest_libcxx_bazel.sh27 if [ -z ${STD:-} ]; then
28 STD="c++11 c++14 c++17"
53 for std in ${STD}; do
Dlinux_gcc-4.9_libstdcxx_bazel.sh27 if [ -z ${STD:-} ]; then
28 STD="c++11 c++14"
53 for std in ${STD}; do
Dlinux_clang-latest_libstdcxx_bazel.sh27 if [ -z ${STD:-} ]; then
28 STD="c++11 c++14 c++17"
53 for std in ${STD}; do
Dlinux_clang-latest_libcxx_tsan_bazel.sh27 if [ -z ${STD:-} ]; then
28 STD="c++11 c++14 c++17"
53 for std in ${STD}; do
Dlinux_clang-latest_libcxx_asan_bazel.sh27 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/
Dlinux_clang-latest_libcxx_bazel.sh27 if [[ -z ${STD:-} ]]; then
28 STD="c++11 c++14 c++17 c++20"
62 for std in ${STD}; do
Dlinux_gcc-latest_libstdcxx_bazel.sh27 if [[ -z ${STD:-} ]]; then
28 STD="c++11 c++14 c++17 c++20"
62 for std in ${STD}; do
Dlinux_gcc-floor_libstdcxx_bazel.sh27 if [[ -z ${STD:-} ]]; then
28 STD="c++11 c++14"
62 for std in ${STD}; do
Dlinux_clang-latest_libstdcxx_bazel.sh27 if [[ -z ${STD:-} ]]; then
28 STD="c++11 c++14 c++17"
62 for std in ${STD}; do
Dlinux_clang-latest_libcxx_tsan_bazel.sh27 if [[ -z ${STD:-} ]]; then
28 STD="c++11 c++14 c++17 c++20"
62 for std in ${STD}; do
Dlinux_clang-latest_libcxx_asan_bazel.sh27 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/
Dpoorly_formed_zonespec.csv1 "ID","STD ABBR","STD NAME","DST ABBR","DST NAME","GMT offset","DST adjustment","DST Start Date rule…
/third_party/boost/libs/date_time/data/
DREADME.zone_spec_csv_file23 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/
Dzh_Hant_HK.txt214 STD{
215 "STD",
429 STD{
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/
Dzh_Hant_HK.txt209 STD{
210 "STD",
425 STD{
Dvai.txt181 STD{
182 "STD",
Dshi.txt185 STD{
186 "STD",
/third_party/skia/third_party/externals/icu/source/data/curr/
Dzh_Hant_HK.txt214 STD{
215 "STD",
429 STD{

12345678910>>...24