Lines Matching refs:empty
419 static bool GTestIsInitialized() { return !GetArgvs().empty(); }
672 if (format.empty()) format = std::string(kDefaultOutputFormat);
805 // NOTE: `SplitString` always returns a non-empty container.
811 positive_filter.empty() ? kUniversalFilter : positive_filter);
1223 // including the empty string.
1270 // Constructs an empty Message.
1315 // Populate for empty right.
1320 // Populate for empty left.
1612 if (!lhs_value.empty() && !rhs_value.empty()) {
2091 // including the empty string.
2130 // including the empty string.
2142 // including the empty string.
2172 // Any string is considered to end with an empty suffix.
2237 // Appends the user message if it's non-empty.
2239 if (user_msg_string.empty()) {
2242 if (gtest_msg.empty()) {
2252 // Creates an empty TestResult.
3976 // When the std::string is not empty, it includes a space at the beginning,
3995 if (output_file_.empty()) {
4519 if (output_file_.empty()) {
5043 if (!premature_exit_filepath_.empty()) {
5055 if (!premature_exit_filepath_.empty()) {
5322 if (!impl_->gtest_trace_stack().empty()) {
5333 if (os_stack_trace.c_str() != nullptr && !os_stack_trace.empty()) {
5403 !GTEST_FLAG_GET(internal_run_death_test).empty();
5535 // Creates an empty UnitTest.
5638 } else if (!output_format.empty()) {
5643 if (!output_format.empty()) {
5655 if (!target.empty()) {
6621 if (lines[i].empty()) continue;
6716 if (arg_str.empty()) {
6832 // a non-empty string. If there are none, returns the "fallback" string. Adds