Home | History | Annotate | Download | only in src

Lines Matching full:finalize

728   // deallocated by the caller of Finalize().
734 ~SimpleStringBuilder() { if (!is_finalized()) Finalize(); }
748 // 0-characters; use the Finalize() method to terminate the string
771 // Finalize the string by 0-terminating it and returning the buffer.
772 char* Finalize();