Home | History | Annotate | Download | only in utils

Lines Matching refs:Res_value

224 struct Res_value
332 void copyFrom_dtoh(const Res_value& src);
526 struct Res_value typedData;
603 struct Res_value typedValue;
651 ssize_t getTextValue(Res_value* outValue) const;
683 ssize_t getAttributeValue(size_t idx, Res_value* outValue) const;
1680 * * A Res_value structure, if FLAG_COMPLEX is -not- set.
1801 Res_value value;
1852 ssize_t getResource(uint32_t resID, Res_value* outValue, bool mayBeBag = false,
1857 inline ssize_t getResource(const ResTable_ref& res, Res_value* outValue,
1862 ssize_t resolveReference(Res_value* inOutValue,
1871 const char16_t* valueToString(const Res_value* value, size_t stringBlock,
1931 ssize_t getAttribute(uint32_t resID, Res_value* outValue,
1938 ssize_t resolveAttributeReference(Res_value* inOutValue,
1952 Res_value value;
1994 static bool stringToInt(const char16_t* s, size_t len, Res_value* outValue);
1995 static bool stringToFloat(const char16_t* s, size_t len, Res_value* outValue);
2016 Res_value* outValue) = 0;
2019 Res_value* outValue) = 0;
2034 bool stringToValue(Res_value* outValue, String16* outString,
2107 void print_value(const Package* pkg, const Res_value& value) const;