Lines Matching full:obtain
132 // 1) a lambda we know at compile time. We will obtain the name of the lambda
134 // the lambda's operator()() and obtain the line table entry.
136 // will be stored after the vtable. We will obtain the lambdas name from
137 // this entry and lookup operator()() and obtain the line table entry.
138 // 3) a callable object via operator()(). We will obtain the name of the
140 // look up the objects operator()() and obtain the line table entry.
142 // we will obtain the name from this pointer.
144 // we will obtain the name from this pointer.
253 // and obtain the data we need.
371 // The behavior will be that we will attempt to obtain the wrapped
401 // We are in std::function but we could not obtain the callable.