Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Ddesc_builder.cc218 out->SetWithoutPathExpansion( in FillInPrecompiledHeader()
224 out->SetWithoutPathExpansion(variables::kPrecompiledSource, in FillInPrecompiledHeader()
253 res->SetWithoutPathExpansion(variables::kConfigs, std::move(configs)); in BuildDescription()
257 res->SetWithoutPathExpansion(variables::kVisibility, in BuildDescription()
266 res->SetWithoutPathExpansion(#name, std::move(ptr)); \ in BuildDescription()
339 res->SetWithoutPathExpansion( in BuildDescription()
351 res->SetWithoutPathExpansion( in BuildDescription()
371 res->SetWithoutPathExpansion(variables::kVisibility, in BuildDescription()
387 res->SetWithoutPathExpansion(variables::kAllowCircularIncludesFrom, in BuildDescription()
393 res->SetWithoutPathExpansion(variables::kSources, in BuildDescription()
[all …]
Danalyzer.cc104 dict.SetWithoutPathExpansion(key, std::move(value)); in WriteLabels()
218 value->SetWithoutPathExpansion("compile_targets", in OutputsToJSON()
Dcommand_desc.cc670 res->SetWithoutPathExpansion( in RunDesc()
679 res->SetWithoutPathExpansion( in RunDesc()
/third_party/gn/src/base/
Dvalues.cc57 copy->SetWithoutPathExpansion(it.key(), std::move(child_copy)); in CopyDictionaryWithoutEmptyChildren()
703 ->SetWithoutPathExpansion(current_path, std::move(in_value)); in Set()
735 Value* DictionaryValue::SetWithoutPathExpansion( in SetWithoutPathExpansion() function in base::DictionaryValue
Dvalues.h430 Value* SetWithoutPathExpansion(std::string_view key,
/third_party/node/tools/inspector_protocol/lib/
Dbase_string_adapter_cc.template124 result->SetWithoutPathExpansion(entry.first, std::move(converted));
/third_party/cef/libcef/common/
Dvalues_impl.cc981 mutable_value()->SetWithoutPathExpansion( in SetInternal()