Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.cc1123 auto struct_it = structs_.find(decl); in lookup_struct_type() local
1124 if (struct_it == structs_.end()) in lookup_struct_type()
1126 *stype = struct_it->second; in lookup_struct_type()
/external/flatbuffers/src/
Didl_parser.cpp2855 for (auto struct_it = structs_.vec.begin(); in ParseRoot() local
2856 struct_it != structs_.vec.end(); ++struct_it) { in ParseRoot()
2857 auto &sd = **struct_it; in ParseRoot()