Searched refs:global_variables_ (Results 1 – 2 of 2) sorted by relevance
169 auto it = global_variables_.find(name); in GetGlobal()170 if (it != global_variables_.end()) { in GetGlobal()191 global_variables_.emplace(name, entry.st_value); in GetGlobal()198 global_variables_.emplace(name, std::optional<uint64_t>()); // Remember "not found" outcome. in GetGlobal()
74 std::unordered_map<std::string, std::optional<uint64_t>> global_variables_; variable