Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ext/
DExternalTypeIdTest.java146 static class BaseContainer { class in ExternalTypeIdTest
149 protected BaseContainer() { throw new IllegalStateException("wrong constructor called"); } in BaseContainer() method in ExternalTypeIdTest.BaseContainer
152 …public BaseContainer(@JsonProperty("baseContainerProperty") String bcp, @JsonProperty("base") Base… in BaseContainer() method in ExternalTypeIdTest.BaseContainer
402 BaseContainer baseContainer = new BaseContainer("bc prop val", base); in testIssue798()
404 BaseContainer baseContainer2 = MAPPER.readValue(generatedJson,BaseContainer.class); in testIssue798()
/external/protobuf/python/google/protobuf/internal/
Dcontainers.py189 class BaseContainer(object): class
233 collections_abc.MutableSequence.register(BaseContainer)
236 class RepeatedScalarFieldContainer(BaseContainer):
347 class RepeatedCompositeFieldContainer(BaseContainer):
/external/protobuf/
DCHANGES.txt1732 * Added a sort() interface to the BaseContainer.