Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/codegen/
Dproto_utils_test.cc34 bool have_backup() const { return writer_->have_backup_; } in have_backup() function in grpc::internal::ProtoBufferWriterPeer
71 EXPECT_FALSE(peer.have_backup()); in TEST_F()