Searched defs:IsString (Results 1 – 12 of 12) sorted by relevance
52 bool CPDF_String::IsString() const { in IsString() function in CPDF_String
94 bool CPDF_Object::IsString() const { in IsString() function in CPDF_Object
291 bool CFXJSE_Value::IsString() const { in IsString() function in CFXJSE_Value
90 ArrayRef<UTF16> &Str, bool &IsString) { in readStringOrId()
81 bool IsString(PyObject* o) { in IsString() function
149 bool IsString = stripQuotes(Str, IsLongString); in processString() local
378 bool IsString() const { return type_ == FBT_STRING; } in IsString() function
556 bool IsString = Tok.getKind() == tok::string_literal; in ParseMicrosoftDeclSpecs() local
2582 inline bool FieldDef::IsString() const { return upb_fielddef_isstring(this); } in IsString() function
392 func (a Attribute) IsString() bool { func
1072 bool IsString() const { return type() == kString; } in IsString() function
5675 TNode<BoolT> CodeStubAssembler::IsString(SloppyTNode<HeapObject> object) { in IsString() function in v8::internal::CodeStubAssembler