Home
last modified time | relevance | path

Searched full:alternatives (Results 1 – 25 of 1164) sorted by relevance

12345678910>>...47

/external/rust/android-crates-io/crates/num_enum/tests/try_build/pass/
Dexhaustive_enum_try_from.rs4 #[num_enum(alternatives = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15])]
6 #[num_enum(alternatives = [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31])]
8 #[num_enum(alternatives = [33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47])]
10 #[num_enum(alternatives = [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63])]
12 #[num_enum(alternatives = [65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79])]
14 #[num_enum(alternatives = [81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95])]
16 …#[num_enum(alternatives = [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111]…
18 …#[num_enum(alternatives = [113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 1…
20 …#[num_enum(alternatives = [129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 1…
22 …#[num_enum(alternatives = [145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 1…
[all …]
Dexhaustive_enum_via_alternatives.rs4 #[num_enum(alternatives = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15])]
6 #[num_enum(alternatives = [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31])]
8 #[num_enum(alternatives = [33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47])]
10 #[num_enum(alternatives = [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63])]
12 #[num_enum(alternatives = [65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79])]
14 #[num_enum(alternatives = [81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95])]
16 …#[num_enum(alternatives = [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111]…
18 …#[num_enum(alternatives = [113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 1…
20 …#[num_enum(alternatives = [129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 1…
22 …#[num_enum(alternatives = [145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 1…
[all …]
Dexhaustive_enum_via_default.rs5 #[num_enum(alternatives = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15])]
7 #[num_enum(alternatives = [17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31])]
9 #[num_enum(alternatives = [33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47])]
11 #[num_enum(alternatives = [49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63])]
13 #[num_enum(alternatives = [65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79])]
15 #[num_enum(alternatives = [81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95])]
17 …#[num_enum(alternatives = [97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111]…
19 …#[num_enum(alternatives = [113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 1…
21 …#[num_enum(alternatives = [129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 1…
23 …#[num_enum(alternatives = [145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 1…
[all …]
Ddefault_and_alternatives.rs11 enum Alternatives { enum
12 #[num_enum(alternatives = [])]
14 #[num_enum(alternatives = [3])]
16 #[num_enum(alternatives = [4, 5])]
18 #[num_enum(alternatives = [7])]
19 #[num_enum(alternatives = [8])]
28 #[num_enum(alternatives = [3])]
36 #[num_enum(alternatives = [1, 2], default)]
43 #[num_enum(default, alternatives = [1, 2])]
50 #[num_enum(alternatives = [1, 2])]
[all …]
/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p1beta1/src/main/java/com/google/cloud/videointelligence/v1p1beta1/
DSpeechTranscription.java80 * in `max_alternatives`). These alternatives are ordered in terms of
86 …* repeated .google.cloud.videointelligence.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
99 * in `max_alternatives`). These alternatives are ordered in terms of
105 …* repeated .google.cloud.videointelligence.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
120 * in `max_alternatives`). These alternatives are ordered in terms of
126 …* repeated .google.cloud.videointelligence.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
138 * in `max_alternatives`). These alternatives are ordered in terms of
144 …* repeated .google.cloud.videointelligence.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
157 * in `max_alternatives`). These alternatives are ordered in terms of
163 …* repeated .google.cloud.videointelligence.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
[all …]
DSpeechTranscriptionOrBuilder.java31 * in `max_alternatives`). These alternatives are ordered in terms of
37 …* repeated .google.cloud.videointelligence.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
47 * in `max_alternatives`). These alternatives are ordered in terms of
53 …* repeated .google.cloud.videointelligence.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
63 * in `max_alternatives`). These alternatives are ordered in terms of
69 …* repeated .google.cloud.videointelligence.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
78 * in `max_alternatives`). These alternatives are ordered in terms of
84 …* repeated .google.cloud.videointelligence.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
96 * in `max_alternatives`). These alternatives are ordered in terms of
102 …* repeated .google.cloud.videointelligence.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
/external/yapf/third_party/yapf_third_party/_ylib2to3/
DPatternGrammar.txt12 Matcher: Alternatives ENDMARKER
14 Alternatives: Alternative ('|' Alternative)*
20 | '(' Alternatives ')' [Repeater]
21 | '[' Alternatives ']'
24 NegatedUnit: 'not' (STRING | NAME [Details] | '(' Alternatives ')')
28 Details: '<' Alternatives '>'
/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1p3beta1/src/main/java/com/google/cloud/videointelligence/v1p3beta1/
DSpeechTranscriptionOrBuilder.java31 * in `max_alternatives`). These alternatives are ordered in terms of
37 …* repeated .google.cloud.videointelligence.v1p3beta1.SpeechRecognitionAlternative alternatives = 1;
47 * in `max_alternatives`). These alternatives are ordered in terms of
53 …* repeated .google.cloud.videointelligence.v1p3beta1.SpeechRecognitionAlternative alternatives = 1;
63 * in `max_alternatives`). These alternatives are ordered in terms of
69 …* repeated .google.cloud.videointelligence.v1p3beta1.SpeechRecognitionAlternative alternatives = 1;
78 * in `max_alternatives`). These alternatives are ordered in terms of
84 …* repeated .google.cloud.videointelligence.v1p3beta1.SpeechRecognitionAlternative alternatives = 1;
96 * in `max_alternatives`). These alternatives are ordered in terms of
102 …* repeated .google.cloud.videointelligence.v1p3beta1.SpeechRecognitionAlternative alternatives = 1;
DSpeechTranscription.java81 * in `max_alternatives`). These alternatives are ordered in terms of
87 …* repeated .google.cloud.videointelligence.v1p3beta1.SpeechRecognitionAlternative alternatives = 1;
100 * in `max_alternatives`). These alternatives are ordered in terms of
106 …* repeated .google.cloud.videointelligence.v1p3beta1.SpeechRecognitionAlternative alternatives = 1;
121 * in `max_alternatives`). These alternatives are ordered in terms of
127 …* repeated .google.cloud.videointelligence.v1p3beta1.SpeechRecognitionAlternative alternatives = 1;
139 * in `max_alternatives`). These alternatives are ordered in terms of
145 …* repeated .google.cloud.videointelligence.v1p3beta1.SpeechRecognitionAlternative alternatives = 1;
158 * in `max_alternatives`). These alternatives are ordered in terms of
164 …* repeated .google.cloud.videointelligence.v1p3beta1.SpeechRecognitionAlternative alternatives = 1;
[all …]
/external/google-cloud-java/java-video-intelligence/proto-google-cloud-video-intelligence-v1/src/main/java/com/google/cloud/videointelligence/v1/
DSpeechTranscriptionOrBuilder.java31 * in `max_alternatives`). These alternatives are ordered in terms of
37 * repeated .google.cloud.videointelligence.v1.SpeechRecognitionAlternative alternatives = 1;
47 * in `max_alternatives`). These alternatives are ordered in terms of
53 * repeated .google.cloud.videointelligence.v1.SpeechRecognitionAlternative alternatives = 1;
62 * in `max_alternatives`). These alternatives are ordered in terms of
68 * repeated .google.cloud.videointelligence.v1.SpeechRecognitionAlternative alternatives = 1;
77 * in `max_alternatives`). These alternatives are ordered in terms of
83 * repeated .google.cloud.videointelligence.v1.SpeechRecognitionAlternative alternatives = 1;
94 * in `max_alternatives`). These alternatives are ordered in terms of
100 * repeated .google.cloud.videointelligence.v1.SpeechRecognitionAlternative alternatives = 1;
DSpeechTranscription.java81 * in `max_alternatives`). These alternatives are ordered in terms of
87 * repeated .google.cloud.videointelligence.v1.SpeechRecognitionAlternative alternatives = 1;
100 * in `max_alternatives`). These alternatives are ordered in terms of
106 * repeated .google.cloud.videointelligence.v1.SpeechRecognitionAlternative alternatives = 1;
120 * in `max_alternatives`). These alternatives are ordered in terms of
126 * repeated .google.cloud.videointelligence.v1.SpeechRecognitionAlternative alternatives = 1;
138 * in `max_alternatives`). These alternatives are ordered in terms of
144 * repeated .google.cloud.videointelligence.v1.SpeechRecognitionAlternative alternatives = 1;
157 * in `max_alternatives`). These alternatives are ordered in terms of
163 * repeated .google.cloud.videointelligence.v1.SpeechRecognitionAlternative alternatives = 1;
[all …]
/external/google-cloud-java/java-speech/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/
DSpeechRecognitionResultOrBuilder.java32 * These alternatives are ordered in terms of accuracy, with the top (first)
36 * <code>repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
47 * These alternatives are ordered in terms of accuracy, with the top (first)
51 * <code>repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
61 * These alternatives are ordered in terms of accuracy, with the top (first)
65 * <code>repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
75 * These alternatives are ordered in terms of accuracy, with the top (first)
79 * <code>repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
90 * These alternatives are ordered in terms of accuracy, with the top (first)
94 * <code>repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
DStreamingRecognitionResultOrBuilder.java32 * These alternatives are ordered in terms of accuracy, with the top (first)
36 * <code>repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
47 * These alternatives are ordered in terms of accuracy, with the top (first)
51 * <code>repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
61 * These alternatives are ordered in terms of accuracy, with the top (first)
65 * <code>repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
75 * These alternatives are ordered in terms of accuracy, with the top (first)
79 * <code>repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
90 * These alternatives are ordered in terms of accuracy, with the top (first)
94 * <code>repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
DSpeechRecognitionResult.java82 * These alternatives are ordered in terms of accuracy, with the top (first)
86 * <code>repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
100 * These alternatives are ordered in terms of accuracy, with the top (first)
104 * <code>repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
119 * These alternatives are ordered in terms of accuracy, with the top (first)
123 * <code>repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
136 * These alternatives are ordered in terms of accuracy, with the top (first)
140 * <code>repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
153 * These alternatives are ordered in terms of accuracy, with the top (first)
157 * <code>repeated .google.cloud.speech.v1p1beta1.SpeechRecognitionAlternative alternatives = 1;
[all …]
/external/google-cloud-java/java-speech/proto-google-cloud-speech-v2/src/main/java/com/google/cloud/speech/v2/
DSpeechRecognitionResultOrBuilder.java30 * May contain one or more recognition hypotheses. These alternatives are
35 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
42 * May contain one or more recognition hypotheses. These alternatives are
47 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
54 * May contain one or more recognition hypotheses. These alternatives are
59 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
66 * May contain one or more recognition hypotheses. These alternatives are
71 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
79 * May contain one or more recognition hypotheses. These alternatives are
84 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
DStreamingRecognitionResultOrBuilder.java30 * May contain one or more recognition hypotheses. These alternatives are
35 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
42 * May contain one or more recognition hypotheses. These alternatives are
47 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
54 * May contain one or more recognition hypotheses. These alternatives are
59 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
66 * May contain one or more recognition hypotheses. These alternatives are
71 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
79 * May contain one or more recognition hypotheses. These alternatives are
84 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
DSpeechRecognitionResult.java79 * May contain one or more recognition hypotheses. These alternatives are
84 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
95 * May contain one or more recognition hypotheses. These alternatives are
100 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
111 * May contain one or more recognition hypotheses. These alternatives are
116 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
126 * May contain one or more recognition hypotheses. These alternatives are
131 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
141 * May contain one or more recognition hypotheses. These alternatives are
146 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
[all …]
DStreamingRecognitionResult.java80 * May contain one or more recognition hypotheses. These alternatives are
85 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
96 * May contain one or more recognition hypotheses. These alternatives are
101 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
112 * May contain one or more recognition hypotheses. These alternatives are
117 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
127 * May contain one or more recognition hypotheses. These alternatives are
132 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
142 * May contain one or more recognition hypotheses. These alternatives are
147 * <code>repeated .google.cloud.speech.v2.SpeechRecognitionAlternative alternatives = 1;</code>
[all …]
/external/google-cloud-java/java-speech/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/
DSpeechRecognitionResultOrBuilder.java32 * These alternatives are ordered in terms of accuracy, with the top (first)
36 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
45 * These alternatives are ordered in terms of accuracy, with the top (first)
49 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
58 * These alternatives are ordered in terms of accuracy, with the top (first)
62 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
71 * These alternatives are ordered in terms of accuracy, with the top (first)
75 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
85 * These alternatives are ordered in terms of accuracy, with the top (first)
89 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
DStreamingRecognitionResultOrBuilder.java32 * These alternatives are ordered in terms of accuracy, with the top (first)
36 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
45 * These alternatives are ordered in terms of accuracy, with the top (first)
49 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
58 * These alternatives are ordered in terms of accuracy, with the top (first)
62 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
71 * These alternatives are ordered in terms of accuracy, with the top (first)
75 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
85 * These alternatives are ordered in terms of accuracy, with the top (first)
89 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
DSpeechRecognitionResult.java81 * These alternatives are ordered in terms of accuracy, with the top (first)
85 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
98 * These alternatives are ordered in terms of accuracy, with the top (first)
102 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
115 * These alternatives are ordered in terms of accuracy, with the top (first)
119 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
131 * These alternatives are ordered in terms of accuracy, with the top (first)
135 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
147 * These alternatives are ordered in terms of accuracy, with the top (first)
151 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
[all …]
DStreamingRecognitionResult.java82 * These alternatives are ordered in terms of accuracy, with the top (first)
86 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
99 * These alternatives are ordered in terms of accuracy, with the top (first)
103 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
116 * These alternatives are ordered in terms of accuracy, with the top (first)
120 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
132 * These alternatives are ordered in terms of accuracy, with the top (first)
136 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
148 * These alternatives are ordered in terms of accuracy, with the top (first)
152 * <code>repeated .google.cloud.speech.v1.SpeechRecognitionAlternative alternatives = 1;</code>
[all …]
/external/executorch/.ci/docker/common/
Dinstall_clang.sh18 # Use update-alternatives to make this version the default
19 update-alternatives --install /usr/bin/clang clang /usr/bin/clang-"$CLANG_VERSION" 50
20 update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-"$CLANG_VERSION" 50
22 update-alternatives --install /usr/bin/cc cc /usr/bin/clang 50
23 update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++ 50
/external/rust/android-crates-io/crates/num_enum/
DREADME.md55 ### Variant alternatives
59 The `#[num_enum(alternatives = [..])]` attribute allows you to define additional value alternatives
71 #[num_enum(alternatives = [2])]
93 Range expressions are also supported for alternatives, but this requires enabling the `complex-expr…
103 #[num_enum(alternatives = [2..16])]
105 #[num_enum(alternatives = [17, 18..=255])]
156 * Having `#[num_enum(alternatives = [...])`s covering values not covered by a variant.
249 …will succeed (and have not made use of `#[num_enum(default)]` or `#[num_enum(alternatives = [..])]`
280 Note that this derive ignores any `default`, `catch_all`, and `alternatives` attributes on the enum.
293 // Same for `#[num_enum(catch_all)]`, and `#[num_enum(alternatives = [2, ...])]`
/external/rust/android-crates-io/crates/num_enum_derive/
DREADME.md55 ### Variant alternatives
59 The `#[num_enum(alternatives = [..])]` attribute allows you to define additional value alternatives
71 #[num_enum(alternatives = [2])]
93 Range expressions are also supported for alternatives, but this requires enabling the `complex-expr…
103 #[num_enum(alternatives = [2..16])]
105 #[num_enum(alternatives = [17, 18..=255])]
156 * Having `#[num_enum(alternatives = [...])`s covering values not covered by a variant.
249 …will succeed (and have not made use of `#[num_enum(default)]` or `#[num_enum(alternatives = [..])]`
280 Note that this derive ignores any `default`, `catch_all`, and `alternatives` attributes on the enum.
293 // Same for `#[num_enum(catch_all)]`, and `#[num_enum(alternatives = [2, ...])]`

12345678910>>...47