Searched refs:create_vector_of_strings (Results 1 – 3 of 3) sorted by relevance
/external/flatbuffers/tests/rust_usage_test/bin/ |
D | alloc_check.rs | 38 …let _ = builder.create_vector_of_strings(&["these", "unused", "strings", "check", "the", "create_v… in create_serialized_example_with_generated_code()
|
/external/flatbuffers/rust/flatbuffers/src/ |
D | builder.rs | 271 …pub fn create_vector_of_strings<'a, 'b>(&'a mut self, xs: &'b [&'b str]) -> WIPOffset<Vector<'fbb,… in create_vector_of_strings() method
|
/external/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 126 let testarrayofstring = builder.create_vector_of_strings(&["test1", "test2"][..]); in create_serialized_example_with_library_code() 503 let v = b.create_vector_of_strings(&["foobar", "baz"]); in vector_of_string_store_helper_build() 928 let vecend = b.create_vector_of_strings(&xs[..]); in prop()
|