Searched defs:Reader (Results 1 - 25 of 54) sorted by relevance

123

/external/clang/lib/Frontend/
H A DTestModuleFileExtension.cpp45 TestModuleFileExtension::Reader::Reader(ModuleFileExtension *Ext, function in class:TestModuleFileExtension::Reader
77 TestModuleFileExtension::Reader::~Reader() { }
106 ASTReader &Reader, serialization::ModuleFile &Mod,
112 Reader.getDiags().Report(Mod.ImportLoc,
120 new TestModuleFileExtension::Reader(this, Stream));
104 createExtensionReader( const ModuleFileExtensionMetadata &Metadata, ASTReader &Reader, serialization::ModuleFile &Mod, const llvm::BitstreamCursor &Stream) argument
H A DTestModuleFileExtension.h37 class Reader : public ModuleFileExtensionReader { class in class:clang::TestModuleFileExtension
41 ~Reader() override;
43 Reader(ModuleFileExtension *Ext, const llvm::BitstreamCursor &InStream);
66 ASTReader &Reader, serialization::ModuleFile &Mod,
H A DChainedIncludesSource.cpp82 std::unique_ptr<ASTReader> Reader; local
83 Reader.reset(new ASTReader(PP, CI.getASTContext(),
89 Reader->addInMemoryBuffer(sr, std::move(MemBufs[ti]));
91 Reader->setDeserializationListener(deserialListener);
92 switch (Reader->ReadAST(pchFile, serialization::MK_PCH, SourceLocation(),
96 PP.setPredefines(Reader->getSuggestedPredefines());
97 return Reader.release();
116 CompilerInstance &CI, IntrusiveRefCntPtr<ExternalSemaSource> &Reader) {
189 IntrusiveRefCntPtr<ASTReader> Reader; local
190 Reader
115 createChainedIncludesSource( CompilerInstance &CI, IntrusiveRefCntPtr<ExternalSemaSource> &Reader) argument
[all...]
H A DMultiplexConsumer.cpp33 void ReaderInitialized(ASTReader *Reader) override;
54 ASTReader *Reader) {
56 Listeners[i]->ReaderInitialized(Reader);
53 ReaderInitialized( ASTReader *Reader) argument
/external/google-breakpad/src/common/dwarf/
H A Dbytereader_unittest.cc58 class Reader: public ReaderFixture, public Test { }; class in inherits:ReaderFixture,Test
61 TEST_F(Reader, SimpleConstructor) {
89 TEST_F(Reader, ValidEncodings) {
386 TEST_F(Reader, DW_EH_PE_absptr4) {
396 TEST_F(Reader, DW_EH_PE_absptr8) {
408 TEST_F(Reader, DW_EH_PE_uleb128) {
418 TEST_F(Reader, DW_EH_PE_udata2) {
428 TEST_F(Reader, DW_EH_PE_udata4) {
438 TEST_F(Reader, DW_EH_PE_udata8Addr8) {
450 TEST_F(Reader, DW_EH_PE_udata8Addr
[all...]
/external/llvm/lib/ProfileData/
H A DInstrProfReader.cpp30 static Error initializeReader(InstrProfReader &Reader) { argument
31 return Reader.readHeader();
98 if (auto E = Reader->readNextRecord(Record)) {
H A DSampleProfReader.cpp753 /// \param Reader The reader to instantiate according to \p Filename's format.
770 /// \param Reader The reader to instantiate according to \p Filename's format.
777 std::unique_ptr<SampleProfileReader> Reader; local
779 Reader.reset(new SampleProfileReaderBinary(std::move(B), C));
781 Reader.reset(new SampleProfileReaderGCC(std::move(B), C));
783 Reader.reset(new SampleProfileReaderText(std::move(B), C));
787 if (std::error_code EC = Reader->readHeader())
790 return std::move(Reader);
/external/caliper/caliper/src/main/java/com/google/caliper/bridge/
H A DOpenedSocket.java60 return new OpenedSocket(new Reader(input), new Writer(output));
63 private final Reader reader;
66 private OpenedSocket(Reader reader,
72 public Reader reader() {
81 public static final class Reader implements Closeable { class in class:OpenedSocket
84 Reader(ObjectInputStream is) { method in class:OpenedSocket.Reader
/external/clang/include/clang/Frontend/
H A DPCHContainerOperations.h91 /// A registry of PCHContainerWriter and -Reader objects for different formats.
102 void registerReader(std::unique_ptr<PCHContainerReader> Reader) { argument
103 Readers[Reader->getFormat()] = std::move(Reader);
H A DCompilerInstance.h506 void setModuleManager(IntrusiveRefCntPtr<ASTReader> Reader);
535 auto *Reader = ThePCHContainerOperations->getReaderOrNull(Format); local
536 if (!Reader) {
541 return *Reader;
/external/clang/include/clang/Serialization/
H A DASTDeserializationListener.h35 virtual void ReaderInitialized(ASTReader *Reader) { } argument
/external/llvm/unittests/Bitcode/
H A DBitReaderTest.cpp114 auto Reader = llvm::make_unique<BitstreamReader>(std::move(OwnedBytes)); local
116 Cursor.init(Reader.get());
/external/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp49 std::unique_ptr<SampleProfileReader> Reader; member in struct:__anon15030::SampleProfTest
52 : Data(), OS(new raw_string_ostream(Data)), Writer(), Reader() {}
63 Reader = std::move(ReaderOrErr.get());
100 EC = Reader->read();
103 StringMap<FunctionSamples> &ReadProfiles = Reader->getProfiles();
142 ProfileSummary &Summary = Reader->getSummary();
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_worker_service_impl.h46 typedef ::grpc::tensorflow_helper::GrpcBufferReader Reader; typedef in class:tensorflow::GrpcByteSource
50 stream_ = new (&space_) Reader(buffer_);
57 stream_->~Reader();
62 Reader* stream_ = nullptr; // Points into space_ if non-nullptr
63 char space_[sizeof(Reader)];
/external/clang/lib/Serialization/
H A DASTReaderInternals.h1 //===--- ASTReaderInternals.h - AST Reader Internals ------------*- C++ -*-===//
42 ASTReader &Reader; member in class:clang::serialization::reader::ASTDeclContextNameLookupTrait
82 explicit ASTDeclContextNameLookupTrait(ASTReader &Reader, ModuleFile &F) argument
83 : Reader(Reader), F(F) { }
166 ASTReader &Reader; member in class:clang::serialization::reader::ASTIdentifierLookupTrait
177 ASTIdentifierLookupTrait(ASTReader &Reader, ModuleFile &F, argument
179 : Reader(Reader), F(F), KnownII(II) { }
187 ASTReader &getReader() const { return Reader; }
198 ASTReader &Reader; member in class:clang::serialization::reader::ASTSelectorLookupTrait
217 ASTSelectorLookupTrait(ASTReader &Reader, ModuleFile &F) argument
251 ASTReader &Reader; member in class:clang::serialization::reader::HeaderFileInfoTrait
271 HeaderFileInfoTrait(ASTReader &Reader, ModuleFile &M, HeaderSearch *HS, const char *FrameworkStrings) argument
[all...]
/external/jsoncpp/include/json/
H A Dreader.h31 class JSON_API Reader { class in namespace:Json
48 /** \brief Constructs a Reader allowing all features
51 Reader();
53 /** \brief Constructs a Reader allowing the specified feature set
56 Reader(const Features& features);
/external/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h45 CoverageMappingReader *Reader; member in class:llvm::coverage::CoverageMappingIterator
51 CoverageMappingIterator() : Reader(nullptr) {}
52 CoverageMappingIterator(CoverageMappingReader *Reader) : Reader(Reader) { argument
61 return Reader == RHS.Reader;
64 return Reader != RHS.Reader;
91 /// \brief Reader fo
[all...]
/external/llvm/lib/DebugInfo/PDB/Raw/
H A DDbiStream.cpp70 StreamReader &Reader) {
71 if (Reader.bytesRemaining() % sizeof(ContribType) != 0)
76 uint32_t Count = Reader.bytesRemaining() / sizeof(ContribType);
77 if (auto EC = Reader.readArray(Output, Count))
90 StreamReader Reader(*Stream);
95 if (auto EC = Reader.readObject(Header))
148 if (auto EC = Reader.readArray(ModInfoArray, Header->ModiSubstreamSize))
154 if (auto EC = Reader.readStreamRef(SecContrSubstream,
157 if (auto EC = Reader.readStreamRef(SecMapSubstream, Header->SectionMapSize))
159 if (auto EC = Reader
69 loadSectionContribs(FixedStreamArray<ContribType> &Output, StreamReader &Reader) argument
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DHpack.java114 static final class Reader { class in class:Hpack
128 Reader(int headerTableSizeSetting, Source source) { method in class:Hpack.Reader
H A DSpdy3.java99 return new Reader(source, client);
107 static final class Reader implements FrameReader { class in class:Spdy3
112 Reader(BufferedSource source, boolean client) { method in class:Spdy3.Reader
/external/google-breakpad/src/common/mac/
H A Dmacho_reader.h158 // The ByteBuffers below point into the bytes passed to the Reader that
195 // Reader that created this Section.
229 class Reader { class in namespace:google_breakpad::mach_o
326 // When called from LoadCommandIterator::Handle or Reader::Handle,
360 explicit Reader(Reporter *reporter) function in class:google_breakpad::mach_o::Reader
367 // At most one of these functions should be invoked once on each Reader
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp49 // Implementation of class Reader
52 static inline bool in(Reader::Char c,
53 Reader::Char c1,
54 Reader::Char c2,
55 Reader::Char c3,
56 Reader::Char c4) {
60 static inline bool in(Reader::Char c,
61 Reader::Char c1,
62 Reader::Char c2,
63 Reader
79 Reader::Reader() function in class:Json::Reader
84 Reader::Reader(const Features& features) function in class:Json::Reader
[all...]
/external/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h35 InstrProfReader *Reader; member in class:llvm::InstrProfIterator
40 InstrProfIterator() : Reader(nullptr) {}
41 InstrProfIterator(InstrProfReader *Reader) : Reader(Reader) { Increment(); } argument
44 bool operator==(const InstrProfIterator &RHS) { return Reader == RHS.Reader; }
45 bool operator!=(const InstrProfIterator &RHS) { return Reader != RHS.Reader; }
114 /// Reader fo
[all...]
/external/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp422 static bool decodeMetadataStringsBlob(BitstreamReader &Reader, StringRef Indent, argument
436 SimpleBitstreamCursor R(Reader);
462 static bool decodeBlob(unsigned Code, unsigned BlockID, BitstreamReader &Reader, argument
470 return decodeMetadataStringsBlob(Reader, Indent, Record, Blob);
/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp141 auto Reader = std::move(ReaderOrErr.get()); local
142 bool IsIRProfile = Reader->isIRLevelProfile();
146 for (auto &I : *Reader) {
155 if (Reader->hasError())
156 exitWithError(Reader->getError(), Input.Filename);
191 const auto Reader = Readers.back().get(); local
192 if (std::error_code EC = Reader->read())
195 StringMap<FunctionSamples> &Profiles = Reader->getProfiles();
340 auto Reader = std::move(ReaderOrErr.get()); local
341 bool IsIRInstr = Reader
452 auto Reader = std::move(ReaderOrErr.get()); local
[all...]

Completed in 1548 milliseconds

123