Lines Matching refs:Res_value

368   return util::make_unique<BinaryPrimitive>(android::Res_value::TYPE_NULL,  in MakeEmpty()
369 android::Res_value::DATA_NULL_EMPTY); in MakeEmpty()
380 android::Res_value value = {}; in TryParseEnumSymbol()
381 value.dataType = android::Res_value::TYPE_INT_DEC; in TryParseEnumSymbol()
391 android::Res_value flags = {}; in TryParseFlagSymbol()
392 flags.dataType = android::Res_value::TYPE_INT_HEX; in TryParseFlagSymbol()
444 android::Res_value value = {}; in TryParseColor()
447 value.dataType = android::Res_value::TYPE_INT_COLOR_RGB4; in TryParseColor()
456 value.dataType = android::Res_value::TYPE_INT_COLOR_ARGB4; in TryParseColor()
466 value.dataType = android::Res_value::TYPE_INT_COLOR_RGB8; in TryParseColor()
475 value.dataType = android::Res_value::TYPE_INT_COLOR_ARGB8; in TryParseColor()
504 android::Res_value value; in ParseInt()
515 android::Res_value value; in ParseResourceId()
517 if (value.dataType == android::Res_value::TYPE_INT_HEX) { in ParseResourceId()
531 android::Res_value value; in ParseSdkVersion()
556 return util::make_unique<BinaryPrimitive>(android::Res_value::TYPE_INT_BOOLEAN, data); in TryParseBool()
562 return util::make_unique<BinaryPrimitive>(android::Res_value::TYPE_INT_BOOLEAN, in MakeBool()
568 android::Res_value value; in TryParseInt()
576 return util::make_unique<BinaryPrimitive>(android::Res_value::TYPE_INT_DEC, val); in MakeInt()
581 android::Res_value value; in TryParseFloat()
590 case android::Res_value::TYPE_NULL: in AndroidTypeToAttributeTypeMask()
591 case android::Res_value::TYPE_REFERENCE: in AndroidTypeToAttributeTypeMask()
592 case android::Res_value::TYPE_ATTRIBUTE: in AndroidTypeToAttributeTypeMask()
593 case android::Res_value::TYPE_DYNAMIC_REFERENCE: in AndroidTypeToAttributeTypeMask()
594 case android::Res_value::TYPE_DYNAMIC_ATTRIBUTE: in AndroidTypeToAttributeTypeMask()
597 case android::Res_value::TYPE_STRING: in AndroidTypeToAttributeTypeMask()
600 case android::Res_value::TYPE_FLOAT: in AndroidTypeToAttributeTypeMask()
603 case android::Res_value::TYPE_DIMENSION: in AndroidTypeToAttributeTypeMask()
606 case android::Res_value::TYPE_FRACTION: in AndroidTypeToAttributeTypeMask()
609 case android::Res_value::TYPE_INT_DEC: in AndroidTypeToAttributeTypeMask()
610 case android::Res_value::TYPE_INT_HEX: in AndroidTypeToAttributeTypeMask()
615 case android::Res_value::TYPE_INT_BOOLEAN: in AndroidTypeToAttributeTypeMask()
618 case android::Res_value::TYPE_INT_COLOR_ARGB8: in AndroidTypeToAttributeTypeMask()
619 case android::Res_value::TYPE_INT_COLOR_RGB8: in AndroidTypeToAttributeTypeMask()
620 case android::Res_value::TYPE_INT_COLOR_ARGB4: in AndroidTypeToAttributeTypeMask()
621 case android::Res_value::TYPE_INT_COLOR_RGB4: in AndroidTypeToAttributeTypeMask()
738 const android::Res_value& res_value, in ParseBinaryResValue()
746 case android::Res_value::TYPE_STRING: { in ParseBinaryResValue()
781 case android::Res_value::TYPE_REFERENCE: in ParseBinaryResValue()
782 case android::Res_value::TYPE_ATTRIBUTE: in ParseBinaryResValue()
783 case android::Res_value::TYPE_DYNAMIC_REFERENCE: in ParseBinaryResValue()
784 case android::Res_value::TYPE_DYNAMIC_ATTRIBUTE: { in ParseBinaryResValue()
786 if (res_value.dataType == android::Res_value::TYPE_ATTRIBUTE || in ParseBinaryResValue()
787 res_value.dataType == android::Res_value::TYPE_DYNAMIC_ATTRIBUTE) { in ParseBinaryResValue()