HomeSort by relevance Sort by last modified time
    Searched defs:contents_ (Results 1 - 12 of 12) sorted by null

  /external/google-breakpad/src/common/mac/
dump_syms.h 61 contents_(),
67 [contents_ release];
168 NSData *contents_; member in class:google_breakpad::DumpSymbols
  /system/update_engine/common/
action_pipe.h 61 const ObjectType& contents() const { return contents_; }
65 void set_contents(const ObjectType& contents) { contents_ = contents; }
81 ObjectType contents_; member in class:chromeos_update_engine::ActionPipe
  /external/google-breakpad/src/google_breakpad/processor/
microdump.h 95 // Fetch a little-endian value from ADDRESS in contents_ whose size
101 std::vector<uint8_t> contents_; member in class:google_breakpad::MicrodumpMemoryRegion
  /external/google-breakpad/src/common/
test_assembler.h 292 contents_.append(reinterpret_cast<const char *>(data), size);
296 contents_.append(data);
303 contents_.append(size, (char) byte);
326 contents_ += '\0';
333 contents_.append(data, 0, size);
355 Section &L8(uint8_t value) { contents_ += value; return *this; }
356 Section &B8(uint8_t value) { contents_ += value; return *this; }
357 Section &D8(uint8_t value) { contents_ += value; return *this; }
414 size_t Size() const { return contents_.size(); }
472 string contents_; member in class:google_breakpad::test_assembler::Section
    [all...]
  /external/google-breakpad/src/processor/
stackwalker_unittest_utils.h 61 contents_ = contents;
65 uint32_t GetSize() const { return contents_.size(); }
84 // Fetch a little-endian value from ADDRESS in contents_ whose size
89 address - base_address_ + sizeof(ValueType) > contents_.size())
95 v = (v << 8) | static_cast<unsigned char>(contents_[start + i]);
101 string contents_; member in class:MockMemoryRegion
  /external/webrtc/webrtc/p2p/base/
sessiondescription.h 90 contents_(contents) {}
93 contents_(contents),
98 contents_(contents),
102 for (ContentInfos::iterator content = contents_.begin();
103 content != contents_.end(); ++content) {
111 const ContentInfos& contents() const { return contents_; }
112 ContentInfos& contents() { return contents_; }
168 ContentInfos contents_; member in class:cricket::SessionDescription
  /frameworks/base/tools/aapt2/configuration/
ConfigurationParser.h 212 const std::string contents_; member in class:aapt::ConfigurationParser
  /toolchain/binutils/binutils-2.25/gold/
ehframe.h 170 contents_(reinterpret_cast<const char*>(contents), length)
180 contents_(reinterpret_cast<const char*>(contents), length)
190 { return this->contents_.length() + 8; }
246 std::string contents_; member in class:gold::Fde
278 contents_(reinterpret_cast<const char*>(contents), length)
292 contents_(cie.contents_)
354 std::string contents_; member in class:gold::Cie
powerpc.cc 4779 unsigned char *contents_; member in class:__anon115888::Output_data_save_res
    [all...]
  /art/compiler/utils/
assembler.h 108 return *reinterpret_cast<T*>(contents_ + position);
113 *reinterpret_cast<T*>(contents_ + position) = value;
120 cursor_ = contents_ + new_size;
127 memmove(contents_ + newposition, contents_ + oldposition, size);
160 CHECK_GE(cursor_, contents_);
161 return cursor_ - contents_;
164 uint8_t* contents() const { return contents_; }
238 int GetPosition() { return cursor_ - contents_; }
241 CHECK_GE(limit_, contents_);
256 uint8_t* contents_; member in class:art::AssemblerBuffer
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 6395 const string contents_; member in class:google::protobuf::descriptor_unittest::SingletonSourceTree
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 2120 private java.util.List<com.google.protobuf.ByteString> contents_ = field in class:GLProtoBuf.GLMessage.FrameBuffer
    [all...]

Completed in 1076 milliseconds