Searched refs:binary3 (Results 1 – 2 of 2) sorted by relevance
138 unsigned char *binary3 = (unsigned char*)malloc(binary3Size); in test_binary_create() local139 buffers[ 0 ] = binary3; in test_binary_create()146 free(binary3); in test_binary_create()
154 local binary3 = upb.encode(msg)155 assert_not_equal(binary1, binary3)