Searched refs:grpc_slice_default_eq_impl (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/src/core/lib/slice/ |
D | slice.cc | 86 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()
|
D | slice_intern.cc | 127 grpc_slice_default_eq_impl, grpc_slice_default_hash_impl};
|
/external/grpc-grpc/include/grpc/ |
D | slice.h | 133 GPRAPI int grpc_slice_default_eq_impl(grpc_slice a, grpc_slice b);
|
/external/grpc-grpc/ |
D | grpc.def | 169 grpc_slice_default_eq_impl
|
/external/grpc-grpc/test/core/surface/ |
D | public_headers_must_be_c89.c | 228 printf("%lx", (unsigned long) grpc_slice_default_eq_impl); in main()
|
/external/grpc-grpc/src/core/lib/transport/ |
D | transport.cc | 114 grpc_slice_default_eq_impl, /* eq */
|
D | static_metadata.cc | 115 static_ref, static_unref, grpc_slice_default_eq_impl,
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | resource_quota.cc | 442 ru_slice_ref, ru_slice_unref, grpc_slice_default_eq_impl,
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.h | 547 #define grpc_slice_default_eq_impl grpc_slice_default_eq_impl_import macro
|