Searched refs:g_AttributeValueTable (Results 1 – 1 of 1) sorted by relevance
97 const AttributeValueRecord g_AttributeValueTable[] = { variable167 return g_AttributeValueTable[static_cast<int32_t>(item)].pName; in XFA_AttributeValueToName()171 auto* it = std::lower_bound(std::begin(g_AttributeValueTable), in XFA_GetAttributeValueByName()172 std::end(g_AttributeValueTable), in XFA_GetAttributeValueByName()176 if (it != std::end(g_AttributeValueTable) && name.EqualsASCII(it->pName)) in XFA_GetAttributeValueByName()