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 185 void CommitStateToJsonObject(Handle<JSObject> json_object, Handle<Map> map,
304 Handle<JSObject> json_object = local
306 Handle<Map> map(json_object->map());
344 JSObject::SetOwnElement(json_object, index, value, SLOPPY).Assert();
416 CommitStateToJsonObject(json_object, map, &properties);
426 Runtime::DefineObjectProperty(json_object, key, value, NONE).Check();
434 CommitStateToJsonObject(json_object, map, &properties);
438 return scope.CloseAndEscape(json_object);
444 Handle<JSObject> json_object, Handle<Map> map,
446 JSObject::AllocateStorageForMap(json_object, map)
    [all...]
bootstrapper.cc 1107 Handle<JSObject> json_object = factory->NewJSObject(cons, TENURED); local
    [all...]

Completed in 70 milliseconds