Searched refs:auth_md (Results 1 – 2 of 2) sorted by relevance
143 auto auth_md = in Process() local145 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()
439 grpc_linked_mdelem* auth_md = static_cast<grpc_linked_mdelem*>( in fail_helper_locked() local440 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()