Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/end2end/
Dend2end_test.cc143 auto auth_md = in Process() local
145 EXPECT_NE(auth_md, auth_metadata.end()); in Process()
146 string_ref auth_md_value = auth_md->second; in Process()
151 string(auth_md->first.data(), auth_md->first.length()), in Process()
152 string(auth_md->second.data(), auth_md->second.length()))); in Process()
/external/grpc-grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc439 grpc_linked_mdelem* auth_md = static_cast<grpc_linked_mdelem*>( in fail_helper_locked() local
440 gpr_arena_alloc(s->arena, sizeof(*auth_md))); in fail_helper_locked()
441 auth_md->md = grpc_mdelem_from_slices(g_fake_auth_key, g_fake_auth_value); in fail_helper_locked()
442 GPR_ASSERT(grpc_metadata_batch_link_tail(&fake_md, auth_md) == in fail_helper_locked()