Home
last modified time | relevance | path

Searched refs:grpc_slice_chr (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dslice.h148 GPRAPI int grpc_slice_chr(grpc_slice s, char c);
/external/grpc-grpc/include/grpc/
Dslice.h148 GPRAPI int grpc_slice_chr(grpc_slice s, char c);
/external/rust/crates/grpcio-sys/grpc/include/grpc/
Dslice.h148 GPRAPI int grpc_slice_chr(grpc_slice s, char c);
/external/grpc-grpc/
Dgrpc.def175 grpc_slice_chr
/external/rust/crates/grpcio-sys/grpc/
Dgrpc.def205 grpc_slice_chr
/external/grpc-grpc/src/core/lib/slice/
Dslice.cc460 int grpc_slice_chr(grpc_slice s, char c) { in grpc_slice_chr() function
477 return grpc_slice_chr(haystack, static_cast<char>(*needle_bytes)); in grpc_slice_slice()
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c234 printf("%lx", (unsigned long) grpc_slice_chr); in main()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice.cc564 int grpc_slice_chr(grpc_slice s, char c) { in grpc_slice_chr() function
582 return grpc_slice_chr(haystack, static_cast<char>(*needle_bytes)); in grpc_slice_slice()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h565 #define grpc_slice_chr grpc_slice_chr_import macro
/external/rust/crates/grpcio-sys/bindings/
Dx86_64-unknown-linux-gnu-bindings.rs595 pub fn grpc_slice_chr(s: grpc_slice, c: ::std::os::raw::c_char) -> ::std::os::raw::c_int; in grpc_slice_chr() function
Daarch64-unknown-linux-gnu-bindings.rs595 pub fn grpc_slice_chr(s: grpc_slice, c: ::std::os::raw::c_char) -> ::std::os::raw::c_int; in grpc_slice_chr() function