#include <assert.h>#include <stddef.h>#include <string.h>#include <iosfwd>#include <limits>#include <string>#include <google/protobuf/stubs/hash.h>#include <google/protobuf/port_def.inc>#include <google/protobuf/port_undef.inc>

Go to the source code of this file.
Classes | |
| struct | hash< StringPiece > |
| class | google::protobuf::stringpiece_internal::StringPiece |
Namespaces | |
| google::protobuf | |
| google::protobuf::stringpiece_internal | |
Functions | |
| bool | google::protobuf::stringpiece_internal::operator!= (StringPiece x, StringPiece y) |
| bool | google::protobuf::stringpiece_internal::operator< (StringPiece x, StringPiece y) |
| std::ostream & | google::protobuf::stringpiece_internal::operator<< (std::ostream &o, StringPiece piece) |
| bool | google::protobuf::stringpiece_internal::operator<= (StringPiece x, StringPiece y) |
| bool | google::protobuf::stringpiece_internal::operator== (StringPiece x, StringPiece y) |
| bool | google::protobuf::stringpiece_internal::operator> (StringPiece x, StringPiece y) |
| bool | google::protobuf::stringpiece_internal::operator>= (StringPiece x, StringPiece y) |