Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/
H A Dast.rs407 Expr::Ident(ident) => resolve_identifier(&ident, scope, attrs, context, int)?, in evaluate()
674 pub(crate) fn resolve_identifier<I: Interrupt>( in resolve_identifier() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/
H A Dunit.rs219 ast::resolve_identifier(&Ident::new_str(rhs_unit), None, attrs, context, int)? in fudge_implicit_rhs_unit()
555 ast::resolve_identifier(&Ident::new_str("radians"), scope, attrs, context, int)? in convert_angle_to_rad()