Home
last modified time | relevance | path

Searched defs:opt_start (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/js/binary/
Ddecoder.js65 jspb.BinaryDecoder = function(opt_bytes, opt_start, opt_length) { argument
118 jspb.BinaryDecoder.alloc = function(opt_bytes, opt_start, opt_length) { argument
181 function(data, opt_start, opt_length) { argument
Dreader.js67 jspb.BinaryReader = function(opt_bytes, opt_start, opt_length) { argument
124 function(opt_bytes, opt_start, opt_length) { argument
/third_party/libcoap/src/
Doption.c39 const coap_opt_t *opt_start = opt; /* store where parsing starts */ in coap_opt_parse() local