Searched refs:m_msg (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dexceptions_test.cpp46 const char* m_msg; member in struct:test_error_data
59 snprintf(buf, buflen, "Message: %s", data->m_msg);
69 data.m_msg = msg;
/bind-9.11.3/unit/atf-src/tools/
H A Dparser.cpp61 m_msg = oss.str();
62 return m_msg.c_str();
81 m_msg.clear();
94 m_msg = tools::text::join(*this, "\n");
95 return m_msg.c_str();
H A Dparser.hpp50 mutable std::string m_msg; member in class:tools::parser::parse_error
68 mutable std::string m_msg; member in class:tools::parser::parse_errors
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dprocess_test.c109 char *m_msg; member in struct:capture_stream
125 s->m_msg = NULL;
136 s->m_msg = atf_utils_readline(atf_process_child_stdout(c));
139 s->m_msg = atf_utils_readline(atf_process_child_stderr(c));
154 ATF_CHECK(atf_utils_grep_string("stdout: msg", s->m_msg));
155 ATF_CHECK(!atf_utils_grep_string("stderr: msg", s->m_msg));
158 ATF_CHECK(!atf_utils_grep_string("stdout: msg", s->m_msg));
159 ATF_CHECK(atf_utils_grep_string("stderr: msg", s->m_msg));
165 free(s->m_msg);
394 const char *m_msg; member in struct:child_print_data
[all...]

Completed in 1326 milliseconds