Home
last modified time | relevance | path

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

/external/libtextclassifier/native/utils/flatbuffers/
Dmutable.h40 constexpr bool IsStringType() { in IsStringType() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DWindowsResource.h126 bool IsStringType; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWindowsResource.h126 bool IsStringType; variable
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dmark_ops_for_outside_compilation.cc195 bool IsStringType(Type type) { in IsStringType() function
/external/cronet/testing/unexpected_passes_common/
Ddata_types.py765 def IsStringType(s: Any) -> bool: function