Home
last modified time | relevance | path

Searched refs:test_as_test_simple_table_with_enum (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/tests/
Dmonster_test_generated.rs1387 pub fn test_as_test_simple_table_with_enum(&self) -> Option<TestSimpleTableWithEnum<'a>> { in test_as_test_simple_table_with_enum() method
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs472 assert_eq!(mon.test_as_test_simple_table_with_enum(), None); in union_store()