Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.82/src/
H A 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
/aosp_15_r20/external/harfbuzz_ng/src/
H A 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