Classes | Namespaces | Macros | Functions
bloaty/third_party/abseil-cpp/absl/strings/string_view.h File Reference
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cstring>
#include <iosfwd>
#include <iterator>
#include <limits>
#include <string>
#include "absl/base/attributes.h"
#include "absl/base/config.h"
#include "absl/base/internal/throw_delegate.h"
#include "absl/base/macros.h"
#include "absl/base/optimization.h"
#include "absl/base/port.h"
Include dependency graph for bloaty/third_party/abseil-cpp/absl/strings/string_view.h:

Go to the source code of this file.

Classes

class  absl::string_view
 

Namespaces

 absl
 

Macros

#define ABSL_INTERNAL_STRING_VIEW_MEMCMP   memcmp
 

Functions

ABSL_NAMESPACE_BEGIN string_view absl::ClippedSubstr (string_view s, size_t pos, size_t n=string_view::npos)
 
constexpr string_view absl::NullSafeStringView (const char *p)
 
constexpr bool absl::operator!= (string_view x, string_view y) noexcept
 
constexpr bool absl::operator< (string_view x, string_view y) noexcept
 
std::ostream & absl::operator<< (std::ostream &o, string_view piece)
 
constexpr bool absl::operator<= (string_view x, string_view y) noexcept
 
constexpr bool absl::operator== (string_view x, string_view y) noexcept
 
constexpr bool absl::operator> (string_view x, string_view y) noexcept
 
constexpr bool absl::operator>= (string_view x, string_view y) noexcept
 

Macro Definition Documentation

◆ ABSL_INTERNAL_STRING_VIEW_MEMCMP

#define ABSL_INTERNAL_STRING_VIEW_MEMCMP   memcmp


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:32