Searched defs:opt_start (Results 1 – 3 of 3) sorted by relevance
| /third_party/protobuf/js/binary/ |
| D | decoder.js | 65 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
|
| D | reader.js | 67 jspb.BinaryReader = function(opt_bytes, opt_start, opt_length) { argument 124 function(opt_bytes, opt_start, opt_length) { argument
|
| /third_party/libcoap/src/ |
| D | coap_option.c | 43 const coap_opt_t *opt_start = opt; /* store where parsing starts */ in coap_opt_parse() local
|