Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dframeobject.c169 push_value(int64_t stack, Kind kind) in push_value() function
/third_party/rust/crates/syn/src/
Dpunctuated.rs154 pub fn push_value(&mut self, value: T) { in push_value() method