Home
last modified time | relevance | path

Searched refs:grpc_slice_default_eq_impl (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/core/lib/slice/
Dslice.cc86 noop_ref, noop_unref, grpc_slice_default_eq_impl,
126 new_slice_ref, new_slice_unref, grpc_slice_default_eq_impl,
176 new_with_len_ref, new_with_len_unref, grpc_slice_default_eq_impl,
226 malloc_ref, malloc_unref, grpc_slice_default_eq_impl,
411 int grpc_slice_default_eq_impl(grpc_slice a, grpc_slice b) { in grpc_slice_default_eq_impl() function
422 return grpc_slice_default_eq_impl(a, b); in grpc_slice_eq()
Dslice_intern.cc127 grpc_slice_default_eq_impl, grpc_slice_default_hash_impl};
/external/grpc-grpc/include/grpc/
Dslice.h133 GPRAPI int grpc_slice_default_eq_impl(grpc_slice a, grpc_slice b);
/external/grpc-grpc/
Dgrpc.def169 grpc_slice_default_eq_impl
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c228 printf("%lx", (unsigned long) grpc_slice_default_eq_impl); in main()
/external/grpc-grpc/src/core/lib/transport/
Dtransport.cc114 grpc_slice_default_eq_impl, /* eq */
Dstatic_metadata.cc115 static_ref, static_unref, grpc_slice_default_eq_impl,
/external/grpc-grpc/src/core/lib/iomgr/
Dresource_quota.cc442 ru_slice_ref, ru_slice_unref, grpc_slice_default_eq_impl,
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h547 #define grpc_slice_default_eq_impl grpc_slice_default_eq_impl_import macro