Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc332 PyContainer* other_container = reinterpret_cast<PyContainer*>(other); in DescriptorSequence_Equal() local
333 if (self->descriptor == other_container->descriptor && in DescriptorSequence_Equal()
334 self->container_def == other_container->container_def && in DescriptorSequence_Equal()
335 self->kind == other_container->kind) { in DescriptorSequence_Equal()
376 PyContainer* other_container = reinterpret_cast<PyContainer*>(other); in DescriptorMapping_Equal() local
377 if (self->descriptor == other_container->descriptor && in DescriptorMapping_Equal()
378 self->container_def == other_container->container_def && in DescriptorMapping_Equal()
379 self->kind == other_container->kind) { in DescriptorMapping_Equal()