Lines Matching refs:c_str
241 ret = sscanf(arg.c_str(), "AT_ONEBUF_MANUAL_ALIGN_%" SCNd64 "_SIZE_%" SCNd64, in ParseOnebufManualStr()
244 ret = sscanf(arg.c_str(), "AT_ONEBUF_MANUAL_ALIGN_%" SCNd64 "_SIZE_" in ParseOnebufManualStr()
285 ret = sscanf(arg.c_str(), "AT_TWOBUF_MANUAL_ALIGN1_%" SCNd64 "_ALIGN2_%" SCNd64 "_SIZE_%" SCNd64, in ParseTwobufManualStr()
288 ret = sscanf(arg.c_str(), "AT_TWOBUF_MANUAL_ALIGN1_%" SCNd64 "_ALIGN2_%" SCNd64 "_SIZE_" in ParseTwobufManualStr()
325 args.c_str()); in ResolveArgs()
332 args.c_str()); in ResolveArgs()
342 int converted = static_cast<int>(strtol(argstr.c_str(), &check_null, 10)); in ResolveArgs()
344 errx(1, "ERROR: Args str %s contains an invalid macro or int.", args.c_str()); in ResolveArgs()
354 errx(1, "ERROR: No benchmark for function %s", fn_name.c_str()); in RegisterGoogleBenchmarks()
368 auto registration = benchmark::RegisterBenchmark(fn_name.c_str(), LockAndRun, in RegisterGoogleBenchmarks()
410 if (doc.LoadFile(cmdline_opts.xmlpath.c_str()) != tinyxml2::XML_SUCCESS) { in RegisterXmlBenchmarks()
553 return stat(file.c_str(), &st) != -1 && S_ISREG(st.st_mode); in FileExists()
582 printf("Cannot find xml file %s: does not exist or is not a file.\n", opts.xmlpath.c_str()); in main()