OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CryptString
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
cryptstring.h
65
class
CryptString
{
67
CryptString
() : impl_(new EmptyCryptStringImpl()) {}
70
CryptString
(const
CryptString
& other) : impl_(other.impl_->Copy()) {}
71
explicit
CryptString
(const CryptStringImpl & impl) : impl_(impl.Copy()) {}
72
CryptString
& operator=(const
CryptString
& other) {
111
void Append(const
CryptString
* password) {
/external/chromium_org/third_party/libjingle/source/talk/base/
cryptstring.h
65
class
CryptString
{
67
CryptString
() : impl_(new EmptyCryptStringImpl()) {}
70
CryptString
(const
CryptString
& other) : impl_(other.impl_->Copy()) {}
71
explicit
CryptString
(const CryptStringImpl & impl) : impl_(impl.Copy()) {}
72
CryptString
& operator=(const
CryptString
& other) {
111
void Append(const
CryptString
* password) {
Completed in 155 milliseconds