Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageReflection.java221 public ContainerType getContainerType(); in getContainerType() method
467 public ContainerType getContainerType() { in getContainerType() method in MessageReflection.BuilderAdapter
742 public ContainerType getContainerType() { in getContainerType() method in MessageReflection.ExtensionAdapter
957 public ContainerType getContainerType() { in getContainerType() method in MessageReflection.ExtensionBuilderAdapter
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageReflection.java221 public ContainerType getContainerType(); in getContainerType() method
467 public ContainerType getContainerType() { in getContainerType() method in MessageReflection.BuilderAdapter
742 public ContainerType getContainerType() { in getContainerType() method in MessageReflection.ExtensionAdapter
957 public ContainerType getContainerType() { in getContainerType() method in MessageReflection.ExtensionBuilderAdapter
/external/deqp/modules/glshared/
DglsLifetimeTests.hpp219 Type& getContainerType (void) const { return m_containerType; } in getContainerType() function in deqp::gls::LifetimeTests::details::Attacher