Searched refs:byte_object (Results 1 – 6 of 6) sorted by relevance
89 typedef struct byte_object struct95 *byte_object; typedef164 byte_object boVal;352 byte_object boval)
144 static byte_object scan_large_integer (mst_Boolean negative,845 byte_object bo = scan_large_integer (isNegative, base); in scan_number()1090 byte_object1097 byte_object bo; in scan_large_integer()1105 obstack_blank (_gst_compilation_obstack, sizeof (struct byte_object)); in scan_large_integer()1106 bo = (byte_object) obstack_finish (_gst_compilation_obstack); in scan_large_integer()1344 byte_object bo = yylval->boval;
302 byte_object boval) in _gst_make_byte_object_constant()414 byte_object bo; in _gst_make_byte_array_constant()420 bo = (byte_object) obstack_alloc (_gst_compilation_obstack, in _gst_make_byte_array_constant()421 sizeof (struct byte_object) + len); in _gst_make_byte_array_constant()
91 byte_object boval;
2147 byte_object bo; in _gst_make_constant_oop()
249 TEST(MSGPACK_CPP17, byte_object) in TEST() argument