Searched refs:InStream (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | 2010-04-01-MachineCSEBug.ll | 7 %struct.InStream = type { %struct.Buffer, %0, %1, i32*, %struct.InStreamMethods* } 8 …s = type { void (%struct.InStream*, i8*, i32)*, void (%struct.InStream*, i64)*, i64 (%struct.InStr… 10 define i64 @t(%struct.InStream* %is) nounwind optsize ssp {
|
/external/webrtc/src/ |
D | common_types.h | 30 class InStream 35 virtual ~InStream() {} in ~InStream() 37 InStream() {} in InStream() function
|
/external/libxml2/ |
D | trio.c | 687 void (*InStream) TRIO_PROTO((struct _trio_class_t *, int *)); member 5119 self->InStream(self, &ch); 5437 assert(VALID(self->InStream)); 5459 self->InStream(self, NULL); 5463 self->InStream(self, NULL); 5480 self->InStream(self, NULL); 5486 self->InStream(self, NULL); 5491 self->InStream(self, NULL); 5521 self->InStream(self, NULL); 5535 self->InStream(self, NULL); [all …]
|
/external/webrtc/src/system_wrappers/interface/ |
D | file_wrapper.h | 24 class FileWrapper : public InStream, public OutStream
|