Searched refs:build_constants (Results 1 – 1 of 1) sorted by relevance
1719 std::pair<const char*, const char*> build_constants[] = { variable1789 size_t arr_size = sizeof(build_constants) / sizeof(build_constants[0]); in ReloadBuildJavaConstants()1791 const char* field_name = build_constants[i].first; in ReloadBuildJavaConstants()1792 const char* sysprop_name = build_constants[i].second; in ReloadBuildJavaConstants()