Home
last modified time | relevance | path

Searched refs:c_slice (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/test/cpp/util/
Dslice_test.cc130 grpc_slice c_slice = spp.c_slice(); in TEST_F() local
131 EXPECT_EQ(GRPC_SLICE_START_PTR(s), GRPC_SLICE_START_PTR(c_slice)); in TEST_F()
132 EXPECT_EQ(GRPC_SLICE_END_PTR(s), GRPC_SLICE_END_PTR(c_slice)); in TEST_F()
133 grpc_slice_unref(c_slice); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/
Dbindings.cc184 Slice c_slice; in __anon360f34601802() local
187 c_slice = Slice(py::reinterpret_borrow<py::int_>(py_slice.attr("start")), in __anon360f34601802()
191 c_slice = Slice(py::reinterpret_borrow<py::int_>(py_slice.attr("stop"))); in __anon360f34601802()
193 c_slice = Slice(py::reinterpret_borrow<py::int_>(py_slice.attr("start")), in __anon360f34601802()
197 if (!c_slice.valid()) { in __anon360f34601802()
201 return SliceOption(c_slice); in __anon360f34601802()
/third_party/grpc/include/grpcpp/impl/codegen/
Dslice.h111 grpc_slice c_slice() const { in c_slice() function
/third_party/grpc/test/cpp/cocoapods/generic/
Dgeneric.mm72 c_slices[i] = slices[i].c_slice();