Home
last modified time | relevance | path

Searched defs:hasType (Results 1 – 16 of 16) sorted by relevance

/external/javaparser/javaparser-symbol-solver-model/src/main/java/com/github/javaparser/symbolsolver/model/resolution/
DTypeSolver.java69 default boolean hasType(String name) { in hasType() method
/external/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto.php253 public function hasType() function in Google\\Protobuf\\Internal\\FieldDescriptorProto
/external/angle/third_party/glslang/src/SPIRV/
Ddoc.h234 bool hasType() const { return typePresent != 0; } in hasType() function
/external/deqp-deps/glslang/SPIRV/
Ddoc.h234 bool hasType() const { return typePresent != 0; } in hasType() function
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtable.h33 const bool hasType; // Does the instruction have a type ID operand? member
/external/deqp-deps/SPIRV-Tools/source/
Dtable.h33 const bool hasType; // Does the instruction have a type ID operand? member
/external/angle/third_party/spirv-tools/src/source/
Dtable.h33 const bool hasType; // Does the instruction have a type ID operand? member
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h255 bool hasType() const { return typePresent != 0; } in hasType() function
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h262 bool hasType() const { return typePresent != 0; } in hasType() function
/external/angle/third_party/spirv-headers/src/tools/buildHeaders/
DjsonToSpirv.h267 bool hasType() const { return typePresent != 0; } in hasType() function
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h267 bool hasType() const { return typePresent != 0; } in hasType() function
/external/dng_sdk/source/
Ddng_info.cpp1776 bool hasType = true; in ParseDNGPrivateData() local
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h123 bool hasType(MVT vt) const { in hasType() function
/external/llvm/lib/Linker/
DIRMover.cpp1330 bool IRMover::IdentifiedStructTypeSet::hasType(StructType *Ty) { in hasType() function in IRMover::IdentifiedStructTypeSet
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DIRMover.cpp1445 bool IRMover::IdentifiedStructTypeSet::hasType(StructType *Ty) { in hasType() function in IRMover::IdentifiedStructTypeSet
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckCLDR.java915 public static boolean hasType(List<CheckStatus> result, Type type) { in hasType() method in CheckCLDR.CheckStatus