Lines Matching refs:std
59 void RegisterAppInfo(const std::string& package_name,
60 const std::vector<std::string>& code_paths,
61 const std::string& profile_output_filename,
62 const std::string& ref_profile_filename,
66 void RegisterOdexStatus(const std::string& code_path,
67 const std::string& compiler_filter,
68 const std::string& compilation_reason,
69 const std::string& odex_status);
77 void GetPrimaryApkOptimizationStatus(std::string* out_compiler_filter,
78 std::string* out_compilation_reason);
89 std::optional<std::string> compiler_filter;
93 std::optional<std::string> compilation_reason;
96 std::optional<std::string> odex_status;
99 std::optional<std::string> cur_profile_path;
102 std::optional<std::string> ref_profile_path;
106 std::optional<std::string> package_name_ GUARDED_BY(update_mutex_);
109 SafeMap<std::string, CodeLocationInfo> registered_code_locations_ GUARDED_BY(update_mutex_);
114 friend std::ostream& operator<<(std::ostream& os, AppInfo& rhs);
117 std::ostream& operator<<(std::ostream& os, AppInfo& rhs);