Searched refs:create_vector_of_strings (Results 1 – 5 of 5) sorted by relevance
47 let _ = builder.create_vector_of_strings(&[ in create_serialized_example_with_generated_code()
344 pub fn create_vector_of_strings<'a, 'b>( in create_vector_of_strings() method
1394 let w: Vec<_> = x.iter().map(|s| s.as_ref()).collect();_fbb.create_vector_of_strings(&w) in pack()1424 let w: Vec<_> = x.iter().map(|s| s.as_ref()).collect();_fbb.create_vector_of_strings(&w) in pack()
1613 let w: Vec<_> = x.iter().map(|s| s.as_ref()).collect();_fbb.create_vector_of_strings(&w) in pack()1643 let w: Vec<_> = x.iter().map(|s| s.as_ref()).collect();_fbb.create_vector_of_strings(&w) in pack()
257 let testarrayofstring = builder.create_vector_of_strings(&["test1", "test2"][..]); in create_serialized_example_with_library_code()824 let v = b.create_vector_of_strings(&["foobar", "baz"]); in vector_of_string_store_helper_build()1359 let vecend = b.create_vector_of_strings(&xs[..]); in prop()