OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:executable_name
(Results
1 - 6
of
6
) sorted by null
/external/google-benchmark/src/
reporter.cc
41
if (context.
executable_name
)
42
Out << "Running " << context.
executable_name
<< "\n";
80
const char *BenchmarkReporter::Context::
executable_name
;
member in class:benchmark::BenchmarkReporter::Context
json_reporter.cc
82
if (Context::
executable_name
) {
86
std::string
executable_name
= Context::
executable_name
;
local
87
ReplaceAll(&
executable_name
, "\\", "\\\\");
88
out << indent << FormatKV("executable",
executable_name
) << ",\n";
/external/libcxx/utils/google-benchmark/src/
reporter.cc
41
if (context.
executable_name
)
42
Out << "Running " << context.
executable_name
<< "\n";
80
const char *BenchmarkReporter::Context::
executable_name
;
member in class:benchmark::BenchmarkReporter::Context
json_reporter.cc
82
if (Context::
executable_name
) {
86
std::string
executable_name
= Context::
executable_name
;
local
87
ReplaceAll(&
executable_name
, "\\", "\\\\");
88
out << indent << FormatKV("executable",
executable_name
) << ",\n";
/external/google-benchmark/include/benchmark/
benchmark.h
1317
static const char*
executable_name
;
member in struct:benchmark::BenchmarkReporter::Context
[
all
...]
/external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h
1317
static const char*
executable_name
;
member in struct:benchmark::BenchmarkReporter::Context
[
all
...]
Completed in 341 milliseconds