Searched defs:VARIANTS (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/brotli/python/tests/ |
H A D | compress_test.py | 14 VARIANTS = {'quality': (1, 6, 9, 11), 'lgwin': (10, 15, 20, 24)} variable in TestCompress
|
H A D | bro_test.py | 55 VARIANTS = {'quality': (1, 6, 9, 11), 'lgwin': (10, 15, 20, 24)} variable in TestBroCompress
|
/third_party/node/src/crypto/ |
H A D | crypto_aes.h | 18 #define VARIANTS(V) \ macro 34 VARIANTS(V) enumerator
|
/third_party/rust/crates/codespan/codespan-reporting/src/ |
H A D | term.rs | 58 pub const VARIANTS: &'static [&'static str] = &["auto", "always", "ansi", "never"]; consts
|
/third_party/node/deps/v8/tools/testrunner/ |
H A D | standard_runner.py | 29 VARIANTS = ['default'] variable
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | de.rs | 1244 const VARIANTS: &'static [&'static str] = &[ #(#variant_names),* ]; in prepare_enum_variant_enum() consts 2136 const VARIANTS: &'static [&'static str] = &[ #(#names),* ]; in deserialize_custom_identifier() consts
|
/third_party/rust/crates/serde/serde/src/de/ |
H A D | impls.rs | 2872 const VARIANTS: &[&str] = &["Unbounded", "Included", "Excluded"]; in deserialize() consts 2980 const VARIANTS: &[&str] = &["Ok", "Err"]; in deserialize() consts [all...] |
Completed in 9 milliseconds