Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/base/
Dcryptstring.h38 virtual void CopyTo(char * dest, bool nullterminate) const { in CopyTo()
54 void CopyTo(char * dest, bool nullterminate) const { impl_->CopyTo(dest, nullterminate); } in CopyTo()
163 virtual void CopyTo(char * dest, bool nullterminate) const { in CopyTo()