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

  /external/grpc-grpc/src/core/lib/gprpp/
orphanable.h 92 InternallyRefCounted() { gpr_ref_init(&refs_, 1); }
101 if (gpr_unref(&refs_)) {
107 void IncrementRefCount() { gpr_ref(&refs_); }
109 gpr_refcount refs_; member in class:grpc_core::InternallyRefCounted
141 gpr_ref_init(&refs_, 1);
159 gpr_atm old_refs = gpr_atm_no_barrier_load(&refs_.count);
173 if (gpr_unref(&refs_)) {
180 gpr_atm old_refs = gpr_atm_no_barrier_load(&refs_.count);
189 void IncrementRefCount() { gpr_ref(&refs_); }
192 gpr_refcount refs_; member in class:grpc_core::InternallyRefCountedWithTracing
    [all...]
ref_counted.h 56 if (gpr_unref(&refs_)) {
70 RefCounted() { gpr_ref_init(&refs_, 1); }
79 void IncrementRefCount() { gpr_ref(&refs_); }
81 gpr_refcount refs_; member in class:grpc_core::RefCounted
101 gpr_atm old_refs = gpr_atm_no_barrier_load(&refs_.count);
115 if (gpr_unref(&refs_)) {
122 gpr_atm old_refs = gpr_atm_no_barrier_load(&refs_.count);
144 gpr_ref_init(&refs_, 1);
159 void IncrementRefCount() { gpr_ref(&refs_); }
162 gpr_refcount refs_; member in class:grpc_core::RefCountedWithTracing
    [all...]
  /external/v8/src/
external-reference-table.h 46 Address address(uint32_t i) { return refs_[i].address; }
47 const char* name(uint32_t i) { return refs_[i].name; }
98 ExternalReferenceEntry refs_[kSize]; member in class:v8::internal::ExternalReferenceTable
external-reference-table.cc 59 refs_[(*index)++] = {address, name};
  /external/grpc-grpc/src/cpp/common/
alarm.cc 40 gpr_ref_init(&refs_, 1);
99 void Ref() { gpr_ref(&refs_); }
101 if (gpr_unref(&refs_)) {
107 gpr_refcount refs_; member in class:grpc::internal::AlarmImpl
  /external/grpc-grpc/src/cpp/server/
server_context.cc 46 refs_(2),
78 int refs_; member in class:grpc::final
85 if (--refs_ == 0) {
109 if (--refs_ == 0) {
  /external/webp/src/enc/
vp8li_enc.h 74 struct VP8LBackwardRefs refs_[3]; // Backward Refs array for temporaries. member in struct:__anon49474
backward_references_enc.h 173 PixOrCopyBlock* refs_; // list of currently used blocks member in struct:VP8LBackwardRefs
vp8l_enc.c 443 for (i = 0; i < 3; ++i) VP8LBackwardRefsInit(&enc->refs_[i], refs_block_size);
    [all...]
backward_references_enc.c 90 refs->free_blocks_ = refs->refs_;
91 refs->tail_ = &refs->refs_;
93 refs->refs_ = NULL;
109 refs->tail_ = &refs->refs_;
116 c.cur_block_ = refs->refs_;
117 if (refs->refs_ != NULL) {
    [all...]
  /external/perfetto/src/trace_processor/
trace_storage.h 297 refs_.emplace_back(ref);
318 const std::deque<int64_t>& refs() const { return refs_; }
331 std::deque<int64_t> refs_; member in class:perfetto::trace_processor::TraceStorage::NestableSlices
361 refs_.emplace_back(ref);
371 const std::deque<int64_t>& refs() const { return refs_; }
377 std::deque<int64_t> refs_; member in class:perfetto::trace_processor::TraceStorage::CounterDefinitions
481 refs_.emplace_back(ref);
487 void set_ref(uint32_t row, int64_t ref) { refs_[row] = ref; }
499 const std::deque<int64_t>& refs() const { return refs_; }
509 std::deque<int64_t> refs_; member in class:perfetto::trace_processor::TraceStorage::Instants
    [all...]
  /external/v8/src/compiler/
js-heap-broker.cc 558 refs_(zone),
665 auto it = refs_.find(object.address());
666 return it != refs_.end() ? it->second : nullptr;
689 CHECK(refs_.insert({object.address(), data}).second);
    [all...]
js-heap-broker.h 482 ZoneUnorderedMap<Address, ObjectData*> refs_; member in class:v8::internal::compiler::HeapObjectType::JSHeapBroker
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
internal.h 254 gpr_refcount refs_; member in class:grpc_core::Chttp2IncomingByteStream
chttp2_transport.cc     [all...]

Completed in 434 milliseconds