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

/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_string.cpp52 bool CPDF_String::IsString() const { function in class:CPDF_String
H A Dcpdf_object.cpp94 bool CPDF_Object::IsString() const { function in class:CPDF_Object
/external/pdfium/fxjs/
H A Dcfxjse_value.cpp291 bool CFXJSE_Value::IsString() const { function in class:CFXJSE_Value
297 return hValue->IsString();
/external/v8/src/ast/
H A Dast-value-factory.h163 bool IsString() const { function in class:v8::internal::AstValue
/external/v8/src/builtins/
H A Dbuiltins-object.cc125 void ObjectBuiltinsAssembler::IsString(Node* object, Label* if_string, function in class:v8::internal::ObjectBuiltinsAssembler
203 IsString(to_string_tag_value, &if_tostringtag, &if_notostringtag);
/external/flatbuffers/include/flatbuffers/
H A Dflexbuffers.h363 bool IsString() const { return type_ == TYPE_STRING; } function in class:flexbuffers::Reference
/external/v8/src/
H A Dobjects-inl.h234 bool HeapObject::IsString() const { function in class:v8::internal::HeapObject
273 if (!IsString()) return false;
278 if (!IsString()) return false;
283 if (!IsString()) return false;
288 if (!IsString()) return false;
293 if (!IsString()) return false;
299 if (!IsString()) return false;
305 if (!IsString()) return false;
310 if (!IsString()) return false;
316 if (!IsString()) retur
[all...]
H A Dcode-stub-assembler.cc1167 CSA_ASSERT(this, IsString(object));
2938 Node* CodeStubAssembler::IsString(Node* object) { function in class:CodeStubAssembler
2986 CSA_ASSERT(this, IsString(string));
3304 CSA_ASSERT(this, IsString(string));
7335 // if (lhs->IsString()) {
7336 // if (rhs->IsString()) {
/external/clang/lib/Parse/
H A DParseDecl.cpp556 bool IsString = Tok.getKind() == tok::string_literal; local
557 if (!IsString && Tok.getKind() != tok::identifier &&
566 if (IsString) {
/external/v8/include/
H A Dv8.h1977 V8_INLINE bool IsString() const;
9274 bool Value::IsString() const { function in class:v8::Value
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h2024 bool IsString() const;
3198 inline bool FieldDef::IsString() const { return upb_fielddef_isstring(this); } function in class:upb::FieldDef
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h1587 bool IsString() const;
2582 inline bool FieldDef::IsString() const { return upb_fielddef_isstring(this); } function in class:upb::FieldDef

Completed in 440 milliseconds