Home
last modified time | relevance | path

Searched refs:byte_object (Results 1 – 6 of 6) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dtree.h89 typedef struct byte_object struct
95 *byte_object; typedef
164 byte_object boVal;
352 byte_object boval)
H A Dlex.c144 static byte_object scan_large_integer (mst_Boolean negative,
845 byte_object bo = scan_large_integer (isNegative, base); in scan_number()
1090 byte_object
1097 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;
H A Dtree.c302 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()
H A Dgst-parse.h91 byte_object boval;
H A Dcomp.c2147 byte_object bo; in _gst_make_constant_oop()
/dports/devel/msgpack/msgpack-c-cpp-3.3.0/test/
H A Dmsgpack_cpp17.cpp249 TEST(MSGPACK_CPP17, byte_object) in TEST() argument