Home
last modified time | relevance | path

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

/external/rust/crates/pest/src/
Dparser_state.rs988 pub fn stack_peek(self: Box<Self>) -> ParseResult<Box<Self>> { in stack_peek() method
/external/selinux/libsepol/src/
Dmodule_to_cil.c484 static void *stack_peek(struct stack *stack) in stack_peek() function