Home
last modified time | relevance | path

Searched defs:IsValidType (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DCLDevice.h107 inline bool Device::IsValidType(DeviceType type) in IsValidType() function
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h138 bool IsValidType() { return m_encoding_uid_type != eEncodingInvalid; } in IsValidType() function
/external/libchrome/components/json_schema/
Djson_schema_validator.cc37 bool IsValidType(const std::string& type) { in IsValidType() function