Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/
Dmod.rs9 pub(crate) const API_PROTO: &str = include_str!("google/protobuf/api.proto"); constant
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/
Dparse_and_typecheck.rs150 "google/protobuf/api.proto" => Some(proto::API_PROTO), in add_imported_file()