Home
last modified time | relevance | path

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

/external/rust/crates/unicode-normalization/src/
Dquick_check.rs21 fn quick_check<F, I>(s: I, is_allowed: F, stream_safe: bool) -> IsNormalized in quick_check()
42 match is_allowed(ch) { in quick_check()
/external/perfetto/src/trace_processor/util/
Dproto_to_args_parser.cc99 bool is_allowed = field->is_extension() || !allowed_fields || in ParseMessage() local
103 if (!is_allowed) { in ParseMessage()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-scheduler.hpp77 inline bool is_allowed() const { in is_allowed() function in rxcpp::schedulers::recurse
713 if (!r.is_allowed() || !r.is_requested()) { in operator ()()