Searched refs:JSONNull (Results 1 – 6 of 6) sorted by relevance
3 import com.google.gwt.json.client.JSONNull;71 object.put(JSON_FIELD_AP_NAME, JSONNull.getInstance()); in toJson()76 object.put(JSON_FIELD_AP_PASS, JSONNull.getInstance()); in toJson()
3 import com.google.gwt.json.client.JSONNull;
6 import com.google.gwt.json.client.JSONNull;81 if (params.get(key) != JSONNull.getInstance()) in processParams()
1280 case JSONNull: in json_serialize_to_buffer_r()1705 new_value->type = JSONNull; in json_value_init_null()1790 case JSONNull: in json_value_deep_copy()2322 if (schema_type != value_type && schema_type != JSONNull) { /* null represents all values */ in json_validate()2363 case JSONString: case JSONNumber: case JSONBoolean: case JSONNull: in json_validate()2428 case JSONNull: in json_value_equals()
52 JSONNull = 1, enumerator
44 import com.google.gwt.json.client.JSONNull;690 synchCount = JSONNull.getInstance(); in submitJob()