Searched defs:RuntimeOptions (Results 1 – 7 of 7) sorted by relevance
40 struct RuntimeOptions { struct63 EXPORT explicit OatFileAssistantContext(std::unique_ptr<RuntimeOptions> runtime_options); argument
23 struct RuntimeOptions { struct24 RuntimeOptions() in RuntimeOptions() argument31 bool reuse_internal_objects;35 bool bundle_readonly_objects;
233 struct RuntimeOptions { struct244 RuntimeOptions &set_storage_policy(StoragePolicy sp) { in set_storage_policy() argument258 const RuntimeOptions &runtime_options, argument
40 using RuntimeOptions = std::vector<std::pair<std::string, const void*>>; variable
70 using RuntimeOptions = std::vector<std::pair<std::string, const void*>>; variable
122 using RuntimeOptions = std::vector<std::pair<std::string, const void*>>; variable
698 TEST_F(OdRefreshTest, RuntimeOptions) { in TEST_F() argument