Searched refs:assert_not_nested (Results 1 – 1 of 1) sorted by relevance
175 …self.assert_not_nested("start_table can not be called when a table or vector is under construction… in start_table()205 …self.assert_not_nested("start_vector can not be called when a table or vector is under constructio… in start_vector()229 …self.assert_not_nested("create_string can not be called when a table or vector is under constructi… in create_string()236 …self.assert_not_nested("create_byte_string can not be called when a table or vector is under const… in create_byte_string()252 …self.assert_not_nested("create_vector_direct can not be called when a table or vector is under con… in create_vector_direct()272 …self.assert_not_nested("create_vector_of_strings can not be called when a table or vector is under… in create_vector_of_strings()523 … self.assert_not_nested("buffer cannot be finished when a table or vector is under construction"); in finish_with_opts()610 fn assert_not_nested(&self, msg: &'static str) { in assert_not_nested() method