Searched refs:allow_automatic_fallback_on_execution_error (Results 1 – 3 of 3) sorted by relevance
148 settings.allow_automatic_fallback_on_execution_error()); in ConvertFallbackSettings()
1586 bool allow_automatic_fallback_on_execution_error; member1589 allow_automatic_fallback_on_execution_error(false) { in FallbackSettingsT()1602 bool allow_automatic_fallback_on_execution_error() const { in allow_automatic_fallback_on_execution_error() function1622 …d add_allow_automatic_fallback_on_execution_error(bool allow_automatic_fallback_on_execution_error… in add_allow_automatic_fallback_on_execution_error()1623 …ATIC_FALLBACK_ON_EXECUTION_ERROR, static_cast<uint8_t>(allow_automatic_fallback_on_execution_error… in add_allow_automatic_fallback_on_execution_error()1640 bool allow_automatic_fallback_on_execution_error = false) {1642 …ilder_.add_allow_automatic_fallback_on_execution_error(allow_automatic_fallback_on_execution_error…2527 …{ auto _e = allow_automatic_fallback_on_execution_error(); _o->allow_automatic_fallback_on_executi… in UnPackTo()2539 …uto _allow_automatic_fallback_on_execution_error = _o->allow_automatic_fallback_on_execution_error; in CreateFallbackSettings()
352 optional bool allow_automatic_fallback_on_execution_error = 8; field