Searched refs:float_obj (Results 1 – 2 of 2) sorted by relevance
94 struct json_float_payload float_obj; member284 obj_payload = &fd->json.obj.float_obj; in json_float_object_write()285 fd->json.obj.float_obj.name = fd->name_string; in json_float_object_write()286 fd->json.obj.float_obj.val_float.start = pt_buffer; in json_float_object_write()287 fd->json.obj.float_obj.val_float.length = float_string_length; in json_float_object_write()
103 struct senml_float_payload float_obj; member544 obj_payload = &fd->json.obj.float_obj; in json_float_object_write()545 fd->json.obj.float_obj.name = fd->name_string; in json_float_object_write()546 fd->json.obj.float_obj.val_float.start = pt_buffer; in json_float_object_write()547 fd->json.obj.float_obj.val_float.length = float_string_length; in json_float_object_write()