Searched defs:opt_length (Results 1 – 4 of 4) 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/jerryscript/jerry-main/ |
D | cli.c | 283 int opt_length = 2 + 1; in cli_opt_usage() local 325 int opt_length = (int) (2 + strlen (opt_p)); in cli_opt_usage() local
|
/third_party/libcoap/examples/ |
D | coap-client.c | 754 unsigned int opt_length; in set_blocksize() local
|