Home
last modified time | relevance | path

Searched defs:ContainerBase (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Dmessage.h71 struct ContainerBase { struct
100 typedef struct CMessage : public ContainerBase { argument
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DGeneric1128Test.java43 static abstract class ContainerBase<T> { class in Generic1128Test