Home
last modified time | relevance | path

Searched refs:grpc_slice_cmp (Results 1 – 22 of 22) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/test/core/security/
Daws_request_signer_test.cc253 EXPECT_TRUE(grpc_slice_cmp(expected_error_description, in TEST()
269 EXPECT_TRUE(grpc_slice_cmp(expected_error_description, in TEST()
Dcredentials_test.cc460 GPR_ASSERT(grpc_slice_cmp(expected_error, actual_error) == 0); in check_request_metadata()
2927 GPR_ASSERT(grpc_slice_cmp(expected_error_slice, actual_error_slice) == 0); in test_aws_external_account_creds_failure_unmatched_environment_id()
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgpr_slice.h49 #define gpr_slice_cmp grpc_slice_cmp
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgpr_slice.h49 #define gpr_slice_cmp grpc_slice_cmp
/external/grpc-grpc/include/grpc/impl/codegen/
Dgpr_slice.h49 #define gpr_slice_cmp grpc_slice_cmp
/external/grpc-grpc/include/grpc/
Dslice.h140 GPRAPI int grpc_slice_cmp(grpc_slice a, grpc_slice b);
/external/rust/crates/grpcio-sys/grpc/include/grpc/
Dslice.h140 GPRAPI int grpc_slice_cmp(grpc_slice a, grpc_slice b);
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dslice.h140 GPRAPI int grpc_slice_cmp(grpc_slice a, grpc_slice b);
/external/grpc-grpc/
Dgrpc.def171 grpc_slice_cmp
/external/rust/crates/grpcio-sys/grpc/
Dgrpc.def201 grpc_slice_cmp
/external/grpc-grpc/src/core/lib/slice/
Dslice_hash_table.h195 const int key_cmp = grpc_slice_cmp(a.entries_[i].key, b.entries_[i].key); in Cmp()
Dslice.cc425 int grpc_slice_cmp(grpc_slice a, grpc_slice b) { in grpc_slice_cmp() function
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/ssl/session_cache/
Dssl_session_cache.cc36 return grpc_slice_cmp(*static_cast<grpc_slice*>(key1), in cache_key_avl_compare()
/external/grpc-grpc/src/core/tsi/ssl/session_cache/
Dssl_session_cache.cc36 return grpc_slice_cmp(*static_cast<grpc_slice*>(key1), in cache_key_avl_compare()
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c230 printf("%lx", (unsigned long) grpc_slice_cmp); in main()
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_handshaker_test.cc347 GPR_ASSERT(grpc_slice_cmp(*bytes_received, slice) == 0); in mock_server_start()
378 GPR_ASSERT(grpc_slice_cmp(alts_tsi_handshaker_get_recv_bytes_for_testing( in mock_next()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice.cc528 int grpc_slice_cmp(grpc_slice a, grpc_slice b) { in grpc_slice_cmp() function
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc801 GPR_ASSERT(grpc_slice_cmp(client->recv_bytes, *recv_bytes) == 0); in alts_handshaker_client_check_fields_for_testing()
/external/grpc-grpc/test/core/security/
Dcredentials_test.cc348 GPR_ASSERT(grpc_slice_cmp(expected_error, actual_error) == 0); in check_request_metadata()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h553 #define grpc_slice_cmp grpc_slice_cmp_import macro
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs574 pub fn grpc_slice_cmp(a: grpc_slice, b: grpc_slice) -> ::std::os::raw::c_int; in grpc_slice_cmp() function
Dx86_64-unknown-linux-gnu-bindings.rs574 pub fn grpc_slice_cmp(a: grpc_slice, b: grpc_slice) -> ::std::os::raw::c_int; in grpc_slice_cmp() function