Home
last modified time | relevance | path

Searched refs:StringHashFunc (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/util/
H A Dstring_pool.h53 std::unordered_map<String, ptrdiff_t, StringHashFunc, StringEqualFunc> stringOffsets_;
H A Dstring.h129 struct StringHashFunc { struct
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_pool.h55 std::unordered_map<std::string, ptrdiff_t, StringHashFunc, StringEqualFunc> stringOffsets_;
H A Dstring_helper.h62 struct StringHashFunc { struct
/ohos5.0/foundation/ability/idl_tool/parser/
H A Dlexer.h108 std::unordered_map<String, Token, StringHashFunc, StringEqualFunc> keywords_;
/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_module.h99 …using TypeStringMap = std::unordered_map<String, AutoPtr<ASTType>, StringHashFunc, StringEqualFunc…