HomeSort by relevance Sort by last modified time
    Searched refs:GetTargetDefaults (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/gn/
function_set_defaults.cc 65 if (scope->GetTargetDefaults(target_type)) {
scope.cc 203 if (dest->GetTargetDefaults(i->first)) {
259 if (GetTargetDefaults(target_type))
271 const Scope* Scope::GetTargetDefaults(const std::string& target_type) const {
276 return containing()->GetTargetDefaults(target_type);
scope.h 158 const Scope* GetTargetDefaults(const std::string& target_type) const;
functions.cc 97 const Scope* default_scope = scope->GetTargetDefaults(target_type);

Completed in 37 milliseconds