Sha256: 023290540c6e803c50cb62ddf7bda9e81ba4bf8fc57676e074b6275c42bb0f60

Contents?: true

Size: 488 Bytes

Versions: 99

Compression:

Stored size: 488 Bytes

Contents

// Copyright 2016 The RE2 Authors.  All Rights Reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

#ifndef UTIL_STRUTIL_H_
#define UTIL_STRUTIL_H_

#include <string>

#include "re2/stringpiece.h"
#include "util/util.h"

namespace re2 {

std::string CEscape(const StringPiece& src);
void PrefixSuccessor(std::string* prefix);
std::string StringPrintf(const char* format, ...);

}  // namespace re2

#endif  // UTIL_STRUTIL_H_

Version data entries

99 entries across 99 versions & 3 rubygems

Version Path
grpc-1.63.0 third_party/re2/util/strutil.h
grpc-1.62.0 third_party/re2/util/strutil.h
grpc-1.62.0.pre1 third_party/re2/util/strutil.h
grpc-1.61.0 third_party/re2/util/strutil.h
grpc-1.61.0.pre2 third_party/re2/util/strutil.h
grpc-1.60.0 third_party/re2/util/strutil.h
grpc-1.60.0.pre1 third_party/re2/util/strutil.h
grpc-1.59.2 third_party/re2/util/strutil.h
grpc-1.59.0 third_party/re2/util/strutil.h
grpc-1.58.0 third_party/re2/util/strutil.h
grpc-1.58.0.pre1 third_party/re2/util/strutil.h
grpc-1.57.0 third_party/re2/util/strutil.h
grpc-1.54.3 third_party/re2/util/strutil.h
grpc-1.53.2 third_party/re2/util/strutil.h
grpc-1.55.3 third_party/re2/util/strutil.h
grpc-1.57.0.pre1 third_party/re2/util/strutil.h
grpc-1.56.2 third_party/re2/util/strutil.h
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/grpc-1.50.0-x86_64-linux/third_party/re2/util/strutil.h
grpc-1.56.0 third_party/re2/util/strutil.h
grpc-1.56.0.pre3 third_party/re2/util/strutil.h