Home
last modified time | relevance | path

Searched refs:list_value_ (Results 1 – 6 of 6) sorted by relevance

/third_party/gn/src/gn/
Dvalue.cc31 new (&list_value_) std::vector<Value>(); in Value()
68 new (&list_value_) std::vector<Value>(other.list_value_); in Value()
93 new (&list_value_) std::vector<Value>(std::move(other.list_value_)); in Value()
124 list_value_.~vector<Value>(); in ~Value()
194 for (size_t i = 0; i < list_value_.size(); i++) { in ToString()
197 result += list_value_[i].ToString(true); in ToString()
Dvalue.h89 return list_value_; in list_value()
93 return list_value_; in list_value()
131 std::vector<Value> list_value_; member
/third_party/cef/libcef/common/
Dvalues_impl.cc61 : list_value_(value) {} in CefValueImpl()
84 if (list_value_) { in CopyOrDetachValue()
85 return static_cast<CefListValueImpl*>(list_value_.get()) in CopyOrDetachValue()
104 } else if (list_value_) { in SwapValue()
105 list_value_ = CefListValueImpl::GetOrCreateRef( in SwapValue()
118 if (list_value_) in IsValid()
119 return list_value_->IsValid(); in IsValid()
131 if (list_value_) in IsOwned()
132 return list_value_->IsOwned(); in IsOwned()
144 if (list_value_) in IsReadOnly()
[all …]
Dvalues_impl.h122 CefRefPtr<CefListValue> list_value_; variable
/third_party/protobuf/src/google/protobuf/
Dstruct.pb.h538 PROTOBUF_NAMESPACE_ID::ListValue* list_value_; member
1034 delete kind_.list_value_; in clear_list_value()
1043 PROTOBUF_NAMESPACE_ID::ListValue* temp = kind_.list_value_; in release_list_value()
1047 kind_.list_value_ = nullptr; in release_list_value()
1055 ? *kind_.list_value_ in _internal_list_value()
1066 PROTOBUF_NAMESPACE_ID::ListValue* temp = kind_.list_value_; in unsafe_arena_release_list_value()
1067 kind_.list_value_ = nullptr; in unsafe_arena_release_list_value()
1077 kind_.list_value_ = list_value; in unsafe_arena_set_allocated_list_value()
1085 kind_.list_value_ = CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::ListValue >(GetArena()); in _internal_mutable_list_value()
1087 return kind_.list_value_; in _internal_mutable_list_value()
Dstruct.pb.cc35 const PROTOBUF_NAMESPACE_ID::ListValue* list_value_; member in ValueDefaultTypeInternal
103 offsetof(PROTOBUF_NAMESPACE_ID::ValueDefaultTypeInternal, list_value_),
440 …PROTOBUF_NAMESPACE_ID::_Value_default_instance_.list_value_ = const_cast< PROTOBUF_NAMESPACE_ID::L… in InitAsDefaultInstance()
455 return *msg->kind_.list_value_; in list_value()
483 kind_.list_value_ = list_value; in set_allocated_list_value()
589 delete kind_.list_value_; in clear_kind()
788 *kind_.list_value_); in ByteSizeLong()