Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_tests/tests/observability/
D_open_telemetry_observability_test.py399 def method_filter(method: str) -> bool: function
406 generic_method_attribute_filter=method_filter,
/external/rust/android-crates-io/crates/axum/src/routing/
Dmod.rs27 mod method_filter; module
37 pub use self::{into_make_service::IntoMakeService, method_filter::MethodFilter, route::Route};