Searched refs:empirical_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp55 // The empirical_type adds a basic level of validation to arbitrary data
57 // empirical_type will be marked as valid only if it has been explicitly
59 template <typename type_t> class empirical_type { class in namespace:__anon1234
62 empirical_type() : valid(false) {} function in class:__anon1234::empirical_type
87 empirical_type<type_t> &operator=(const type_t in) {
494 empirical_type<ScriptType> type;
496 empirical_type<std::string> res_name;
498 empirical_type<std::string> shared_lib;
500 empirical_type<std::string> cache_dir;
502 empirical_type<lld
[all...]

Completed in 95 milliseconds