Searched refs:named_consts (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/host/fidl/lib/
H A Dc_generator.cpp634 std::map<const flat::Decl*, NamedConst> named_consts; local
636 named_consts.emplace(const_info.get(), NamedConst{NameName(const_info->name, "_", "_"), *const_info});
638 return named_consts;
1251 std::map<const flat::Decl*, NamedConst> named_consts = local
1268 auto iter = named_consts.find(decl);
1269 if (iter != named_consts.end()) {
1342 auto iter = named_consts.find(decl);
1343 if (iter != named_consts.end()) {

Completed in 71 milliseconds