Searched refs:jModuleType (Results 1 – 5 of 5) sorted by relevance
34 std::vector<ProfileType::jModuleType> modules; in ConvertApToJson()43 ProfileType::jModuleType oneModule; in ConvertApToJson()
32 cJSON* Convert(const std::vector<ProfileType::jModuleType>& data) const in Convert()
80 …using jModuleType = std::multimap<std::string, std::variant<std::string, std::vector<VariantMap>>>; variable
300 void ProcessToJson(uint32_t threshold, ProfileType::jModuleType &jModule) const;
465 void PGOMethodInfoMap::ProcessToJson(uint32_t threshold, ProfileType::jModuleType &jModule) const in ProcessToJson()