Searched refs:ParseNodes (Results 1 – 4 of 4) sorted by relevance
380 HintManager::ParseNodes(json_doc_); in TEST_F()414 HintManager::ParseNodes(json_doc_); in TEST_F()423 HintManager::ParseNodes(json_doc_); in TEST_F()433 HintManager::ParseNodes(json_doc_); in TEST_F()443 HintManager::ParseNodes(json_doc_); in TEST_F()453 HintManager::ParseNodes(json_doc_); in TEST_F()463 HintManager::ParseNodes(json_doc_); in TEST_F()473 HintManager::ParseNodes(json_doc_); in TEST_F()506 nodes = HintManager::ParseNodes( in TEST_F()515 HintManager::ParseNodes(json_doc_); in TEST_F()[all …]
40 std::vector<std::unique_ptr<Node>> nodes = ParseNodes(json_doc); in VerifyNodes()
129 static std::vector<std::unique_ptr<Node>> ParseNodes(
271 std::vector<std::unique_ptr<Node>> nodes = ParseNodes(json_doc); in GetFromJSON()300 std::vector<std::unique_ptr<Node>> HintManager::ParseNodes( in ParseNodes() function in android::perfmgr::HintManager