#include <assert.h>
#include <stddef.h>
#include <string.h>
#include <iosfwd>
#include <limits>
#include <string>
#include <google/protobuf/stubs/common.h>
#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 |
struct | google::protobuf.internal::StringPiecePod |
Namespaces | |
google::protobuf | |
google.protobuf.internal | |
Macros | |
#define | STRINGPIECE_CHECK_SIZE 1 |
Typedefs | |
typedef string::difference_type | google::protobuf::stringpiece_ssize_type |
Functions | |
bool | google::protobuf::operator!= (StringPiece x, StringPiece y) |
bool | google::protobuf::operator< (StringPiece x, StringPiece y) |
std::ostream & | google::protobuf::operator<< (std::ostream &o, StringPiece piece) |
bool | google::protobuf::operator<= (StringPiece x, StringPiece y) |
bool | google::protobuf::operator== (StringPiece x, StringPiece y) |
bool | google::protobuf::operator> (StringPiece x, StringPiece y) |
bool | google::protobuf::operator>= (StringPiece x, StringPiece y) |
#define STRINGPIECE_CHECK_SIZE 1 |
Definition at line 173 of file bloaty/third_party/protobuf/src/google/protobuf/stubs/stringpiece.h.