Home
last modified time | relevance | path

Searched refs:istr (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/libs/lexical_cast/test/
Dlexical_cast_stream_detection_test.cpp26 std::istream& operator >> (std::istream& istr, const streamable_easy&) { in operator >>() argument
27 int i; istr >> i; BOOST_CHECK_EQUAL(i, streamable_easy::value); in operator >>()
28 return istr; in operator >>()
39 operator >> (std::basic_istream<CharT>& istr, const streamable_medium&) { in operator >>() argument
40 int i; istr >> i; BOOST_CHECK_EQUAL(i, streamable_medium::value); in operator >>()
41 return istr; in operator >>()
52 operator >> (std::basic_istream<CharT, TraitsT>& istr, const streamable_hard&) { in operator >>() argument
53 int i; istr >> i; BOOST_CHECK_EQUAL(i, streamable_hard::value); in operator >>()
54 return istr; in operator >>()
63 std::basic_istream<char, TraitsT>& operator >> (std::basic_istream<char, TraitsT>& istr, const stre… in operator >>() argument
[all …]
Dlexical_cast_iterator_range_test.cpp48 inline std::basic_istream<CharT>& operator >> (std::basic_istream<CharT>& istr, class_with_user_def… in operator >>() argument
50 return istr >> rhs.i; in operator >>()
Dlexical_cast_test.cpp595 IStream& operator>>(IStream& istr, foo_operators_test& foo) in operator >>() argument
597 istr >> foo.f; in operator >>()
598 return istr; in operator >>()
/third_party/boost/libs/proto/test/
Dtoy_spirit2.cpp64 std::string::const_iterator istr = str.begin(), estr = str.end(); in string_icmp() local
65 for(; istr != estr; ++tmp, istr += 2) in string_icmp()
66 if(tmp == end || (*tmp != *istr && *tmp != *(istr+1))) in string_icmp()
133 struct istr struct
135 istr(char const *sz) in istr() function
204 , when< NTBSLiteral, if_<_icase, istr(_value), char const*(_value)> >
352 bool operator ()(istr const &s) const in operator ()()
Dtoy_spirit.cpp113 std::string::const_iterator istr = str.begin(), estr = str.end(); in string_icmp() local
114 for(; istr != estr; ++tmp, istr += 2) in string_icmp()
115 if(tmp == end || (*tmp != *istr && *tmp != *(istr+1))) in string_icmp()
/third_party/popt/src/
Dpoptint.c69 strdup_locale_from_utf8 (char * istr) in strdup_locale_from_utf8() argument
75 if (istr == NULL) in strdup_locale_from_utf8()
86 size_t db = strlen(istr); in strdup_locale_from_utf8()
88 char * pin = istr; in strdup_locale_from_utf8()
131 ostr = xstrdup(istr); in strdup_locale_from_utf8()
/third_party/gstreamer/gstplugins_bad/ext/openexr/
Dgstopenexrdec.cpp340 MemIStream *istr; in gst_openexr_dec_handle_frame() local
343 istr = in gst_openexr_dec_handle_frame()
356 file = new RgbaInputFile (*istr); in gst_openexr_dec_handle_frame()
359 delete istr; in gst_openexr_dec_handle_frame()
370 delete istr; in gst_openexr_dec_handle_frame()
382 delete istr; in gst_openexr_dec_handle_frame()
394 delete istr; in gst_openexr_dec_handle_frame()
415 delete istr; in gst_openexr_dec_handle_frame()
445 delete istr; in gst_openexr_dec_handle_frame()
/third_party/glib/gio/tests/
Dautoptr.c9 g_autofree gchar *istr = g_inet_address_to_string (a); in test_autoptr() local
12 g_assert_cmpstr (istr, ==, "127.0.0.1"); in test_autoptr()
/third_party/boost/libs/test/example/
Dunit_test_example_12.cpp112 friend std::istream& operator>>( std::istream& istr, hash_function_test_data& test_data ) in operator >>() argument
114 std::istream& tmp = istr >> test_data.orig_string; in operator >>()
115 return !tmp ? tmp : istr >> test_data.exp_value; in operator >>()
/third_party/boost/libs/test/doc/examples/
Druntime-configuration_4.run-fail.cpp73 std::istringstream istr(m_current_line); in operator *() local
74 istr >> a >> b; in operator *()
/third_party/boost/libs/flyweight/example/
Dserialization.cpp120 std::istringstream istr(str); in main() local
122 istr>>option; in main()
Dperf.cpp293 std::istringstream istr(str); in main() local
294 istr>>option; in main()
/third_party/boost/libs/process/test/
Dasync.cpp292 std::istream istr(&buf); variable
295 std::getline(istr, line);
335 std::istream istr(&buf); variable
338 std::getline(istr, line);
Dasync_pipe.cpp44 std::istream istr(&buf); variable
45 BOOST_CHECK(std::getline(istr, line));
/third_party/libsnd/src/
Dcommon.c108 char c, *strptr, istr [5], lead_char, sign_char ; in psf_log_printf() local
343 { istr [0] = d & 0xFF ; in psf_log_printf()
344 istr [1] = (d >> 8) & 0xFF ; in psf_log_printf()
345 istr [2] = (d >> 16) & 0xFF ; in psf_log_printf()
346 istr [3] = (d >> 24) & 0xFF ; in psf_log_printf()
349 { istr [3] = d & 0xFF ; in psf_log_printf()
350 istr [2] = (d >> 8) & 0xFF ; in psf_log_printf()
351 istr [1] = (d >> 16) & 0xFF ; in psf_log_printf()
352 istr [0] = (d >> 24) & 0xFF ; in psf_log_printf()
354 istr [4] = 0 ; in psf_log_printf()
[all …]
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dcpuinfo.c33 char *istr = NULL, *valstr = NULL, *saveptr = NULL; in get_cpu_baseinfo() local
61 istr = strtok_r(buf, "\t", &saveptr); in get_cpu_baseinfo()
67 if (!strcmp(istr, "processor")) { in get_cpu_baseinfo()
/third_party/skia/third_party/externals/icu/source/data/region/
Dlb.txt48 AT{"Éisträich"}
/third_party/icu/icu4c/source/data/region/
Dlb.txt48 AT{"Éisträich"}
/third_party/flutter/skia/third_party/externals/icu/source/data/region/
Dlb.txt47 AT{"Éisträich"}
/third_party/skia/third_party/externals/icu/source/data/curr/
Dlb.txt64isträichesche Schilling",
1193 one{"Éisträichesche Schilling"}
1194 other{"Éisträichesch Schilling"}
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/
Dlb.txt63isträichesche Schilling",
1192 one{"Éisträichesche Schilling"}
1193 other{"Éisträichesch Schilling"}
/third_party/icu/icu4c/source/data/curr/
Dlb.txt64isträichesche Schilling",
1193 one{"Éisträichesche Schilling"}
1194 other{"Éisträichesch Schilling"}
/third_party/mksh/
Dvar.c1855 record_match(const char *istr) in record_match() argument
1862 setstr(vp, istr, 0x4); in record_match()
/third_party/skia/third_party/externals/icu/source/data/lang/
Dlb.txt126 de_AT{"Éisträichescht Däitsch"}
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Dlb.txt125 de_AT{"Éisträichescht Däitsch"}

12