Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dscc.h105 NodeData child_data = DFS(dep); in DFS() local
106 result.lowlink = std::min(result.lowlink, child_data.lowlink); in DFS()
108 NodeData child_data = cache_[dep]; in DFS() local
109 if (child_data.scc == nullptr) { in DFS()
111 result.lowlink = std::min(result.lowlink, child_data.index); in DFS()