Searched refs:mTypeComment (Results 1 – 2 of 2) sorted by relevance
401 const String16& getTypeComment() const { return mTypeComment; } in getTypeComment()421 String16 mTypeComment; variable
3720 if (mTypeComment.size() > 0) { in appendTypeComment()3721 mTypeComment.append(String16("\n")); in appendTypeComment()3723 mTypeComment.append(comment); in appendTypeComment()