Home
last modified time | relevance | path

Searched defs:IsString (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/
Dconverter.cc62 struct IsString { struct
68 struct IsString<std::string> { argument
70 static constexpr bool value = true;
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Doperand.h73 bool IsString() const { return kind_ == Kind::kString; } in IsString() function
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/
Dencodable_value.h475 bool IsString() const { return type_ == Type::kString; } in IsString() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWindowsResource.h237 bool IsString; member
/third_party/typescript/tests/cases/conformance/types/conditional/
DconditionalTypes1.ts177 type IsString<T> = Extends<T, string>; alias
/third_party/grpc/third_party/upb/upb/
Ddef.hpp90 bool IsString() const { return upb_fielddef_isstring(ptr_); } in IsString() function in upb::FieldDefPtr
/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.cc305 NO_SANITIZE("cfi-icall") bool CefV8ValueCToCpp::IsString() { in IsString() function in CefV8ValueCToCpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp100 ArrayRef<UTF16> &Str, bool &IsString) { in readStringOrId()
/third_party/flatbuffers/include/flatbuffers/
Didl.h466 inline bool IsString(const Type &type) { in IsString() function
Dflexbuffers.h402 bool IsString() const { return type_ == FBT_STRING; } in IsString() function
/third_party/flatbuffers/python/flatbuffers/
Dflexbuffers.py727 def IsString(self): member in Ref
/third_party/cef/libcef/renderer/
Dv8_impl.cc1674 bool CefV8ValueImpl::IsString() { in IsString() function in CefV8ValueImpl