Home
last modified time | relevance | path

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

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