Lines Matching defs:ring

380 void fwk_ring_init(struct fwk_ring* ring, char* storage, size_t storage_size)  in fwk_ring_init()
442 …ring_init(CMOCK_fwk_ring_init_CALL_INSTANCE* cmock_call_instance, struct fwk_ring* ring, int ring_… in CMockExpectParameters_fwk_ring_init()
479 void fwk_ring_init_CMockExpect(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, char* storage, si… in fwk_ring_init_CMockExpect()
506 void fwk_ring_init_CMockExpectWithArray(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, int ring… in fwk_ring_init_CMockExpectWithArray()
519 void fwk_ring_init_CMockReturnMemThruPtr_ring(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, si… in fwk_ring_init_CMockReturnMemThruPtr_ring()
558 size_t fwk_ring_get_capacity(const struct fwk_ring* ring) in fwk_ring_get_capacity()
603 …MOCK_fwk_ring_get_capacity_CALL_INSTANCE* cmock_call_instance, const struct fwk_ring* ring, int ri… in CMockExpectParameters_fwk_ring_get_capacity()
645 …_get_capacity_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* ring, size_t… in fwk_ring_get_capacity_CMockExpectAndReturn()
674 …city_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* ring, int ri… in fwk_ring_get_capacity_CMockExpectWithArrayAndReturn()
695 size_t fwk_ring_get_length(const struct fwk_ring* ring) in fwk_ring_get_length()
740 …(CMOCK_fwk_ring_get_length_CALL_INSTANCE* cmock_call_instance, const struct fwk_ring* ring, int ri… in CMockExpectParameters_fwk_ring_get_length()
782 …ng_get_length_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* ring, size_t… in fwk_ring_get_length_CMockExpectAndReturn()
811 …ngth_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* ring, int ri… in fwk_ring_get_length_CMockExpectWithArrayAndReturn()
832 size_t fwk_ring_get_free(const struct fwk_ring* ring) in fwk_ring_get_free()
877 …ee(CMOCK_fwk_ring_get_free_CALL_INSTANCE* cmock_call_instance, const struct fwk_ring* ring, int ri… in CMockExpectParameters_fwk_ring_get_free()
919 void fwk_ring_get_free_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* ring in fwk_ring_get_free_CMockExpectAndReturn()
948 …free_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* ring, int ri… in fwk_ring_get_free_CMockExpectWithArrayAndReturn()
969 bool fwk_ring_is_full(const struct fwk_ring* ring) in fwk_ring_is_full()
1013 …ull(CMOCK_fwk_ring_is_full_CALL_INSTANCE* cmock_call_instance, const struct fwk_ring* ring, int ri… in CMockExpectParameters_fwk_ring_is_full()
1055 void fwk_ring_is_full_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* ring,… in fwk_ring_is_full_CMockExpectAndReturn()
1083 …full_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* ring, int ri… in fwk_ring_is_full_CMockExpectWithArrayAndReturn()
1104 bool fwk_ring_is_empty(const struct fwk_ring* ring) in fwk_ring_is_empty()
1148 …ty(CMOCK_fwk_ring_is_empty_CALL_INSTANCE* cmock_call_instance, const struct fwk_ring* ring, int ri… in CMockExpectParameters_fwk_ring_is_empty()
1190 void fwk_ring_is_empty_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* ring in fwk_ring_is_empty_CMockExpectAndReturn()
1218 …mpty_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* ring, int ri… in fwk_ring_is_empty_CMockExpectWithArrayAndReturn()
1239 size_t fwk_ring_pop(struct fwk_ring* ring, char* buffer, size_t buffer_size) in fwk_ring_pop()
1306 …k_ring_pop(CMOCK_fwk_ring_pop_CALL_INSTANCE* cmock_call_instance, struct fwk_ring* ring, int ring_… in CMockExpectParameters_fwk_ring_pop()
1355 void fwk_ring_pop_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, char* buf… in fwk_ring_pop_CMockExpectAndReturn()
1384 void fwk_ring_pop_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, … in fwk_ring_pop_CMockExpectWithArrayAndReturn()
1398 void fwk_ring_pop_CMockReturnMemThruPtr_ring(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, siz… in fwk_ring_pop_CMockReturnMemThruPtr_ring()
1437 size_t fwk_ring_peek(const struct fwk_ring* ring, char* buffer, size_t buffer_size) in fwk_ring_peek()
1498 …g_peek(CMOCK_fwk_ring_peek_CALL_INSTANCE* cmock_call_instance, const struct fwk_ring* ring, int ri… in CMockExpectParameters_fwk_ring_peek()
1546 void fwk_ring_peek_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* ring, ch… in fwk_ring_peek_CMockExpectAndReturn()
1575 …peek_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, const struct fwk_ring* ring, int ri… in fwk_ring_peek_CMockExpectWithArrayAndReturn()
1619 size_t fwk_ring_push(struct fwk_ring* ring, const char* buffer, size_t buffer_size) in fwk_ring_push()
1680 …ring_push(CMOCK_fwk_ring_push_CALL_INSTANCE* cmock_call_instance, struct fwk_ring* ring, int ring_… in CMockExpectParameters_fwk_ring_push()
1728 void fwk_ring_push_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, const ch… in fwk_ring_push_CMockExpectAndReturn()
1757 void fwk_ring_push_CMockExpectWithArrayAndReturn(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring,… in fwk_ring_push_CMockExpectWithArrayAndReturn()
1771 void fwk_ring_push_CMockReturnMemThruPtr_ring(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, si… in fwk_ring_push_CMockReturnMemThruPtr_ring()
1801 void fwk_ring_clear(struct fwk_ring* ring) in fwk_ring_clear()
1847 …ng_clear(CMOCK_fwk_ring_clear_CALL_INSTANCE* cmock_call_instance, struct fwk_ring* ring, int ring_… in CMockExpectParameters_fwk_ring_clear()
1878 void fwk_ring_clear_CMockExpect(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring) in fwk_ring_clear_CMockExpect()
1905 void fwk_ring_clear_CMockExpectWithArray(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, int rin… in fwk_ring_clear_CMockExpectWithArray()
1918 void fwk_ring_clear_CMockReturnMemThruPtr_ring(UNITY_LINE_TYPE cmock_line, struct fwk_ring* ring, s… in fwk_ring_clear_CMockReturnMemThruPtr_ring()