Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dprotoc-gen-upbdefs.cc89 std::vector<const protobuf::Descriptor*> file_messages = in WriteDefSource() local
92 for (auto message : file_messages) { in WriteDefSource()
97 if (!file_messages.empty()) { in WriteDefSource()
98 output("static const upb_msglayout *layouts[$0] = {\n", file_messages.size()); in WriteDefSource()
99 for (auto message : file_messages) { in WriteDefSource()
135 if (file_messages.empty()) { in WriteDefSource()