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

  /frameworks/compile/mclinker/lib/LD/
BinaryReader.cpp 1 //===- BinaryReader.cpp ---------------------------------------------------===//
9 #include "mcld/LD/BinaryReader.h"
14 // BinaryReader
16 BinaryReader::~BinaryReader() {
GroupReader.cpp 13 #include "mcld/LD/BinaryReader.h"
26 BinaryReader& pBinaryReader)
  /frameworks/compile/mclinker/include/mcld/LD/
BinaryReader.h 1 //===- BinaryReader.h -----------------------------------------------------===//
17 /** \class BinaryReader
18 * \brief BinaryReader provides an common interface for different Binary
21 class BinaryReader : public LDReader {
23 virtual ~BinaryReader() = 0;
GroupReader.h 17 class BinaryReader;
35 BinaryReader& pBinaryReader);
61 BinaryReader& m_BinaryReader;
ELFBinaryReader.h 12 #include "mcld/LD/BinaryReader.h"
23 class ELFBinaryReader : public BinaryReader {
  /external/protobuf/js/commonjs/
export.js 9 goog.require('jspb.BinaryReader');
15 exports.BinaryReader = jspb.BinaryReader;
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h 16 class BinaryReader;
139 const BinaryReader* getBinaryReader() const { return m_pBinaryReader; }
140 BinaryReader* getBinaryReader() { return m_pBinaryReader; }
177 BinaryReader* m_pBinaryReader;
  /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...]
constants.js 33 * jspb.BinaryReader and BinaryWriter.
136 * A reader function initializes a message using data from a BinaryReader.
137 * @typedef {function(!jspb.BinaryMessage, !jspb.BinaryReader):void}
utils.js 32 * @fileoverview This file contains helper code used by jspb.BinaryReader
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 23 class BinaryReader;
76 virtual BinaryReader* createBinaryReader(IRBuilder&) = 0;
  /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...]
  /prebuilts/misc/common/android-support-test/espresso/
espresso_core_release_no_deps.jar 
  /external/protobuf/js/
message.js 77 * appropriate methods on BinaryReader/BinaryWriter to read/write the value of
    [all...]

Completed in 397 milliseconds