/third_party/boost/libs/icl/example/man_power_/ |
D | man_power.cpp | 65 date someday = from_string("2008-08-01"); in man_power() 78 worktime -= from_string("2008-10-03"); //German reunification ;) in man_power() 81 worktime -= discrete_interval<date>::closed(from_string("2008-08-18"), in man_power() 82 from_string("2008-08-22")); in man_power() 100 discrete_interval<date> claudias_seminar (from_string("2008-09-16"), in man_power() 101 from_string("2008-09-24"), in man_power() 103 discrete_interval<date> claudias_vacation(from_string("2008-08-01"), in man_power() 104 from_string("2008-08-14"), in man_power() 125 discrete_interval<date> bodos_flu(from_string("2008-09-19"), from_string("2008-09-29"), in man_power() 127 discrete_interval<date> bodos_vacation(from_string("2008-08-15"), from_string("2008-09-03"), in man_power()
|
/third_party/boost/libs/icl/example/user_groups_/ |
D | user_groups.cpp | 76 from_string("2008-01-01"), from_string("2008-12-31")), mary_harry)); in user_groups() 81 from_string("2008-01-15"), from_string("2008-12-31")), in user_groups() 87 from_string("2008-02-01"), from_string("2008-10-15")), in user_groups() 96 from_string("2008-03-20"), from_string("2008-09-30")), diana_susan); in user_groups() 101 from_string("2008-01-15"), from_string("2008-12-31")), in user_groups() 107 from_string("2008-02-01"), from_string("2008-10-15")), in user_groups()
|
/third_party/boost/libs/date_time/test/gregorian/ |
D | testparse_date.cpp | 56 boost::gregorian::date d(boost::gregorian::from_string(s)); in main() 70 date d2 = from_string("2000-2-29"); in main() 72 date d3 = from_string("2000-FEB-29"); in main() 74 date d4 = from_string("2000-february-29"); in main() 76 date d5 = from_string(to_simple_string(d)); in main() 78 date d6 = from_string(to_iso_extended_string(d)); in main() 191 d2 = from_string("2001-Jan-1"); in main() 192 d3 = from_string("2001-January-1"); in main() 196 d2 = from_string("2001-Dec-1"); in main() 197 d3 = from_string("2001-December-1"); in main() [all …]
|
/third_party/boost/boost/asio/ip/impl/ |
D | address_v6.hpp | 30 inline address_v6 address_v6::from_string(const char* str) in from_string() function in boost::asio::ip::address_v6 35 inline address_v6 address_v6::from_string( in from_string() function in boost::asio::ip::address_v6 41 inline address_v6 address_v6::from_string(const std::string& str) in from_string() function in boost::asio::ip::address_v6 46 inline address_v6 address_v6::from_string( in from_string() function in boost::asio::ip::address_v6
|
D | address.hpp | 30 inline address address::from_string(const char* str) in from_string() function in boost::asio::ip::address 35 inline address address::from_string( in from_string() function in boost::asio::ip::address 41 inline address address::from_string(const std::string& str) in from_string() function in boost::asio::ip::address 46 inline address address::from_string( in from_string() function in boost::asio::ip::address
|
D | address_v4.hpp | 30 inline address_v4 address_v4::from_string(const char* str) in from_string() function in boost::asio::ip::address_v4 35 inline address_v4 address_v4::from_string( in from_string() function in boost::asio::ip::address_v4 41 inline address_v4 address_v4::from_string(const std::string& str) in from_string() function in boost::asio::ip::address_v4 46 inline address_v4 address_v4::from_string( in from_string() function in boost::asio::ip::address_v4
|
/third_party/boost/libs/asio/include/boost/asio/ip/impl/ |
D | address_v6.hpp | 30 inline address_v6 address_v6::from_string(const char* str) in from_string() function in boost::asio::ip::address_v6 35 inline address_v6 address_v6::from_string( in from_string() function in boost::asio::ip::address_v6 41 inline address_v6 address_v6::from_string(const std::string& str) in from_string() function in boost::asio::ip::address_v6 46 inline address_v6 address_v6::from_string( in from_string() function in boost::asio::ip::address_v6
|
D | address.hpp | 30 inline address address::from_string(const char* str) in from_string() function in boost::asio::ip::address 35 inline address address::from_string( in from_string() function in boost::asio::ip::address 41 inline address address::from_string(const std::string& str) in from_string() function in boost::asio::ip::address 46 inline address address::from_string( in from_string() function in boost::asio::ip::address
|
D | address_v4.hpp | 30 inline address_v4 address_v4::from_string(const char* str) in from_string() function in boost::asio::ip::address_v4 35 inline address_v4 address_v4::from_string( in from_string() function in boost::asio::ip::address_v4 41 inline address_v4 address_v4::from_string(const std::string& str) in from_string() function in boost::asio::ip::address_v4 46 inline address_v4 address_v4::from_string( in from_string() function in boost::asio::ip::address_v4
|
/third_party/boost/libs/range/test/adaptor_test/ |
D | chained.cpp | 38 static foo from_string(const std::string& source) in from_string() function in boost_range_test::__anone924d2520111::foo 94 | boost::adaptors::transformed(boost::bind(&foo::from_string, _1)) in chained_adaptors_test() 99 reference.push_back(foo::from_string("ab")); in chained_adaptors_test() 100 reference.push_back(foo::from_string("aghj")); in chained_adaptors_test()
|
/third_party/boost/libs/asio/test/ip/ |
D | address.cpp | 79 addr1 = ip::address::from_string("127.0.0.1"); in test() 80 addr1 = ip::address::from_string("127.0.0.1", ec); in test() 81 addr1 = ip::address::from_string(string_value); in test() 82 addr1 = ip::address::from_string(string_value, ec); in test()
|
D | address_v4.cpp | 89 addr1 = ip::address_v4::from_string("127.0.0.1"); in test() 90 addr1 = ip::address_v4::from_string("127.0.0.1", ec); in test() 91 addr1 = ip::address_v4::from_string(string_value); in test() 92 addr1 = ip::address_v4::from_string(string_value, ec); in test()
|
D | address_v6.cpp | 104 addr1 = ip::address_v6::from_string("0::0"); in test() 105 addr1 = ip::address_v6::from_string("0::0", ec); in test() 106 addr1 = ip::address_v6::from_string(string_value); in test() 107 addr1 = ip::address_v6::from_string(string_value, ec); in test()
|
/third_party/boost/libs/log/src/ |
D | trivial.cpp | 78 BOOST_LOG_API bool from_string(const CharT* str, std::size_t len, severity_level& lvl) in from_string() function 127 if (BOOST_UNLIKELY(!boost::log::trivial::from_string(str.data(), str.size(), lvl))) in operator >>() 135 template BOOST_LOG_API bool from_string< char >(const char* begin, std::size_t len, severity_level&… 141 template BOOST_LOG_API bool from_string< wchar_t >(const wchar_t* begin, std::size_t len, severity_…
|
/third_party/cef/include/internal/ |
D | cef_string_wrappers.h | 82 static inline bool from_string(const std::string::value_type* data, in from_string() function 87 static inline bool from_string(const std::string& str, struct_type* s) { in from_string() function 88 return from_string(str.data(), str.length(), s); in from_string() 173 static inline bool from_string(const std::string::value_type* data, in from_string() function 178 static inline bool from_string(const std::string& str, struct_type* s) { in from_string() function 179 return from_string(str.c_str(), str.length(), s); in from_string() 263 static inline bool from_string(const std::string::value_type* data, in from_string() function 268 static inline bool from_string(const std::string& str, struct_type* s) { in from_string() function 269 return from_string(str.data(), str.length(), s); in from_string() 647 return traits::from_string(str, string_); in FromString() [all …]
|
/third_party/boost/libs/dynamic_bitset/test/ |
D | dyn_bitset_unit_tests1.cpp | 72 Tests::from_string(s, i, len/2); // len/2 - i bits in run_string_tests() 73 Tests::from_string(s, i, len); // len - i bits in run_string_tests() 74 Tests::from_string(s, i, 1 + len*2); // len - i bits in run_string_tests() 80 Tests::from_string(s, i, len/2, sz); in run_string_tests() 81 Tests::from_string(s, i, len, sz); in run_string_tests() 82 Tests::from_string(s, i, 1 + len*2, sz); in run_string_tests() 217 Tests::from_string(std::string("x11y"), 1, 2); in run_test_cases() 218 Tests::from_string(std::string("x11"), 1, 10); in run_test_cases() 219 Tests::from_string(std::string("x11"), 1, 10, 10); in run_test_cases()
|
/third_party/boost/boost/asio/ip/ |
D | address_v4.hpp | 130 static address_v4 from_string(const char* str); 134 static address_v4 from_string( 139 static address_v4 from_string(const std::string& str); 143 static address_v4 from_string(
|
D | address.hpp | 117 static address from_string(const char* str); 122 static address from_string(const char* str, boost::system::error_code& ec); 127 static address from_string(const std::string& str); 132 static address from_string(
|
D | address_v6.hpp | 124 static address_v6 from_string(const char* str); 128 static address_v6 from_string( 133 static address_v6 from_string(const std::string& str); 137 static address_v6 from_string(
|
/third_party/boost/libs/asio/include/boost/asio/ip/ |
D | address.hpp | 117 static address from_string(const char* str); 122 static address from_string(const char* str, boost::system::error_code& ec); 127 static address from_string(const std::string& str); 132 static address from_string(
|
D | address_v4.hpp | 130 static address_v4 from_string(const char* str); 134 static address_v4 from_string( 139 static address_v4 from_string(const std::string& str); 143 static address_v4 from_string(
|
D | address_v6.hpp | 124 static address_v6 from_string(const char* str); 128 static address_v6 from_string( 133 static address_v6 from_string(const std::string& str); 137 static address_v6 from_string(
|
/third_party/boost/libs/asio/doc/overview/ |
D | bsd_sockets.qbk | 140 [ [link boost_asio.reference.ip__address.from_string ip::address::from_string()], 141 [link boost_asio.reference.ip__address.from_string ip::address_v4::from_string()], 142 [link boost_asio.reference.ip__address.from_string ip_address_v6::from_string()] ]
|
/third_party/vulkan-headers/registry/ |
D | conventions.py | 40 def from_string(cls, s): member in ProseListFormats 146 fmt = ProseListFormats.from_string(fmt)
|
/third_party/boost/libs/asio/doc/ |
D | net_ts.qbk | 360 [[link boost_asio.reference.ip__address.from_string `ip::address::from_string`]] 365 [[link boost_asio.reference.ip__address_v4.from_string 366 `ip::address_v4::from_string`] and [link 372 [[link boost_asio.reference.ip__address_v6.from_string 373 `ip::address_v6::from_string`] and [link
|