Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/tests/
H A Dintegration_test.rs243 fn create_serialized_example_with_library_code(builder: &mut flatbuffers::FlatBufferBuilder) { in create_serialized_example_with_library_code() function
337 create_serialized_example_with_library_code(&mut fbb); in test_object_api_reads_correctly()
402 create_serialized_example_with_library_code(&mut b); in verifier_one_byte_errors_do_not_crash()
1825 use super::create_serialized_example_with_library_code;
1910 create_serialized_example_with_library_code(b); in library_code_creates_correct_example()
1920 create_serialized_example_with_library_code(b); in library_code_creates_correct_example_repeatedly_with_reset()
2040 super::create_serialized_example_with_library_code(builder); in table_key_compare_with_value()
2056 super::create_serialized_example_with_library_code(builder); in table_key_compare_less_than()