Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dbundle_data_target_generator.cc59 if (!IsValidBundleDataSubstitution(type)) { in FillOutputs()
Dsubstitution_type.h103 bool IsValidBundleDataSubstitution(const Substitution* type);
Dsubstitution_type.cc142 bool IsValidBundleDataSubstitution(const Substitution* type) { in IsValidBundleDataSubstitution() function