Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/extension/pytree/
H A Dpytree.h129 struct ContainerHandle { struct
134 ContainerHandle() {} in ContainerHandle() argument
137 ContainerHandle(Args... args) in ContainerHandle() function
140 /*implicit*/ ContainerHandle(container_type* c) : handle(c) {} in ContainerHandle() argument
142 /*implicit*/ ContainerHandle(std::unique_ptr<container_type> c) in ContainerHandle() argument
145 void set_leaf(leaf_type* leaf) { in set_leaf()
173 const ContainerHandle& operator[](size_t idx) const { argument
193 const ContainerHandle& at(const Key& lookup_key) const { in at() argument
203 const ContainerHandle& at(const KeyInt& lookup_key) const { in at() argument
207 const ContainerHandle& at(const KeyStr& lookup_key) const { in at() argument
[all …]