Searched defs:getDebugString (Results 1 – 3 of 3) sorted by relevance
157 const DebugString* getDebugString() const { return m_Data.debug_string; } in getDebugString() function158 DebugString* getDebugString() { return m_Data.debug_string; } in getDebugString() function
160 public String getDebugString(final int pos) { in getDebugString() method in SuggestedWords359 public String getDebugString() { in getDebugString() method in SuggestedWords.SuggestedWordInfo
704 const std::string& HWC2OnFbAdapter::getDebugString() const { in getDebugString() function in android::HWC2OnFbAdapter