Home
last modified time | relevance | path

Searched defs:IsString (Results 1 – 16 of 16) 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.h44 bool IsString() const { return type_ == TokenType::kString; } in IsString() function
/external/v8/src/torque/ls/
Djson.h90 bool IsString() const { return tag == STRING; } in IsString() function
/external/pdfium/fxjs/xfa/
Dcfxjse_value.cpp328 bool CFXJSE_Value::IsString() const { in IsString() function in CFXJSE_Value
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWindowsResource.cpp90 ArrayRef<UTF16> &Str, bool &IsString) { in readStringOrId()
/external/fmtlib/test/
Dcore-test.cc530 TYPED_TEST(IsStringTest, IsString) { in TYPED_TEST() argument
/external/tensorflow/tensorflow/python/util/
Dutil.cc81 bool IsString(PyObject* o) { in IsString() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.cpp149 bool IsString = stripQuotes(Str, IsLongString); in processString() local
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h378 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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go392 func (a Attribute) IsString() bool { func
/external/v8/src/ast/
Dast.h971 bool IsString() const { return type() == kString; } in IsString() function
/external/v8/include/
Dv8.h11694 bool Value::IsString() const { in IsString() function
/external/protobuf/php/ext/google/protobuf/
Dupb.h3310 bool IsString() const { return upb_fielddef_isstring(ptr_); } in IsString() function
/external/v8/src/codegen/
Dcode-stub-assembler.cc6137 TNode<BoolT> CodeStubAssembler::IsString(TNode<HeapObject> object) { in IsString() function in v8::internal::CodeStubAssembler