Searched defs:BaseContainer (Results 1 – 6 of 6) sorted by relevance
37 struct BaseContainer { struct40 BaseContainer() { in BaseContainer() function51 long LoadData() { return reinterpret_cast<long>(this) ^ GetList().size(); } in LoadData()53 static pw::IntrusiveList<BaseItem>& GetList() { in GetList()61 char padding[8];
37 struct BaseContainer { struct48 virtual ~BaseContainer() {} in ~BaseContainer() argument51 uint32_t base_token = PW_TOKENIZE_STRING("base_token");56 char padding[4];
224 using BaseContainer = Container<T, InserterChoice::AppendRange>; variable243 using BaseContainer = Container<T, InserterChoice::PushBack>; variable
146 static class BaseContainer { class in ExternalTypeIdTest149 protected BaseContainer() { throw new IllegalStateException("wrong constructor called"); } in BaseContainer() method in ExternalTypeIdTest.BaseContainer152 …public BaseContainer(@JsonProperty("baseContainerProperty") String bcp, @JsonProperty("base") Base… in BaseContainer() method in ExternalTypeIdTest.BaseContainer
67 class BaseContainer(Sequence[_T]): class