Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/db/
Dview.cc271 NodeState* child_state = state_.Find(child.get()); in FilterAndJoinRecursive() local
329 const NodeState& child_state = *state_.Find(child.get()); in ApplyRowMapRecursive() local
/external/rust/crates/combine/src/parser/
Dcombinator.rs760 let child_state = if state.0.is_none() { in parse_mode() localVariable
863 let child_state = if state.0.is_none() { in parse_mode() localVariable
966 let child_state = if state.0.is_none() { in parse_mode() localVariable