Home
last modified time | relevance | path

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

/aosp_15_r20/external/libtextclassifier/native/utils/flatbuffers/
H A Dmutable.h40 constexpr bool IsStringType() { in IsStringType() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DWindowsResource.h126 bool IsStringType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DWindowsResource.h126 bool IsStringType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DWindowsResource.h126 bool IsStringType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DWindowsResource.h126 bool IsStringType; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DWindowsResource.h126 bool IsStringType; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DWindowsResource.h126 bool IsStringType; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dmark_ops_for_outside_compilation.cc195 bool IsStringType(Type type) { in IsStringType() function
/aosp_15_r20/external/cronet/testing/unexpected_passes_common/
H A Ddata_types.py765 def IsStringType(s: Any) -> bool: function