Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dencode_decode.c55 size_t* hd_ofs = ALLOC(size_t); in newhandlerdata() local
56 *hd_ofs = ofs; in newhandlerdata()
57 upb_handlers_addcleanup(h, hd_ofs, xfree); in newhandlerdata()
58 return hd_ofs; in newhandlerdata()