Searched refs:allow_automatic_fallback_on_execution_error (Results 1 – 5 of 5) sorted by relevance
129 .allow_automatic_fallback_on_execution_error()); in TEST_F()139 .allow_automatic_fallback_on_execution_error()); in TEST_F()144 ->allow_automatic_fallback_on_execution_error = true; in TEST_F()150 .allow_automatic_fallback_on_execution_error()); in TEST_F()
182 settings.allow_automatic_fallback_on_execution_error()); in ConvertFallbackSettings()
2169 bool allow_automatic_fallback_on_execution_error = false; member2182 bool allow_automatic_fallback_on_execution_error() const { in allow_automatic_fallback_on_execution_error() function2203 …d add_allow_automatic_fallback_on_execution_error(bool allow_automatic_fallback_on_execution_error… in add_allow_automatic_fallback_on_execution_error()2204 …ATIC_FALLBACK_ON_EXECUTION_ERROR, static_cast<uint8_t>(allow_automatic_fallback_on_execution_error… in add_allow_automatic_fallback_on_execution_error()2220 bool allow_automatic_fallback_on_execution_error = false) {2222 …ilder_.add_allow_automatic_fallback_on_execution_error(allow_automatic_fallback_on_execution_error…3997 …(lhs.allow_automatic_fallback_on_execution_error == rhs.allow_automatic_fallback_on_execution_erro…4015 …{ auto _e = allow_automatic_fallback_on_execution_error(); _o->allow_automatic_fallback_on_executi… in UnPackTo()4027 …uto _allow_automatic_fallback_on_execution_error = _o->allow_automatic_fallback_on_execution_error; in CreateFallbackSettings()
175 settings.allow_automatic_fallback_on_execution_error()); in ConvertFallbackSettings()
506 optional bool allow_automatic_fallback_on_execution_error = 8; field