Home
last modified time | relevance | path

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

/external/flatbuffers/rust/flatbuffers/src/
Dbuilder.rs180 self.assert_not_nested( in start_table()
215 self.assert_not_nested( in start_vector()
241 self.assert_not_nested( in create_string()
250 self.assert_not_nested( in create_byte_string()
271 self.assert_not_nested( in create_vector_direct()
296 …self.assert_not_nested("create_vector_of_strings can not be called when a table or vector is under… in create_vector_of_strings()
566 self.assert_not_nested( in finish_with_opts()
663 fn assert_not_nested(&self, msg: &'static str) { in assert_not_nested() method