Searched refs:underlying_api_error (Results 1 – 6 of 6) sorted by relevance
634 code1->underlying_api_error = 301; in TEST_F()639 code2->underlying_api_error = 404; in TEST_F()652 EXPECT_EQ(301, proto_error.error_code()[0].underlying_api_error()); in TEST_F()656 EXPECT_EQ(404, proto_error.error_code()[1].underlying_api_error()); in TEST_F()
2433 int64_t underlying_api_error = 0; member2450 int64_t underlying_api_error() const { in underlying_api_error() function2475 void add_underlying_api_error(int64_t underlying_api_error) { in add_underlying_api_error()2476 fbb_.AddElement<int64_t>(ErrorCode::VT_UNDERLYING_API_ERROR, underlying_api_error, 0); in add_underlying_api_error()2493 int64_t underlying_api_error = 0) {2495 builder_.add_underlying_api_error(underlying_api_error);4151 (lhs.underlying_api_error == rhs.underlying_api_error);4170 { auto _e = underlying_api_error(); _o->underlying_api_error = _e; } in UnPackTo()4183 auto _underlying_api_error = _o->underlying_api_error; in CreateErrorCode()
517 proto_code.set_underlying_api_error(code.underlying_api_error()); in ConvertBenchmarkErrorCode()
579 optional int64 underlying_api_error = 3; field
4045 ::int64_t underlying_api_error() const; in Swap()9201 inline ::int64_t ErrorCode::underlying_api_error() const { in underlying_api_error() function