Home
last modified time | relevance | path

Searched refs:ContainerBase (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Djava_iterator.h27 template <typename ReturnType, typename ContainerBase>
31 virtual ContainerBase* container_base() = 0;
39 typename ContainerBase = Container>
40 class PODIterator : public Iterator<ReturnType, ContainerBase>,
45 virtual ContainerBase* container_base() { in container_base()
46 return static_cast<ContainerBase*>(container_); in container_base()
66 typename ContainerBase = Container>
67 class RefIterator : public Iterator<ReturnType, ContainerBase>,
72 virtual ContainerBase* container_base() { in container_base()
73 return static_cast<ContainerBase*>(container_); in container_base()
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.h71 struct ContainerBase { struct
100 typedef struct CMessage : public ContainerBase { argument
115 typedef std::unordered_map<const FieldDescriptor*, ContainerBase*>
217 ContainerBase* value);
Dextension_dict.cc158 ContainerBase* sub_message = cmessage::InternalGetSubMessage( in subscript()
187 ContainerBase* py_container = repeated_composite_container::NewContainer( in subscript()
195 ContainerBase* py_container = repeated_scalar_container::NewContainer( in subscript()
Drepeated_scalar_container.h48 typedef struct RepeatedScalarContainer : public ContainerBase {
Dmap_container.h53 struct MapContainer : public ContainerBase {
Drepeated_composite_container.h57 typedef struct RepeatedCompositeContainer : public ContainerBase {
Dmessage.cc1531 const std::vector<ContainerBase*>& containers_to_release) { in InternalReparentFields()
1591 std::vector<ContainerBase*> containers_to_release; in InternalReleaseFieldByDescriptor()
1657 std::vector<ContainerBase*> containers_to_release; in Clear()
2568 ContainerBase* value) { in SetCompositeField()
2606 ContainerBase* value = it->second; in GetFieldValue()
2625 ContainerBase* py_container = nullptr; in GetFieldValue()
2702 PyObject* ContainerBase::DeepCopy() { in DeepCopy()
2719 void ContainerBase::RemoveFromParentCache() { in RemoveFromParentCache()
/third_party/protobuf/src/google/protobuf/
Dmetadata_lite.h74 return PtrValue<ContainerBase>()->arena; in arena()
157 struct ContainerBase { struct
162 struct Container : public ContainerBase { argument