Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinduction_var_analysis.h45 struct NodeInfo { struct
46 explicit NodeInfo(uint32_t d) : depth(d), done(false) {} in NodeInfo() function
47 uint32_t depth;
48 bool done;
/aosp12/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
H A DMediaCodecsXmlParser.h81 struct NodeInfo { struct
93 std::multimap<size_t, NodeInfo> nodeList; argument