Searched refs:mini_benchmark_error_code (Results 1 – 7 of 7) sorted by relevance
2509 int32_t mini_benchmark_error_code = 0; member2538 int32_t mini_benchmark_error_code() const { in mini_benchmark_error_code() function2573 void add_mini_benchmark_error_code(int32_t mini_benchmark_error_code) { in add_mini_benchmark_error_code()2574 …b_.AddElement<int32_t>(BenchmarkError::VT_MINI_BENCHMARK_ERROR_CODE, mini_benchmark_error_code, 0); in add_mini_benchmark_error_code()2593 int32_t mini_benchmark_error_code = 0) {2595 builder_.add_mini_benchmark_error_code(mini_benchmark_error_code);2609 int32_t mini_benchmark_error_code = 0) {2617 mini_benchmark_error_code);4198 (lhs.mini_benchmark_error_code == rhs.mini_benchmark_error_code);4210 mini_benchmark_error_code(o.mini_benchmark_error_code) { in BenchmarkErrorT()[all …]
630 error->mini_benchmark_error_code = 456; in TEST_F()647 EXPECT_EQ(456, proto_error.mini_benchmark_error_code()); in TEST_F()
533 proto_error.set_mini_benchmark_error_code(error.mini_benchmark_error_code()); in ConvertBenchmarkError()
604 optional int32 mini_benchmark_error_code = 5; field
135 EXPECT_EQ(10, event->error()->mini_benchmark_error_code()); in TEST_F()
4254 ::int32_t mini_benchmark_error_code() const; in Swap()9358 inline ::int32_t BenchmarkError::mini_benchmark_error_code() const { in mini_benchmark_error_code() function