Home
last modified time | relevance | path

Searched refs:STATIC_SLICE (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/include/grpcpp/impl/codegen/
Dslice.h66 enum StaticSlice { STATIC_SLICE }; enumerator
/third_party/grpc/test/cpp/util/
Dslice_test.cc73 Slice spp(kContent, strlen(kContent), Slice::STATIC_SLICE); in TEST_F()