Searched defs:Config (Results 1 – 5 of 5) sorted by relevance
50 class Config; variable
43 class Config; variable
146 class Config; variable
99 bool (Config::*process_func)(const std::string&, const std::string&); member
147 Config() : target_sdk_version_(__ANDROID_API__) {} in Config() function