Home
last modified time | relevance | path

Searched refs:BC_NONE (Results 1 – 2 of 2) sorted by relevance

/third_party/json/benchmarks/thirdparty/benchmark/tools/gbench/
Dreport.py20 BC_NONE = BenchmarkColor('NONE', '') variable
41 args = [arg if not isinstance(arg, BenchmarkColor) else BC_NONE
43 kwargs = {key: arg if not isinstance(arg, BenchmarkColor) else BC_NONE
/third_party/benchmark/tools/gbench/
Dreport.py29 BC_NONE = BenchmarkColor('NONE', '') variable
56 args = [arg if not isinstance(arg, BenchmarkColor) else BC_NONE
58 kwargs = {key: arg if not isinstance(arg, BenchmarkColor) else BC_NONE