Home
last modified time | relevance | path

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

/external/cronet/testing/unexpected_passes_common/
Ddata_types.py405 assert IsStringType(key)
669 assert IsStringType(key)
725 assert IsStringType(key)
765 def IsStringType(s: Any) -> bool: function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dmark_ops_for_outside_compilation.cc195 bool IsStringType(Type type) { in IsStringType() function
210 if (IsStringType(operand_type)) return true; in HasStringOperand()
218 if (IsStringType(result_type)) return true; in HasStringResult()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWindowsResource.h101 bool checkTypeString() const { return IsStringType; } in checkTypeString()
126 bool IsStringType; variable
/external/libtextclassifier/native/utils/flatbuffers/
Dmutable.h40 constexpr bool IsStringType() { in IsStringType() function
51 return IsStringType<T>(); in IsMatchingType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp125 RETURN_IF_ERROR(readStringOrId(Reader, TypeID, Type, IsStringType)); in loadNext()