Home
last modified time | relevance | path

Searched defs:stack_peek (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/pest/src/
Dparser_state.rs1029 pub fn stack_peek(self: Box<Self>) -> ParseResult<Box<Self>> { in stack_peek() method
/aosp_15_r20/external/selinux/libsepol/src/
H A Dmodule_to_cil.c471 static void *stack_peek(struct stack *stack) in stack_peek() function