HomeSort by: relevance | last modified time | path
    Searched defs:Clone (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xsm/dist/
restart.c 339 * Clone a client
343 Clone(ClientRec *client, Bool useSavedState)
480 "Can't remote clone client ID '%s': only local supported\n",
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
gtest-param-util.h 107 virtual ParamIteratorInterface* Clone() const = 0;
130 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
133 impl_.reset(other.impl_->Clone());
146 ParamIteratorInterface<T>* clone = impl_->Clone(); local
148 return ParamIterator(clone);
236 virtual ParamIteratorInterface<T>* Clone() const {
323 virtual ParamIteratorInterface<T>* Clone() const {
gtest-param-util-generated.h 3208 virtual ParamIteratorInterface<ParamType>* Clone() const {
3331 virtual ParamIteratorInterface<ParamType>* Clone() const {
3472 virtual ParamIteratorInterface<ParamType>* Clone() const {
3630 virtual ParamIteratorInterface<ParamType>* Clone() const {
3807 virtual ParamIteratorInterface<ParamType>* Clone() const {
4001 virtual ParamIteratorInterface<ParamType>* Clone() const {
4214 virtual ParamIteratorInterface<ParamType>* Clone() const {
4443 virtual ParamIteratorInterface<ParamType>* Clone() const {
4690 virtual ParamIteratorInterface<ParamType>* Clone() const {

Completed in 11 milliseconds