Sha256: 87363583870e8c7b93d1a6d6ffa3a7a60d38c6cb39daa7b04b1ead9abfb95490

Contents?: true

Size: 917 Bytes

Versions: 13

Compression:

Stored size: 917 Bytes

Contents

//
//
// Copyright 2015 gRPC authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//     http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
//

#include "src/core/lib/slice/slice_string_helpers.h"

#include <grpc/support/port_platform.h>

#include "src/core/util/string.h"

char* grpc_dump_slice(const grpc_slice& s, uint32_t flags) {
  return gpr_dump(reinterpret_cast<const char*> GRPC_SLICE_START_PTR(s),
                  GRPC_SLICE_LENGTH(s), flags);
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
grpc-1.69.0 src/core/lib/slice/slice_string_helpers.cc
grpc-1.69.0.pre1 src/core/lib/slice/slice_string_helpers.cc
grpc-1.68.1 src/core/lib/slice/slice_string_helpers.cc
grpc-1.67.0 src/core/lib/slice/slice_string_helpers.cc
grpc-1.67.0.pre1 src/core/lib/slice/slice_string_helpers.cc
grpc-1.66.0 src/core/lib/slice/slice_string_helpers.cc
grpc-1.66.0.pre5 src/core/lib/slice/slice_string_helpers.cc
grpc-1.66.0.pre3 src/core/lib/slice/slice_string_helpers.cc
grpc-1.65.2 src/core/lib/slice/slice_string_helpers.cc
grpc-1.65.1 src/core/lib/slice/slice_string_helpers.cc
grpc-1.65.0 src/core/lib/slice/slice_string_helpers.cc
grpc-1.65.0.pre2 src/core/lib/slice/slice_string_helpers.cc
grpc-1.65.0.pre1 src/core/lib/slice/slice_string_helpers.cc