Lines Matching defs:format
185 // The default output format.
310 "A format (defaults to \"xml\" but can be specified to be \"json\"), "
653 // Returns the output format, or "" for normal printed output.
671 std::string format = GetOutputFormat();
672 if (format.empty()) format = std::string(kDefaultOutputFormat);
679 internal::FilePath(kDefaultOutputFile), 0, format.c_str())
1452 // The format is
1476 // Create a list of diff hunks in Unified diff format.
4137 // 8601 format, without the timezone information.
4584 // RFC3339 format, without the timezone information.
5639 GTEST_LOG_(WARNING) << "WARNING: unrecognized output format \""
6335 // the format "--flag=value". When def_optional is true, the "=value"