Searched refs:accessor_ (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
H A D | reflection.h | 74 bool empty() const { return accessor_->IsEmpty(data_); } in empty() 75 int size() const { return accessor_->Size(data_); } in size() 76 T Get(int index) const { return accessor_->template Get<T>(data_, index); } in Get() 86 iterator begin() const { return iterator(data_, accessor_, true); } in begin() 87 iterator end() const { return iterator(data_, accessor_, false); } in end() 96 accessor_ = reflection->RepeatedFieldAccessor(field); in RepeatedFieldRef() 100 const AccessorType* accessor_; member in google::protobuf::RepeatedFieldRef 110 bool empty() const { return accessor_->IsEmpty(data_); } in empty() 111 int size() const { return accessor_->Size(data_); } in size() 112 T Get(int index) const { return accessor_ in size() 151 const AccessorType* accessor_; global() member in google::protobuf::MutableRepeatedFieldRef 210 const AccessorType* accessor_; global() member in google::protobuf::RepeatedFieldRef 271 const AccessorType* accessor_; global() member in google::protobuf::MutableRepeatedFieldRef 464 const RepeatedFieldAccessor* accessor_; global() member in google::protobuf::internal::RepeatedFieldRefIterator [all...] |
/third_party/protobuf/js/experimental/runtime/kernel/conformance/ |
H A D | conformance_request.js | 23 this.accessor_ = Kernel.fromArrayBuffer(bytes); 40 return this.accessor_.getBytesWithDefault(1).toArrayBuffer(); 48 return /** @type {!WireFormat} */ (this.accessor_.getInt32WithDefault(3)); 56 return this.accessor_.getStringWithDefault(4); 65 if (this.accessor_.hasFieldNumber(1)) { 68 } else if (this.accessor_.hasFieldNumber(2)) { 71 } else if (this.accessor_.hasFieldNumber(8)) {
|
/third_party/node/deps/v8/tools/debug_helper/ |
H A D | get-object-properties.cc | 251 accessor_(data_address + index * sizeof(TChar), in ReadCharacter() 258 int32_t length = GetOrFinish(object->GetLengthValue(accessor_)); in ReadStringCharacters() 281 uintptr_t first_address = GetOrFinish(object->GetFirstValue(accessor_)); 284 GetTypedHeapObject(first_address, accessor_, nullptr, heap_addresses_) 289 static_cast<TqString*>(first.get())->GetLengthValue(accessor_)); 290 uintptr_t second = GetOrFinish(object->GetSecondValue(accessor_)); 293 GetTypedHeapObject(second, accessor_, nullptr, heap_addresses_) 298 uintptr_t parent = GetOrFinish(object->GetParentValue(accessor_)); 299 int32_t length = GetOrFinish(object->GetLengthValue(accessor_)); 301 GetOrFinish(object->GetOffsetValue(accessor_))); 453 d::MemoryAccessor accessor_; global() member in v8::internal::debug_helper_internal::ReadStringVisitor 541 d::MemoryAccessor accessor_; global() member in v8::internal::debug_helper_internal::AddInfoVisitor [all...] |
/third_party/node/deps/v8/src/ic/ |
H A D | ic.h | 74 void set_accessor(Handle<Object> accessor) { accessor_ = accessor; } in set_accessor() 75 MaybeHandle<Object> accessor() const { return accessor_; } in accessor() 170 MaybeHandle<Object> accessor_; member in v8::internal::IC
|
Completed in 4 milliseconds