Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_string.cpp54 bool CPDF_String::IsString() const { in IsString() function in CPDF_String
Dcpdf_object.cpp101 bool CPDF_Object::IsString() const { in IsString() function in CPDF_Object
/external/deqp-deps/amber/src/
Dtokenizer.h46 bool IsString() const { return type_ == TokenType::kString; } in IsString() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWindowsResource.h237 bool IsString; member
/external/llvm-project/llvm/include/llvm/Object/
DWindowsResource.h237 bool IsString; member
/external/pdfium/fxjs/xfa/
Dcfxjse_value.cpp328 bool CFXJSE_Value::IsString() const { in IsString() function in CFXJSE_Value
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp90 bool IsString() const { return upb_fielddef_isstring(ptr_); } in IsString() function in upb::FieldDefPtr
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp100 ArrayRef<UTF16> &Str, bool &IsString) { in readStringOrId()
/external/llvm-project/llvm/lib/Object/
DWindowsResource.cpp100 ArrayRef<UTF16> &Str, bool &IsString) { in readStringOrId()
/external/tensorflow/tensorflow/python/util/
Dutil.cc100 bool IsString(PyObject* o) { in IsString() function
/external/fmtlib/test/
Dcore-test.cc682 TYPED_TEST(IsStringTest, IsString) { in TYPED_TEST() argument
/external/llvm-project/llvm/tools/llvm-rc/
DResourceFileWriter.cpp149 bool IsString = stripQuotes(Str, IsLongString); in processString() local
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h402 bool IsString() const { return type_ == FBT_STRING; } in IsString() function
/external/clang/lib/Parse/
DParseDecl.cpp556 bool IsString = Tok.getKind() == tok::string_literal; in ParseMicrosoftDeclSpecs() local
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp695 bool IsString = Tok.getKind() == tok::string_literal; in ParseMicrosoftDeclSpecs() local
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go430 func (a Attribute) IsString() bool { func
/external/protobuf/php/ext/google/protobuf/
Dupb.h3310 bool IsString() const { return upb_fielddef_isstring(ptr_); } in IsString() function