Lines Matching refs:String8
32 using android::String8;
40 bool extractKeysFromJsonWebKeySet(const String8& jsonWebKeySet,
45 Vector<String8> mJsonObjects;
46 Vector<String8> mTokens;
48 bool decodeBase64String(const String8& encodedText,
50 bool findKey(const String8& jsonObject, String8* keyId,
51 String8* encodedKey);
52 void findValue(const String8 &key, String8* value);
53 bool isJsonWebKeySet(const String8& jsonObject) const;
54 bool parseJsonObject(const String8& jsonObject, Vector<String8>* tokens);
55 bool parseJsonWebKeySet(const String8& jsonWebKeySet, Vector<String8>* jsonObjects);