Home
last modified time | relevance | path

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

/external/flatbuffers/tests/rust_usage_test/bin/
Dalloc_check.rs47 …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/
Dbuilder.rs292 pub fn create_vector_of_strings<'a, 'b>( in create_vector_of_strings() method
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs135 let testarrayofstring = builder.create_vector_of_strings(&["test1", "test2"][..]); in create_serialized_example_with_library_code()
594 let v = b.create_vector_of_strings(&["foobar", "baz"]); in vector_of_string_store_helper_build()
1105 let vecend = b.create_vector_of_strings(&xs[..]); in prop()