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

  /system/core/adb/
shell_service.h 80 size_t data_capacity() const { return buffer_end_ - data(); }
121 char* buffer_end_ = buffer_ + sizeof(buffer_); member in class:ShellProtocol
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 513 const uint8* buffer_end_; // pointer to the end of the buffer. member in class:google::protobuf::io::CodedInputStream
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 460 const uint8* buffer_end_; // pointer to the end of the buffer. member in class:google::protobuf::io::CodedInputStream
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 460 const uint8* buffer_end_; // pointer to the end of the buffer. member in class:google::protobuf::io::CodedInputStream
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 460 const uint8* buffer_end_; // pointer to the end of the buffer. member in class:google::protobuf::io::CodedInputStream
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 513 const uint8* buffer_end_; // pointer to the end of the buffer. member in class:google::protobuf::io::CodedInputStream
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 460 const uint8* buffer_end_; // pointer to the end of the buffer. member in class:google::protobuf::io::CodedInputStream
    [all...]
  /external/v8/src/parsing/
scanner.h 44 if (V8_LIKELY(buffer_cursor_ < buffer_end_)) {
62 // buffer_start_ .. buffer_end_ will be handles locally.
88 pos < (buffer_pos_ + (buffer_end_ - buffer_start_)))) {
101 buffer_end_(buffer_end),
111 new_pos >= buffer_pos_ + (buffer_end_ - buffer_start_));
122 DCHECK_EQ(success, buffer_cursor_ < buffer_end_);
123 DCHECK_EQ(success, buffer_start_ < buffer_end_);
137 // buffer_end_ to cover the full chunk, and then buffer_cursor_ would
144 const uint16_t* buffer_end_; member in class:v8::internal::Utf16CharacterStream
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.h 209 : abbrev_shndx_(0), abbrev_offset_(0), buffer_(NULL), buffer_end_(NULL),
281 const unsigned char* buffer_end_; member in class:gold::Dwarf_abbrev_table
401 : dwinfo_(dwinfo), buffer_(NULL), buffer_end_(NULL), owns_buffer_(false),
444 const unsigned char* buffer_end_; member in class:gold::Dwarf_pubnames_table
701 buffer_(NULL), buffer_end_(NULL), cu_offset_(0), cu_length_(0),
889 const unsigned char* buffer_end_; member in class:gold::Dwarf_info_reader
1091 const unsigned char* buffer_end_; member in class:gold::Sized_dwarf_line_info
    [all...]

Completed in 3014 milliseconds