Home
last modified time | relevance | path

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

/tonic/tonic-build/src/
H A Dprost.rs173 if (is_google_type(proto_type) && !compile_well_known_types) in request_response_name()
201 fn is_google_type(ty: &str) -> bool { in is_google_type() function