Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/dsl/
DDSLSymbols.cpp40 bool IsType(skstd::string_view name) { in IsType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp214 raw_string_ostream &OS, bool IsType, bool IsID) { in printStringOrID()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc103 inline bool IsType() const { return type == MESSAGE || type == ENUM; } in IsType() function