Home
last modified time | relevance | path

Searched defs:result_string (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/regex/test/regress/
Dinfo.hpp91 string_type result_string; member
130 const string_type& result_string = string_type()) in set_info()
177 static const string_type& result_string() in result_string() function in test_info_base
Dtest_regex_replace.hpp30 const string_type& result_string = test_info<charT>::result_string(); in test_regex_replace() local
Dtest_icu.cpp569 string_type result_string; in test_icu() local
/third_party/jerryscript/tests/unit-core/
Dtest-api-strings.c186 char result_string[1] = { 'E' }; in main() local
/third_party/glib/tests/gobject/
Daccumulator.c73 gchar *result_string; in test_signal1_accumulator() local
Dtestgobject.c238 gchar *result_string; in test_signal_accumulator() local
/third_party/python/Lib/test/
Dtest_argparse.py4698 def assertStringEqual(self, obj, result_string): argument