OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BinaryReader
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/js/binary/
reader.js
35
* jspb's
BinaryReader
class wraps the BinaryDecoder class to add methods
47
goog.provide('jspb.
BinaryReader
');
56
*
BinaryReader
implements the decoders for all the wire types specified in
66
jspb.
BinaryReader
= function(opt_bytes, opt_start, opt_length) {
100
* @private {Object.<string, function(!jspb.
BinaryReader
):*>}
107
* Global pool of
BinaryReader
instances.
108
* @private {!Array.<!jspb.
BinaryReader
>}
110
jspb.
BinaryReader
.instanceCache_ = [];
120
* @return {!jspb.
BinaryReader
}
122
jspb.
BinaryReader
.alloc
[
all
...]
/external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py
87
class
BinaryReader
:
258
f =
BinaryReader
(path)
325
f =
BinaryReader
(path)
366
f =
BinaryReader
(filename)
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/
relocs.py
87
class
BinaryReader
:
258
f =
BinaryReader
(path)
325
f =
BinaryReader
(path)
366
f =
BinaryReader
(filename)
[
all
...]
Completed in 200 milliseconds