Home
last modified time | relevance | path

Searched defs:opt_length (Results 1 – 4 of 4) 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/jerryscript/jerry-main/
Dcli.c283 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/
Dcoap-client.c754 unsigned int opt_length; in set_blocksize() local