Home
last modified time | relevance | path

Searched defs:IsPrimitive (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dobjects-inl.h385 bool Object::IsPrimitive() const { in IsPrimitive() function
392 bool Object::IsPrimitive(IsolateRoot isolate) const { in IsPrimitive() function
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc1032 bool IsPrimitive(const std::string& type) { in IsPrimitive() function
/external/protobuf/php/ext/google/protobuf/
Dupb.h3312 bool IsPrimitive() const { return upb_fielddef_isprimitive(ptr_); } in IsPrimitive() function