Home
last modified time | relevance | path

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

/external/grpc-grpc/src/ruby/spec/generic/
Drpc_desc_spec.rb86 expect(@call).to receive(:output_metadata).once.and_return(fake_md)
88 .with(@ok_response, trailing_metadata: fake_md)
130 fake_md)
132 .with(@ok_response, trailing_metadata: fake_md)
151 expect(@call).to receive(:output_metadata).and_return(fake_md)
153 metadata: fake_md)
192 expect(@call).to receive(:output_metadata).and_return(fake_md)
194 metadata: fake_md)
/external/grpc-grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc406 grpc_metadata_batch fake_md; in fail_helper_locked() local
407 grpc_metadata_batch_init(&fake_md); in fail_helper_locked()
415 fill_in_metadata(s, &fake_md, 0, dest, nullptr, destfilled); in fail_helper_locked()
416 grpc_metadata_batch_destroy(&fake_md); in fail_helper_locked()
432 grpc_metadata_batch fake_md; in fail_helper_locked() local
433 grpc_metadata_batch_init(&fake_md); in fail_helper_locked()
437 GPR_ASSERT(grpc_metadata_batch_link_tail(&fake_md, path_md) == in fail_helper_locked()
442 GPR_ASSERT(grpc_metadata_batch_link_tail(&fake_md, auth_md) == in fail_helper_locked()
446 s, &fake_md, 0, in fail_helper_locked()
451 grpc_metadata_batch_destroy(&fake_md); in fail_helper_locked()