summaryrefslogtreecommitdiffstats
path: root/base/string_piece.h
Commit message (Expand)AuthorAgeFilesLines
* Delete the string_piece.h forwarding header.avi@chromium.org2013-06-261-6/+0
* Move string_piece.h to base/strings.brettw@chromium.org2013-03-281-448/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* string_piece.h uses ptrdiff_t, which is defined in stddef.hmmaxfield@google.com2012-03-231-0/+2
* Move operator<< for StringPiece into string_piece.{h,cc}akalin@chromium.org2012-01-201-1/+5
* Extract common code from StringPiece and StringPiece16 into a templated base ...erikwright@chromium.org2011-12-221-135/+224
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-191-0/+8
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-181-8/+0
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-181-0/+8
* Revert 114929 - Standardize StringToInt{,64} interface.rsleevi@chromium.org2011-12-171-8/+0
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-171-0/+8
* Revert "Extract common code from StringPiece and StringPiece16 into a templat...erikwright@chromium.org2011-12-131-126/+132
* Extract common code from StringPiece and StringPiece16 into a templated base ...erikwright@chromium.org2011-12-131-132/+126
* Optimize phishing page term feature extraction.gcasto@chromium.org2011-08-091-0/+156
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-3/+3
* Base: First pass at having base.dll: definition ofrvargas@google.com2011-03-221-2/+3
* Change UTF8ToUTF16 to accept const StringPiece&.suzhe@google.com2011-01-281-8/+4
* Start sorting methods in class declarations.erg@google.com2011-01-071-15/+16
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-261-2/+8
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-0/+4
* NO CODE CHANGE. Update string_piece.h to new include style, and remove Ben's...deanm@chromium.org2008-11-081-4/+3
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add base to the repository.initial.commit2008-07-261-0/+209