Searched refs:SetLabel (Results 1 – 11 of 11) sorted by relevance
84 st.SetLabel(label); in BM_extra_args()123 st.SetLabel(x); in TestRegistrationAtRuntime()
60 state.SetLabel(ss.str()); in BM_Factorial()70 state.SetLabel(ss.str()); in BM_CalculatePiRange()
139 state.SetLabel("some label"); in BM_label()
82 st.SetLabel(label); in BM_extra_args()121 st.SetLabel(x); in TestRegistrationAtRuntime()
125 state.SetLabel("some label"); in BM_label()
569 void SetLabel(const char* label);571 void BENCHMARK_ALWAYS_INLINE SetLabel(const std::string& str) { in SetLabel() function572 this->SetLabel(str.c_str()); in SetLabel()
610 void SetLabel(const char* label);612 void BENCHMARK_ALWAYS_INLINE SetLabel(const std::string& str) { in SetLabel() function613 this->SetLabel(str.c_str()); in SetLabel()
1112 MCSymbol *SetLabel = Context.createTempSymbol("set"); in emitAbsoluteSymbolDiff() local1113 emitAssignment(SetLabel, Diff); in emitAbsoluteSymbolDiff()1114 emitSymbolValue(SetLabel, Size); in emitAbsoluteSymbolDiff()
197 void State::SetLabel(const char* label) { in SetLabel() function in benchmark::State
362 void State::SetLabel(const char* label) { in SetLabel() function in benchmark::State