Home
last modified time | relevance | path

Searched refs:from_string (Results 1 – 25 of 44) sorted by relevance

12

/third_party/boost/libs/icl/example/man_power_/
Dman_power.cpp65 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_/
Duser_groups.cpp76 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/
Dtestparse_date.cpp56 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/
Daddress_v6.hpp30 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
Daddress.hpp30 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
Daddress_v4.hpp30 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/
Daddress_v6.hpp30 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
Daddress.hpp30 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
Daddress_v4.hpp30 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/
Dchained.cpp38 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/
Daddress.cpp79 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()
Daddress_v4.cpp89 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()
Daddress_v6.cpp104 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/
Dtrivial.cpp78 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/
Dcef_string_wrappers.h82 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/
Ddyn_bitset_unit_tests1.cpp72 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/
Daddress_v4.hpp130 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(
Daddress.hpp117 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(
Daddress_v6.hpp124 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/
Daddress.hpp117 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(
Daddress_v4.hpp130 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(
Daddress_v6.hpp124 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/
Dbsd_sockets.qbk140 [ [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/
Dconventions.py40 def from_string(cls, s): member in ProseListFormats
146 fmt = ProseListFormats.from_string(fmt)
/third_party/boost/libs/asio/doc/
Dnet_ts.qbk360 [[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

12