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

  /external/google-breakpad/src/processor/
binarystream.cc 37 #include "processor/binarystream.h"
42 binarystream &binarystream::operator>>(string &str) {
58 binarystream &binarystream::operator>>(uint8_t &u8) {
63 binarystream &binarystream::operator>>(uint16_t &u16) {
71 binarystream &binarystream::operator>>(uint32_t &u32) {
79 binarystream &binarystream::operator>>(uint64_t &u64)
    [all...]
binarystream.h 30 // binarystream implements part of the std::iostream interface as a
47 class binarystream { class in namespace:google_breakpad
49 explicit binarystream(ios_base::openmode which = ios_base::out|ios_base::in) function in class:google_breakpad::binarystream
51 explicit binarystream(const string &str, function in class:google_breakpad::binarystream
54 explicit binarystream(const char *str, size_t size, function in class:google_breakpad::binarystream
58 binarystream &operator>>(string &str);
59 binarystream &operator>>(uint8_t &u8);
60 binarystream &operator>>(uint16_t &u16);
61 binarystream &operator>>(uint32_t &u32);
62 binarystream &operator>>(uint64_t &u64)
    [all...]
binarystream_unittest.cc 36 #include "processor/binarystream.h"
41 using google_breakpad::binarystream;
46 binarystream stream;
315 binarystream stream2;
328 binarystream stream2;
344 binarystream stream;
386 binarystream stream(data);
398 binarystream stream(data, 5);
417 binarystream stream(&data[0], data.size());
  /external/google-breakpad/
Makefile.am 192 src/processor/binarystream.h \
193 src/processor/binarystream.cc \
641 src/processor/binarystream.o \
    [all...]

Completed in 86 milliseconds