Searched defs:json_object (Results 1 - 4 of 4) sorted by relevance

/external/fio/
H A Djson.h3 struct json_object;
20 struct json_object *object;
36 struct json_object { struct
45 struct json_object *parent;
48 struct json_object *json_create_object(void);
51 void json_free_object(struct json_object *obj);
53 int json_object_add_value_type(struct json_object *obj, const char *name, int type, ...);
79 void json_print_object(struct json_object *obj);
/external/webrtc/webrtc/examples/peerconnection/client/
H A Dconductor.cc261 std::string json_object; local
537 void Conductor::SendMessage(const std::string& json_object) { argument
538 std::string* msg = new std::string(json_object);
/external/v8/src/parsing/
H A Djson-parser.h165 ParseElementResult ParseElement(Handle<JSObject> json_object);
192 void CommitStateToJsonObject(Handle<JSObject> json_object, Handle<Map> map,
309 Handle<JSObject> json_object) {
332 JSObject::SetOwnElementIgnoreAttributes(json_object, index, value, NONE)
347 Handle<JSObject> json_object = local
349 Handle<Map> map(json_object->map());
365 ParseElementResult element_result = ParseElement(json_object);
439 CommitStateToJsonObject(json_object, map, &properties);
441 JSObject::DefinePropertyOrElementIgnoreAttributes(json_object, key, value)
447 CommitStateToJsonObject(json_object, ma
308 ParseElement( Handle<JSObject> json_object) argument
493 CommitStateToJsonObject( Handle<JSObject> json_object, Handle<Map> map, ZoneList<Handle<Object> >* properties) argument
[all...]
/external/v8/src/
H A Dbootstrapper.cc1495 Handle<JSObject> json_object = factory->NewJSObject(cons, TENURED); local
1496 DCHECK(json_object->IsJSObject());
1497 JSObject::AddProperty(global, name, json_object, DONT_ENUM);
1507 Handle<JSObject> json_object = factory->NewJSObject(cons, TENURED); local
1508 DCHECK(json_object->IsJSObject());
1509 JSObject::AddProperty(global, name, json_object, DONT_ENUM);

Completed in 186 milliseconds