Searched refs:MakeJsonVector (Results 1 – 4 of 4) sorted by relevance
71 std::vector<uint8_t> MakeJsonVector(const std::string& json_string);72 std::vector<uint8_t> MakeJsonVector(const base::DictionaryValue& dict);
149 std::vector<uint8_t> MakeJsonVector(const std::string& json_string) { in MakeJsonVector() function153 std::vector<uint8_t> MakeJsonVector(const base::DictionaryValue& dict) { in MakeJsonVector() function156 return MakeJsonVector(json); in MakeJsonVector()390 CryptoData(MakeJsonVector(dict)), in ImportKeyJwkFromDict()
267 std::vector<uint8_t> json_vec = MakeJsonVector(dict); in TEST()294 json_vec = MakeJsonVector(dict); in TEST()
456 CryptoData(MakeJsonVector("")), in TEST()463 const std::vector<uint8_t> bad_json_vec = MakeJsonVector( in TEST()