Lines Matching refs:root_element
204 return [config, handler](xml::Element* root_element, SourcePathDiagnostics* diag) { in Bind() argument
205 return handler(config, root_element, diag); in Bind()
493 bool ArtifactTagHandler(PostProcessingConfiguration* config, Element* root_element, in ArtifactTagHandler() argument
496 for (const auto& attr : root_element->attributes) { in ArtifactTagHandler()
520 bool ArtifactFormatTagHandler(PostProcessingConfiguration* config, Element* root_element, in ArtifactFormatTagHandler() argument
522 for (auto& node : root_element->children) { in ArtifactFormatTagHandler()
532 bool AbiGroupTagHandler(PostProcessingConfiguration* config, Element* root_element, in AbiGroupTagHandler() argument
534 std::string label = GetLabel(root_element, diag); in AbiGroupTagHandler()
541 Maybe<int32_t> order = GetVersionCodeOrder(root_element, diag); in AbiGroupTagHandler()
550 if (root_element->GetChildElements().empty()) { in AbiGroupTagHandler()
559 for (auto* child : root_element->GetChildElements()) { in AbiGroupTagHandler()
583 bool ScreenDensityGroupTagHandler(PostProcessingConfiguration* config, Element* root_element, in ScreenDensityGroupTagHandler() argument
585 std::string label = GetLabel(root_element, diag); in ScreenDensityGroupTagHandler()
592 Maybe<int32_t> order = GetVersionCodeOrder(root_element, diag); in ScreenDensityGroupTagHandler()
601 if (root_element->GetChildElements().empty()) { in ScreenDensityGroupTagHandler()
619 for (auto* child : root_element->GetChildElements()) { in ScreenDensityGroupTagHandler()
650 bool LocaleGroupTagHandler(PostProcessingConfiguration* config, Element* root_element, in LocaleGroupTagHandler() argument
652 std::string label = GetLabel(root_element, diag); in LocaleGroupTagHandler()
659 Maybe<int32_t> order = GetVersionCodeOrder(root_element, diag); in LocaleGroupTagHandler()
668 if (root_element->GetChildElements().empty()) { in LocaleGroupTagHandler()
686 for (auto* child : root_element->GetChildElements()) { in LocaleGroupTagHandler()
717 bool AndroidSdkTagHandler(PostProcessingConfiguration* config, Element* root_element, in AndroidSdkTagHandler() argument
721 for (const auto& attr : root_element->attributes) { in AndroidSdkTagHandler()
758 for (auto node : root_element->GetChildElements()) { in AndroidSdkTagHandler()
772 bool GlTextureGroupTagHandler(PostProcessingConfiguration* config, Element* root_element, in GlTextureGroupTagHandler() argument
774 std::string label = GetLabel(root_element, diag); in GlTextureGroupTagHandler()
781 Maybe<int32_t> order = GetVersionCodeOrder(root_element, diag); in GlTextureGroupTagHandler()
790 for (auto* child : root_element->GetChildElements()) { in GlTextureGroupTagHandler()
822 bool DeviceFeatureGroupTagHandler(PostProcessingConfiguration* config, Element* root_element, in DeviceFeatureGroupTagHandler() argument
824 std::string label = GetLabel(root_element, diag); in DeviceFeatureGroupTagHandler()
831 Maybe<int32_t> order = GetVersionCodeOrder(root_element, diag); in DeviceFeatureGroupTagHandler()
839 for (auto* child : root_element->GetChildElements()) { in DeviceFeatureGroupTagHandler()