Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h65 struct SubtypeCfg : public Serializable { struct
66 static constexpr uint32_t MAX_SUBTYPE_NUM = 256;
67 std::vector<Subtype> subtypes;
68 bool Unmarshal(cJSON *node) override in Unmarshal()