Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageReflection.java238 public ContainerType getContainerType(); in getContainerType() method
435 public ContainerType getContainerType() { in getContainerType() method in MessageReflection.BuilderAdapter
622 public ContainerType getContainerType() { in getContainerType() method in MessageReflection.ExtensionAdapter
774 } else if (target.getContainerType() == MergeTarget.ContainerType.MESSAGE) { in mergeFieldFrom()
/external/deqp/modules/glshared/
DglsLifetimeTests.cpp1071 << " attached to " << attacher.getContainerType().getName() << " " in getAttachment()
1080 Type& containerType = m_attacher.getContainerType(); in testDeletedNames()
1150 Type& containerType = attacher.getContainerType(); in iterate()
1231 Type& containerType = attacher.getContainerType(); in iterate()
1340 os << attacher.getElementType().getName() << "_" << attacher.getContainerType().getName(); in attacherName()
DglsLifetimeTests.hpp219 Type& getContainerType (void) const { return m_containerType; } in getContainerType() function in deqp::gls::LifetimeTests::details::Attacher