From 26d98ca94f2f049e8767b4a9a33d185a3d7ea0fd Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Thu, 24 Oct 2013 12:43:19 -0700 Subject: Merge from Google-internal development: - rewritten decoder; interpreted decoder is bytecode-based, JIT decoder no longer falls back to the interpreter. - C++ improvements: C++11-compatible iterators, upb::reffed_ptr for RAII refcounting, better upcast/downcast support. - removed the gross upb_value abstraction from public upb.h. --- upb/bytestream.upb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upb/bytestream.upb.h') diff --git a/upb/bytestream.upb.h b/upb/bytestream.upb.h index 0c6969b..9e18579 100644 --- a/upb/bytestream.upb.h +++ b/upb/bytestream.upb.h @@ -27,8 +27,8 @@ extern const upb_enumdef upb_bytestream_enums[0]; // Selector definitions. #define UPB_BYTESTREAM_BYTES_ENDSTR 4 -#define UPB_BYTESTREAM_BYTES_STRING 2 #define UPB_BYTESTREAM_BYTES_STARTSTR 3 +#define UPB_BYTESTREAM_BYTES_STRING 2 #ifdef __cplusplus }; // extern "C" -- cgit v1.2.3