Searched refs:str_vec (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/module_test_dump_util/ |
H A D | module_test_dump_util.h | 27 using str_vec = std::vector<std::string>; variable 46 size_t GetAll(const string& args, const str_vec& dumpInfo, str_vec& results); 56 …str_iter GetFirst(const string& args, const str_vec& dumpInfo, const str_iter& begin, string& resu… 66 str_iter GetSpecific(const string& matchStr, const str_vec& dumpInfo, const str_iter& begin); 75 bool CompStrVec(const str_vec& strVec_1, const str_vec& strVec_2); 86 … string GetBy(const string& key, const string& value, const string& args, const str_vec& dumpInfo); 88 size_t GetBindingsByUri(const string& uri, const str_vec& dumpInfo, str_vec& result);
|
H A D | module_test_dump_util.cpp | 64 bool MTDumpUtil::CompStrVec(const str_vec& strVec_1, const str_vec& strVec_2) in CompStrVec() 77 str_iter MTDumpUtil::GetSpecific(const string& matchStr, const str_vec& dumpInfo, const str_iter& b… in GetSpecific() 79 auto checkCondition = [&matchStr](const str_vec::value_type& value) -> bool { in GetSpecific() 100 size_t MTDumpUtil::GetAll(const string& args, const str_vec& dumpInfo, str_vec& results) in GetAll() 116 str_iter MTDumpUtil::GetFirst(const string& args, const str_vec& dumpInfo, const str_iter& begin, s… in GetFirst() 135 string MTDumpUtil::GetBy(const string& key, const string& value, const string& args, const str_vec&… in GetBy() 137 str_vec items; in GetBy() 146 size_t MTDumpUtil::GetBindingsByUri(const string& uri, const str_vec& dumpInfo, str_vec& result) in GetBindingsByUri() 149 str_vec dump(dumpInfo); in GetBindingsByUri()
|
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | error.rs | 407 let str_vec = [0b10000000u8; 1]; in ut_error_from() localVariable 411 Error::from(std::str::from_utf8(&str_vec).err().unwrap()) in ut_error_from()
|