Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/rust_usage_test/bin/
Dflatbuffers_alloc_check.rs47 let _ = builder.create_vector_of_strings(&[ in create_serialized_example_with_generated_code()
/third_party/flatbuffers/rust/flatbuffers/src/
Dbuilder.rs342 pub fn create_vector_of_strings<'a, 'b>( in create_vector_of_strings() method
/third_party/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs237 let testarrayofstring = builder.create_vector_of_strings(&["test1", "test2"][..]); in create_serialized_example_with_library_code()
801 let v = b.create_vector_of_strings(&["foobar", "baz"]); in vector_of_string_store_helper_build()
1328 let vecend = b.create_vector_of_strings(&xs[..]); in prop()
/third_party/flatbuffers/tests/
Dmonster_test_generated.rs3433 let w: Vec<_> = x.iter().map(|s| s.as_ref()).collect();_fbb.create_vector_of_strings(&w) in pack()
3463 let w: Vec<_> = x.iter().map(|s| s.as_ref()).collect();_fbb.create_vector_of_strings(&w) in pack()