OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DELIMITED
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/js/binary/
constants.js
207
DELIMITED
: 2,
243
return wireTypes.
DELIMITED
;
reader.js
290
nextWireType != jspb.BinaryConstants.WireType.
DELIMITED
&&
345
* Skips over the next
delimited
field in the binary stream.
348
if (this.nextWireType_ != jspb.BinaryConstants.WireType.
DELIMITED
) {
428
case jspb.BinaryConstants.WireType.
DELIMITED
:
537
this.nextWireType_ == jspb.BinaryConstants.WireType.
DELIMITED
);
584
* Return a decoder that wraps the current
delimited
field.
589
this.nextWireType_ == jspb.BinaryConstants.WireType.
DELIMITED
);
862
this.nextWireType_ == jspb.BinaryConstants.WireType.
DELIMITED
);
876
this.nextWireType_ == jspb.BinaryConstants.WireType.
DELIMITED
);
918
this.nextWireType_ == jspb.BinaryConstants.WireType.
DELIMITED
);
[
all
...]
writer.js
133
this.writeFieldHeader_(field, jspb.BinaryConstants.WireType.
DELIMITED
);
712
this.writeFieldHeader_(field, jspb.BinaryConstants.WireType.
DELIMITED
);
[
all
...]
utils.js
849
* Counts the number of contiguous
delimited
fields with the given field number
860
var tag = field * 8 + jspb.BinaryConstants.WireType.
DELIMITED
;
Completed in 210 milliseconds