Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_attribute.h26 struct InputAttribute { struct
41 static bool Marshalling(const InputAttribute &in, MessageParcel &data) in Marshalling() argument
49 static bool Unmarshalling(InputAttribute &out, MessageParcel &data) in Unmarshalling() argument
63 bool operator==(const InputAttribute &info) const argument
69 inline std::string ToString() const in ToString()