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

  /hardware/qcom/msm8998/json-c/
json_object_private.h 19 typedef void (json_object_private_delete_fn)(struct json_object *o);
21 struct json_object struct
json_object.h 2 * $Id: json_object.h,v 1.12 2006/01/30 23:07:57 mclark Exp $
71 struct json_object *val;
81 typedef struct json_object json_object; typedef in typeref:struct:json_object
88 typedef void (json_object_delete_fn)(struct json_object *jso, void *userdata);
93 typedef int (json_object_to_json_string_fn)(struct json_object *jso,
114 * Increment the reference count of json_object, thereby grabbing shared
117 * @param obj the json_object instance
119 extern struct json_object* json_object_get(struct json_object *obj)
    [all...]
  /external/fio/
json.h 6 struct json_object;
23 struct json_object *object;
39 struct json_object { struct
48 struct json_object *parent;
51 struct json_object *json_create_object(void);
54 void json_free_object(struct json_object *obj);
56 int json_object_add_value_type(struct json_object *obj, const char *name, int type, ...);
82 void json_print_object(struct json_object *obj, struct buf_output *out);
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 261 std::string json_object; local
537 void Conductor::SendMessage(const std::string& json_object) {
538 std::string* msg = new std::string(json_object);
  /external/v8/src/
json-parser.cc 290 Handle<JSObject> json_object) {
313 JSObject::SetOwnElementIgnoreAttributes(json_object, index, value, NONE)
328 Handle<JSObject> json_object = local
330 Handle<Map> map(json_object->map());
346 ParseElementResult element_result = ParseElement(json_object);
420 CommitStateToJsonObject(json_object, map, &properties);
422 JSObject::DefinePropertyOrElementIgnoreAttributes(json_object, key, value)
428 CommitStateToJsonObject(json_object, map, &properties);
438 ParseElementResult element_result = ParseElement(json_object);
459 JSObject::DefinePropertyOrElementIgnoreAttributes(json_object, key
    [all...]
bootstrapper.cc 2333 Handle<JSObject> json_object = factory->NewJSObject(cons, TENURED); local
    [all...]

Completed in 293 milliseconds