Searched refs:kAttrPrivate (Results 1 – 8 of 8) sorted by relevance
50 type = package->FindType(ResourceType::kAttrPrivate); in TEST()75 type = package->FindType(ResourceType::kAttrPrivate); in TEST()90 ASSERT_EQ(nullptr, package->FindType(ResourceType::kAttrPrivate)); in TEST()95 ASSERT_EQ(nullptr, package->FindType(ResourceType::kAttrPrivate)); in TEST()
83 ResourceTableType* priv_attr_type = package->FindOrCreateType(ResourceType::kAttrPrivate); in Consume()
57 case ResourceType::kAttrPrivate: in to_string()112 {"^attr-private", ResourceType::kAttrPrivate},
42 EXPECT_EQ(*type, ResourceType::kAttrPrivate); in TEST()
44 kAttrPrivate, enumerator
542 type.type == ResourceType::kAttrPrivate ? ResourceType::kAttr : type.type, in ProcessType()608 if (type->type == ResourceType::kAttrPrivate) { in Generate()629 const ResourceTableType* priv_type = package->FindType(ResourceType::kAttrPrivate); in Generate()
190 return FindByName(ResourceName(name.package, ResourceType::kAttrPrivate, name.entry)); in FindByName()205 if (name.type == ResourceType::kAttr || name.type == ResourceType::kAttrPrivate) { in FindByName()
540 case ResourceType::kAttrPrivate: in ParseMapEntry()