Home
last modified time | relevance | path

Searched refs:unsupported_type (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp89 static constexpr StructuredDataType unsupported_type[] = { in SetFromJSON() local
94 if (!json_obj || llvm::is_contained(unsupported_type, json_obj->GetType())) in SetFromJSON()