Searched defs:buff (Results 1 – 4 of 4) sorted by relevance
92 vector<char> buff; variable457 vector<char> buff; variable470 vector<char> buff; variable486 vector<char> buff; variable505 vector<char> buff; variable521 vector<char> buff; variable
60 let mut buff: Vec<c_char> = Vec::new(); in test_load_string_from_file_001() localVariable342 let mut buff: Vec<c_char> = Vec::new(); in test_load_buffer_from_file_001() localVariable351 let mut buff: Vec<c_char> = Vec::new(); in test_load_buffer_from_file_002() localVariable363 let mut buff: Vec<c_char> = Vec::new(); in test_load_buffer_from_file_003() localVariable378 let mut buff: Vec<c_char> = Vec::new(); in test_load_buffer_from_file_004() localVariable393 let buff: Vec<c_char> = Vec::new(); in test_save_buffer_to_file_001() localVariable
130 vector<char> buff; in BENCHMARK_F() local546 vector<char> buff; in BENCHMARK_F() local564 vector<char> buff; in BENCHMARK_F() local586 vector<char> buff; in BENCHMARK_F() local609 vector<char> buff; in BENCHMARK_F() local630 vector<char> buff; in BENCHMARK_F() local
34 TextDecoder::TextDecoder(const std::string &buff, std::vector<int> optionVec) in TextDecoder()