Home
last modified time | relevance | path

Searched refs:CleanupFunc (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dscript_ops.py173 class CleanupFunc(object): class
209 cleanup = CleanupFunc(token)
/external/protobuf/php/ext/google/protobuf/
Dupb.h4087 typedef void CleanupFunc(void *ptr); typedef
4158 CleanupFunc *GetCleanup() { return NULL; }
4212 CleanupFunc *GetCleanup() { return &DeletePointer<MutableP2>; }
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h4783 typedef void CleanupFunc(void *ptr);
4854 CleanupFunc *GetCleanup() { return NULL; }
4908 CleanupFunc *GetCleanup() { return &DeletePointer<MutableP2>; }