xref
: /
aosp_15_r20
/
external
/
rust
/
android-crates-io
/
crates
/
grpcio-sys
/
grpc
/
third_party
/
upb
/
benchmarks
/
empty.proto
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
syntax = "proto3";
3
4
package upb_benchmark;
5
6
message Empty {}
7