Home
last modified time | relevance | path

Searched defs:short_string (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/test/
Dtest2.cpp31 struct short_string struct
35 short_string() : len_(0) in short_string() argument
40 short_string(const char* src) in short_string() function
54 short_string(const short_string& other) : len_(other.len_) in short_string() function
59 void swap(short_string& other) in swap() argument
70 short_string& operator=(const short_string& rhs) in operator =() argument
87 }; //short_string argument
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/benches-disabled/benchmarks/
Drequest_response_diverse_types.rs84 let short_string = utils::generate_rnd_string(1_000).unwrap(); in bench_throughput() localVariable
Drequest_response.rs22 let short_string = utils::generate_rnd_string(1_000).unwrap(); in bench_throughput() localVariable
/aosp_15_r20/external/pigweed/pw_hex_dump/
H A Dlog_bytes_test.cc30 std::array<const std::byte, 15> short_string = { variable
H A Dhex_dump_test.cc41 std::array<const std::byte, 15> short_string = { variable
/aosp_15_r20/external/tinyalsa_new/tests/src/
H A Dpcm_params_test.cc117 char short_string[1] = { 0 }; in TEST() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/gdb/
H A Dgdb_pretty_printer_test.sh.cpp164 std::string short_string("kdjflskdjf"); in string_test() local
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dbytestring_unittest.cpp1299 ByteStringView short_string("ab"); in TEST() local