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

  /external/v8/src/
counters.h 127 int* loc = GetPtr();
133 int* loc = GetPtr();
138 int* loc = GetPtr();
145 int* loc = GetPtr();
150 int* loc = GetPtr();
157 return GetPtr() != NULL;
164 int* loc = GetPtr();
171 int* GetPtr() {
  /external/chromium_org/v8/src/
counters.h 124 int* loc = GetPtr();
130 int* loc = GetPtr();
135 int* loc = GetPtr();
142 int* loc = GetPtr();
147 int* loc = GetPtr();
154 return GetPtr() != NULL;
161 int* loc = GetPtr();
168 int* GetPtr() {
  /external/chromium/base/metrics/
stats_counters.cc 24 int* loc = GetPtr();
30 int* loc = GetPtr();
39 int* StatsCounter::GetPtr() {
stats_counters.h 106 return GetPtr() != NULL;
110 int* loc = GetPtr();
119 int* GetPtr();
stats_table_unittest.cc 243 int* Pointer() { return GetPtr(); }
  /external/chromium_org/base/metrics/
stats_counters.cc 24 int* loc = GetPtr();
30 int* loc = GetPtr();
39 int* StatsCounter::GetPtr() {
stats_counters.h 106 return GetPtr() != NULL;
110 int* loc = GetPtr();
119 int* GetPtr();
stats_table_unittest.cc 252 int* Pointer() { return GetPtr(); }
  /external/chromium_org/net/tools/balsa/
balsa_headers_test.cc 70 StringPiece(buffer_->GetPtr(1), buffer_->bytes_used(1)));
90 ASSERT_EQ("aacccc", StringPiece(buffer_->GetPtr(1), buffer_->bytes_used(1)));
91 ASSERT_EQ(sp2, StringPiece(buffer_->GetPtr(2), buffer_->bytes_used(2)));
105 StringPiece(buffer_->GetPtr(0), buffer_->bytes_used(0)));
119 ASSERT_EQ(sp1, StringPiece(buffer_->GetPtr(1), buffer_->bytes_used(1)));
120 ASSERT_EQ(sp2, StringPiece(buffer_->GetPtr(0), buffer_->bytes_used(0)));
141 StringPiece(anotherBuffer_->GetPtr(1),
155 ASSERT_EQ("hello", StringPiece(buffer_->GetPtr(1), buffer_->bytes_used(1)));
157 StringPiece(anotherBuffer_->GetPtr(1),
balsa_headers_token_utils.cc 17 const char* stream_begin = headers.GetPtr(header_line.buffer_base_idx);
60 const char* stream_begin = headers->GetPtr(header_line->buffer_base_idx);
balsa_headers.h 104 const char* GetPtr(Blocks::size_type block_idx) const {
110 char* GetPtr(Blocks::size_type block_idx) {
396 const char* stream_begin = headers_->GetPtr(line.buffer_base_idx);
780 const char* stream_begin = GetPtr(firstline_buffer_base_idx_);
789 const char* line_ptr = GetPtr(line.buffer_base_idx);
    [all...]
balsa_headers.cc 387 size_t base_idx = storage - GetPtr(block_buffer_idx);
415 base::StringPiece old_value(GetPtr(d->buffer_base_idx) + d->value_begin_idx,
422 size_t base_idx = storage - GetPtr(block_buffer_idx);
531 return base::StringPiece(GetPtr(line.buffer_base_idx) + line.value_begin_idx,
608 if (strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
628 if (strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
651 if (strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
713 if (!strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
780 whitespace_1_idx_ = new_line.data() - GetPtr(firstline_buffer_base_idx_);
878 whitespace_1_idx_ = storage - GetPtr(firstline_buffer_base_idx_)
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers_token_utils.cc 17 const char* stream_begin = headers.GetPtr(header_line.buffer_base_idx);
60 const char* stream_begin = headers->GetPtr(header_line->buffer_base_idx);
balsa_headers.h 104 const char* GetPtr(Blocks::size_type block_idx) const {
110 char* GetPtr(Blocks::size_type block_idx) {
400 const char* stream_begin = headers_->GetPtr(line.buffer_base_idx);
788 const char* stream_begin = GetPtr(firstline_buffer_base_idx_);
797 const char* line_ptr = GetPtr(line.buffer_base_idx);
    [all...]
balsa_headers.cc 355 size_t base_idx = storage - GetPtr(block_buffer_idx);
383 base::StringPiece old_value(GetPtr(d->buffer_base_idx) + d->value_begin_idx,
390 size_t base_idx = storage - GetPtr(block_buffer_idx);
499 return base::StringPiece(GetPtr(line.buffer_base_idx) + line.value_begin_idx,
576 if (strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
596 if (strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
619 if (strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
681 if (!strncasecmp(GetPtr(line.buffer_base_idx) + line.first_char_idx,
748 whitespace_1_idx_ = new_line.data() - GetPtr(firstline_buffer_base_idx_);
846 whitespace_1_idx_ = storage - GetPtr(firstline_buffer_base_idx_)
    [all...]
  /external/chromium_org/content/common/android/linker/
linker_jni.cc 87 crazy_library_t** GetPtr() { return &lib_; }
259 if (!crazy_library_open(library.GetPtr(), lib_name.c_str(), context)) {
300 if (!crazy_library_find_by_name(lib_name.c_str(), library.GetPtr())) {
340 if (!crazy_library_find_by_name(lib_name.c_str(), library.GetPtr())) {

Completed in 442 milliseconds