Home | History | Annotate | Download | only in utils

Lines Matching refs:String8

21 #include <utils/String8.h>
60 void addProperty(const String8& key, const String8& value);
63 bool hasProperty(const String8& key) const;
69 bool tryGetProperty(const String8& key, String8& outValue) const;
70 bool tryGetProperty(const String8& key, bool& outValue) const;
71 bool tryGetProperty(const String8& key, int32_t& outValue) const;
72 bool tryGetProperty(const String8& key, float& outValue) const;
78 inline const KeyedVector<String8, String8>& getProperties() const { return mProperties; }
81 static status_t load(const String8& filename, PropertyMap** outMap);
97 status_t parseModifier(const String8& token, int32_t* outMetaState);
101 KeyedVector<String8, String8> mProperties;