HomeSort by relevance Sort by last modified time
    Searched defs:json_object (Results 1 - 4 of 4) sorted by null

  /external/fio/
json.h 3 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/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.cc 241 std::string json_object; local
492 void Conductor::SendMessage(const std::string& json_object) {
493 std::string* msg = new std::string(json_object);
  /external/chromium_org/v8/src/
json-parser.h 299 Handle<JSObject> json_object = local
301 Handle<Map> map(json_object->map());
339 JSObject::SetOwnElement(json_object, index, value, SLOPPY).Assert();
413 JSObject::AllocateStorageForMap(json_object, map);
418 json_object->FastPropertyAtPut(index, *value);
430 json_object, key, value, NONE).Assert();
438 JSObject::AllocateStorageForMap(json_object, map);
443 json_object->FastPropertyAtPut(index, *value);
448 return scope.CloseAndEscape(json_object);
bootstrapper.cc 1091 Handle<JSObject> json_object = factory->NewJSObject(cons, TENURED); local
    [all...]

Completed in 73 milliseconds