Home
last modified time | relevance | path

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

/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/cef/libcef/renderer/
Dv8_impl.cc1674 bool CefV8ValueImpl::IsString() { in IsString() function in CefV8ValueImpl