Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageReflection.java220 public ContainerType getContainerType(); in getContainerType() method
414 public ContainerType getContainerType() { in getContainerType() method in MessageReflection.BuilderAdapter
616 public ContainerType getContainerType() { in getContainerType() method in MessageReflection.ExtensionAdapter
767 } else if (target.getContainerType() == MergeTarget.ContainerType.MESSAGE) { in mergeFieldFrom()
/third_party/vk-gl-cts/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