Searched refs:BenchmarkErrorT (Results 1 – 2 of 2) sorted by relevance
91 struct BenchmarkErrorT;153 bool operator==(const BenchmarkErrorT &lhs, const BenchmarkErrorT &rhs);154 bool operator!=(const BenchmarkErrorT &lhs, const BenchmarkErrorT &rhs);2503 struct BenchmarkErrorT : public flatbuffers::NativeTable { struct2510 BenchmarkErrorT() = default; argument2511 BenchmarkErrorT(const BenchmarkErrorT &o);2512 BenchmarkErrorT(BenchmarkErrorT&&) FLATBUFFERS_NOEXCEPT = default;2513 BenchmarkErrorT &operator=(BenchmarkErrorT o) FLATBUFFERS_NOEXCEPT; argument2517 typedef BenchmarkErrorT NativeTableType;2552 BenchmarkErrorT *UnPack(const flatbuffers::resolver_function_t *_resolver = nullptr) const;[all …]
625 event_.benchmark_event->error = std::make_unique<BenchmarkErrorT>(); in TEST_F()