Home
last modified time | relevance | path

Searched defs:VARIANTS (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/brotli/python/tests/
H A Dcompress_test.py14 VARIANTS = {'quality': (1, 6, 9, 11), 'lgwin': (10, 15, 20, 24)} variable in TestCompress
H A Dbro_test.py55 VARIANTS = {'quality': (1, 6, 9, 11), 'lgwin': (10, 15, 20, 24)} variable in TestBroCompress
/third_party/node/src/crypto/
H A Dcrypto_aes.h18 #define VARIANTS(V) \ macro
34 VARIANTS(V) enumerator
/third_party/rust/crates/codespan/codespan-reporting/src/
H A Dterm.rs58 pub const VARIANTS: &'static [&'static str] = &["auto", "always", "ansi", "never"]; consts
/third_party/node/deps/v8/tools/testrunner/
H A Dstandard_runner.py29 VARIANTS = ['default'] variable
/third_party/rust/crates/serde/serde_derive/src/
H A Dde.rs1244 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 Dimpls.rs2872 const VARIANTS: &[&str] = &["Unbounded", "Included", "Excluded"]; in deserialize() consts
2980 const VARIANTS: &[&str] = &["Ok", "Err"]; in deserialize() consts
[all...]

Completed in 9 milliseconds