Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
Dutils_file_test.cpp92 vector<char> buff; variable
457 vector<char> buff; variable
470 vector<char> buff; variable
486 vector<char> buff; variable
505 vector<char> buff; variable
521 vector<char> buff; variable
/commonlibrary/c_utils/base/test/benchmarktest/file_benchmark_test/
Dfile_benchmark_test.cpp130 vector<char> buff; in BENCHMARK_F() local
546 vector<char> buff; in BENCHMARK_F() local
564 vector<char> buff; in BENCHMARK_F() local
586 vector<char> buff; in BENCHMARK_F() local
609 vector<char> buff; in BENCHMARK_F() local
630 vector<char> buff; in BENCHMARK_F() local
/commonlibrary/c_utils/base/test/unittest/rust/
Drust_utils_file_test.rs66 let mut buff: Vec<c_char> = Vec::new(); in test_load_string_from_file_001() localVariable
369 let mut buff: Vec<c_char> = Vec::new(); in test_load_buffer_from_file_001() localVariable
379 let mut buff: Vec<c_char> = Vec::new(); in test_load_buffer_from_file_002() localVariable
392 let mut buff: Vec<c_char> = Vec::new(); in test_load_buffer_from_file_003() localVariable
408 let mut buff: Vec<c_char> = Vec::new(); in test_load_buffer_from_file_004() localVariable
424 let buff: Vec<c_char> = Vec::new(); in test_save_buffer_to_file_001() localVariable
/commonlibrary/ets_utils/js_util_module/util/
Djs_textdecoder.cpp25 TextDecoder::TextDecoder(const std::string &buff, int32_t flags) in TextDecoder()