Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass StringPieces by constant reference. | deanm@google.com | 2008-08-20 | 1 | -2/+2 |
| | | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1085 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Move the system string conversion functions from std::string to StringPiece. ↵ | deanm@google.com | 2008-08-19 | 1 | -3/+6 |
| | | | | | | We often work with char* in the system layer, so this should save extra copying. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1027 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Basic string conversions for Linux -- enough to get unit tests going. | evanm@google.com | 2008-08-12 | 1 | -0/+57 |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@726 0039d316-1c4b-4281-b951-d872f2087c98 |