Home
last modified time | relevance | path

Searched refs:ENUM_MIN_COLOR (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/samples/
Dmonster_generated.rs34 const ENUM_MIN_COLOR: i8 = 0; constant
/external/flatbuffers/tests/
Dmonster_test_generated.rs196 pub const ENUM_MIN_COLOR: u8 = 1; constant
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs249 assert_eq!(1, my_game::example::ENUM_MIN_COLOR); in enum_constants_are_public()