Lines Matching full:case
82 case ContainersType::VECTOR_FOREACH: in IsContainer()
83 case ContainersType::VECTOR_REPLACEALLELEMENTS: in IsContainer()
85 case ContainersType::STACK_FOREACH: in IsContainer()
87 case ContainersType::PLAINARRAY_FOREACH: in IsContainer()
89 case ContainersType::QUEUE_FOREACH: in IsContainer()
91 case ContainersType::DEQUE_FOREACH: in IsContainer()
93 case ContainersType::LIGHTWEIGHTMAP_FOREACH: in IsContainer()
95 case ContainersType::LIGHTWEIGHTSET_FOREACH: in IsContainer()
97 case ContainersType::HASHMAP_FOREACH: in IsContainer()
99 case ContainersType::HASHSET_FOREACH: in IsContainer()
101 case ContainersType::LINKEDLIST_FOREACH: in IsContainer()
103 case ContainersType::LIST_FOREACH: in IsContainer()
105 case ContainersType::ARRAYLIST_FOREACH: in IsContainer()
106 case ContainersType::ARRAYLIST_REPLACEALLELEMENTS: in IsContainer()
117 case ContainersType::STACK_FOREACH: in IsReplaceAllElements()
118 case ContainersType::VECTOR_FOREACH: in IsReplaceAllElements()
119 case ContainersType::PLAINARRAY_FOREACH: in IsReplaceAllElements()
120 case ContainersType::QUEUE_FOREACH: in IsReplaceAllElements()
121 case ContainersType::DEQUE_FOREACH: in IsReplaceAllElements()
122 case ContainersType::ARRAYLIST_FOREACH: in IsReplaceAllElements()
124 case ContainersType::VECTOR_REPLACEALLELEMENTS: in IsReplaceAllElements()
125 case ContainersType::ARRAYLIST_REPLACEALLELEMENTS: in IsReplaceAllElements()
136 case ContainersType::STACK_FOREACH: in IsPlainArray()
137 case ContainersType::VECTOR_FOREACH: in IsPlainArray()
138 case ContainersType::VECTOR_REPLACEALLELEMENTS: in IsPlainArray()
139 case ContainersType::QUEUE_FOREACH: in IsPlainArray()
140 case ContainersType::DEQUE_FOREACH: in IsPlainArray()
141 case ContainersType::ARRAYLIST_FOREACH: in IsPlainArray()
142 case ContainersType::ARRAYLIST_REPLACEALLELEMENTS: in IsPlainArray()
144 case ContainersType::PLAINARRAY_FOREACH: in IsPlainArray()
155 case ContainersType::VECTOR_REPLACEALLELEMENTS: { in ContainerSet()
160 case ContainersType::ARRAYLIST_REPLACEALLELEMENTS: { in ContainerSet()
173 case ContainersType::VECTOR_FOREACH: in ContainerGetSize()
174 case ContainersType::VECTOR_REPLACEALLELEMENTS: { in ContainerGetSize()
178 case ContainersType::STACK_FOREACH: { in ContainerGetSize()
182 case ContainersType::PLAINARRAY_FOREACH: { in ContainerGetSize()
186 case ContainersType::QUEUE_FOREACH: { in ContainerGetSize()
190 case ContainersType::DEQUE_FOREACH: { in ContainerGetSize()
194 case ContainersType::LIGHTWEIGHTMAP_FOREACH: { in ContainerGetSize()
198 case ContainersType::LIGHTWEIGHTSET_FOREACH: { in ContainerGetSize()
202 case ContainersType::HASHMAP_FOREACH: { in ContainerGetSize()
206 case ContainersType::HASHSET_FOREACH: { in ContainerGetSize()
210 case ContainersType::LINKEDLIST_FOREACH: { in ContainerGetSize()
214 case ContainersType::LIST_FOREACH: { in ContainerGetSize()
218 case ContainersType::ARRAYLIST_REPLACEALLELEMENTS: in ContainerGetSize()
219 case ContainersType::ARRAYLIST_FOREACH: { in ContainerGetSize()
232 case ContainersType::VECTOR_FOREACH: in ContainerGetValue()
233 case ContainersType::VECTOR_REPLACEALLELEMENTS: { in ContainerGetValue()
237 case ContainersType::STACK_FOREACH: { in ContainerGetValue()
241 case ContainersType::PLAINARRAY_FOREACH: { in ContainerGetValue()
245 case ContainersType::QUEUE_FOREACH: { in ContainerGetValue()
249 case ContainersType::DEQUE_FOREACH: { in ContainerGetValue()
253 case ContainersType::LIGHTWEIGHTMAP_FOREACH: { in ContainerGetValue()
257 case ContainersType::LIGHTWEIGHTSET_FOREACH: { in ContainerGetValue()
261 case ContainersType::ARRAYLIST_REPLACEALLELEMENTS: in ContainerGetValue()
262 case ContainersType::ARRAYLIST_FOREACH: { in ContainerGetValue()
275 case ContainersType::LIGHTWEIGHTMAP_FOREACH: { in ContainerGetKey()
279 case ContainersType::LIGHTWEIGHTSET_FOREACH: { in ContainerGetKey()
292 case ContainersType::HASHMAP_FOREACH: { in ContainerGetNode()
296 case ContainersType::HASHSET_FOREACH: { in ContainerGetNode()
300 case ContainersType::LINKEDLIST_FOREACH: { in ContainerGetNode()
304 case ContainersType::LIST_FOREACH: { in ContainerGetNode()