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/unittest/rust/
Drust_utils_file_test.rs60 let mut buff: Vec<c_char> = Vec::new(); in test_load_string_from_file_001() localVariable
342 let mut buff: Vec<c_char> = Vec::new(); in test_load_buffer_from_file_001() localVariable
351 let mut buff: Vec<c_char> = Vec::new(); in test_load_buffer_from_file_002() localVariable
363 let mut buff: Vec<c_char> = Vec::new(); in test_load_buffer_from_file_003() localVariable
378 let mut buff: Vec<c_char> = Vec::new(); in test_load_buffer_from_file_004() localVariable
393 let buff: Vec<c_char> = Vec::new(); in test_save_buffer_to_file_001() localVariable
/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/ets_utils/js_util_module/util/
Djs_textdecoder.cpp34 TextDecoder::TextDecoder(const std::string &buff, std::vector<int> optionVec) in TextDecoder()