Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dloader.cc117 Label empty_label; // VS issues spurious warning using ...[Label()]. in Load() local
118 toolchain_records_[empty_label] = std::move(new_record); in Load()
382 ToolchainRecordMap::iterator empty_label = toolchain_records_.find(Label()); in DidLoadBuildConfig() local
383 CHECK(empty_label != toolchain_records_.end()); in DidLoadBuildConfig()
387 std::move(empty_label->second); in DidLoadBuildConfig()
390 toolchain_records_.erase(empty_label); in DidLoadBuildConfig()