HomeSort by relevance Sort by last modified time
    Searched refs:opt_next (Results 1 - 2 of 2) sorted by null

  /external/protobuf/js/binary/
decoder.js 59 * opt_next The decoder method to use for next().
64 jspb.BinaryIterator = function(opt_decoder, opt_next, opt_elements) {
86 this.init_(opt_decoder, opt_next, opt_elements);
93 * opt_next The decoder method to use for next().
98 function(opt_decoder, opt_next, opt_elements) {
99 if (opt_decoder && opt_next) {
101 this.nextMethod_ = opt_next;
124 * opt_next The decoder method to use for next().
128 jspb.BinaryIterator.alloc = function(opt_decoder, opt_next, opt_elements) {
131 iterator.init_(opt_decoder, opt_next, opt_elements)
    [all...]
  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 120 UBool opt_next = FALSE; variable
152 {"-next", OptSpec::FLAG, &opt_next},
756 if(opt_next) {

Completed in 873 milliseconds