Home
last modified time | relevance | path

Searched defs:ext_context (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/anyhow/src/
Dcontext.rs13 fn ext_context<C>(self, context: C) -> Error in ext_context() method
23 fn ext_context<C>(self, context: C) -> Error in ext_context() function
33 fn ext_context<C>(self, context: C) -> Error in ext_context() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/src/
Dcontext.rs13 fn ext_context<C>(self, context: C) -> Error in ext_context() method
23 fn ext_context<C>(self, context: C) -> Error in ext_context() function
33 fn ext_context<C>(self, context: C) -> Error in ext_context() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/src/
Dcontext.rs13 fn ext_context<C>(self, context: C) -> Error in ext_context() method
23 fn ext_context<C>(self, context: C) -> Error in ext_context() function
33 fn ext_context<C>(self, context: C) -> Error in ext_context() method
/external/harfbuzz_ng/src/
Dhb-repacker.hh72 bool _presplit_subtables_if_needed (graph::gsubgpos_graph_context_t& ext_context) in _presplit_subtables_if_needed()
102 bool _promote_extensions_if_needed (graph::gsubgpos_graph_context_t& ext_context) in _promote_extensions_if_needed()
356 graph::gsubgpos_graph_context_t ext_context (table_tag, sorted_graph); in hb_resolve_graph_overflows() local