Home
last modified time | relevance | path

Searched refs:create_string (Results 1 – 8 of 8) sorted by relevance

/external/flatbuffers/tests/rust_usage_test/benches/
Dflatbuffers_benchmarks.rs58 let s0 = builder.create_string("test1"); in create_serialized_example_with_generated_code()
59 let s1 = builder.create_string("test2"); in create_serialized_example_with_generated_code()
60 let t0_name = builder.create_string("Barney"); in create_serialized_example_with_generated_code()
61 let t1_name = builder.create_string("Fred"); in create_serialized_example_with_generated_code()
62 let t2_name = builder.create_string("Wilma"); in create_serialized_example_with_generated_code()
77 let name = builder.create_string("MyMonster"); in create_serialized_example_with_generated_code()
78 let fred_name = builder.create_string("Fred"); in create_serialized_example_with_generated_code()
152 builder.create_string("foobarbaz"); // zero-terminated -> 10 bytes in create_string_10()
170 builder.create_string(s); // zero-terminated -> 100 bytes in create_string_100()
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs83 let s0 = builder.create_string("test1"); in create_serialized_example_with_generated_code()
84 let s1 = builder.create_string("test2"); in create_serialized_example_with_generated_code()
85 let fred_name = builder.create_string("Fred"); in create_serialized_example_with_generated_code()
94 name: Some(builder.create_string("MyMonster")), in create_serialized_example_with_generated_code()
114 let name = builder.create_string("Fred"); in create_serialized_example_with_library_code()
125 let name = builder.create_string("MyMonster"); in create_serialized_example_with_library_code()
301 let name = b.create_string("foo"); in scalar_store()
308 let name = b.create_string("foo"); in scalar_default()
315 let name = b.create_string("foobar"); in string_store()
322 let name = b.create_string("foo"); in struct_store()
[all …]
/external/flatbuffers/tests/rust_usage_test/bin/
Dalloc_check.rs40 let s0 = builder.create_string("test1"); in create_serialized_example_with_generated_code()
41 let s1 = builder.create_string("test2"); in create_serialized_example_with_generated_code()
42 let fred_name = builder.create_string("Fred"); in create_serialized_example_with_generated_code()
51 name: Some(builder.create_string("MyMonster")), in create_serialized_example_with_generated_code()
/external/flatbuffers/samples/
Dsample_binary.rs38 let weapon_one_name = builder.create_string("Sword"); in main()
39 let weapon_two_name = builder.create_string("Axe"); in main()
53 let name = builder.create_string("Orc"); in main()
/external/flatbuffers/rust/flatbuffers/src/
Dbuilder.rs228 pub fn create_string<'a: 'b, 'b>(&'a mut self, s: &'b str) -> WIPOffset<&'fbb str> { in create_string() method
280 let o = self.create_string(s); in create_vector_of_strings()
/external/v8/src/
Dheap-symbols.h51 V(create_string, "create") \
Dbootstrapper.cc1477 isolate_, object_function, factory->create_string(), in InitializeGlobal()
/external/flatbuffers/docs/source/
DTutorial.md826 let weapon_one_name = builder.create_string("Sword");
827 let weapon_two_name = builder.create_string("Axe");
1015 let name = builder.create_string("Orc");