Searched refs:mTypeComment (Results 1 – 2 of 2) sorted by relevance
370 const String16& getTypeComment() const { return mTypeComment; } in getTypeComment()390 String16 mTypeComment; variable
3272 if (mTypeComment.size() > 0) { in appendTypeComment()3273 mTypeComment.append(String16("\n")); in appendTypeComment()3275 mTypeComment.append(comment); in appendTypeComment()