Home
last modified time | relevance | path

Searched refs:_Helper (Results 1 – 25 of 75) sorted by relevance

123

/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A Dstatistics.cpp170 struct _Helper { struct in Pcp_Statistics
221 << _Helper::FormatNumber(totalStats.numNodes) << endl; in PrintGraphStats()
223 << _Helper::FormatNumber(culledStats.numNodes) << endl; in PrintGraphStats()
236 _Helper::FormatNumber(typeToNumNodes[t]).c_str(), in PrintGraphStats()
267 << _Helper::FormatNumber(stats.numPrimIndexes) << endl; in PrintCacheStats()
269 << _Helper::FormatNumber(stats.numPropertyIndexes) << endl; in PrintCacheStats()
279 << _Helper::FormatNumber(stats.numGraphInstances) << endl; in PrintCacheStats()
286 << _Helper::FormatSize(sizeof(PcpMapFunction)) << endl; in PrintCacheStats()
288 << _Helper::FormatSize(sizeof(PcpLayerStackPtr)) << endl; in PrintCacheStats()
290 << _Helper::FormatSize(sizeof(PcpLayerStackSite)) << endl; in PrintCacheStats()
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DaccessorHelpers.h60 typedef Sdf_AccessorHelpers<SDF_ACCESSOR_CLASS> _Helper; \
61 const VtValue& value = _Helper::GetField(this, key_); \
63 const SdfSchemaBase& schema = _Helper::GetSchema(this); \
101 typedef Sdf_AccessorHelpers<SDF_ACCESSOR_CLASS> _Helper; \
102 _Helper::SetField(this, _GET_KEY_(key_), value); \
110 typedef Sdf_AccessorHelpers<SDF_ACCESSOR_CLASS> _Helper; \
112 _Helper::HasField(this, _GET_KEY_(key_)) : false; \
119 typedef Sdf_AccessorHelpers<SDF_ACCESSOR_CLASS> _Helper; \
121 _Helper::ClearField(this, _GET_KEY_(key_)); \
146 typedef Sdf_AccessorHelpers<SDF_ACCESSOR_CLASS> _Helper; \
[all …]
H A DpySpec.h339 struct _Helper {
413 c.add_property("expired", &_Helper<CLS>::IsExpired);
414 c.def(TfPyBoolBuiltinFuncName, &_Helper<CLS>::NonZero);
415 c.def("__hash__", &_Helper<CLS>::__hash__);
416 c.def("__eq__", &_Helper<CLS>::__eq__);
417 c.def("__ne__", &_Helper<CLS>::__ne__);
418 c.def("__lt__", &_Helper<CLS>::__lt__);
419 c.def("__le__", &_Helper<CLS>::__le__);
420 c.def("__gt__", &_Helper<CLS>::__gt__);
421 c.def("__ge__", &_Helper<CLS>::__ge__);
[all …]
/dports/devel/bpython/bpython-0.22.1/bpython/
H A D_internal.py10 class _Helper: class
28 _help = _Helper()
/dports/devel/bpython/bpython-0.22.1/bpython/curtsiesfrontend/
H A D_internal.py49 class _Helper(_internal._Helper): class
/dports/devel/py-spyder/spyder-3.2.7/spyder/utils/site/
H A Dosx_app_site.py149 class _Helper(object): class
163 builtins.help = _Helper()
/dports/devel/py-pyinstaller/PyInstaller-3.5/PyInstaller/fake-modules/
H A Dsite.py47 class _Helper(object): class
/dports/x11/kitty/kitty-0.23.1/bypy/
H A Dsite.py18 builtins.help = _sitebuiltins._Helper()
/dports/deskutils/calibre/calibre-src-5.34.0/bypy/linux/
H A Dsite.py31 builtins.help = _sitebuiltins._Helper()
/dports/deskutils/calibre/calibre-src-5.34.0/bypy/macos/
H A Dsite.py14 builtins.help = _sitebuiltins._Helper()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/3/
H A D_sitebuiltins.pyi17 class _Helper:
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A D_sitebuiltins.pyi15 class _Helper:
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A D_sitebuiltins.pyi15 class _Helper:
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/docs/html/17_intro/
H A DC++STYLE238 Examples: _Helper _CharT _N
306 class _Helper;
310 _Helper* _M_helper;
334 class gribble::_Helper
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/docs/html/17_intro/
H A DC++STYLE238 Examples: _Helper _CharT _N
306 class _Helper;
310 _Helper* _M_helper;
334 class gribble::_Helper
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/Werkzeug/werkzeug/debug/
H A Drepr.pyi12 class _Helper:
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/third_party/2and3/werkzeug/debug/
H A Drepr.pyi12 class _Helper:
/dports/devel/py-types-Werkzeug/types-Werkzeug-1.0.9/werkzeug-stubs/debug/
H A Drepr.pyi12 class _Helper:
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/werkzeug/debug/
H A Drepr.pyi12 class _Helper:
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A D_sitebuiltins.py88 class _Helper(object): class
/dports/lang/python310/Python-3.10.1/Lib/
H A D_sitebuiltins.py88 class _Helper(object): class
/dports/lang/python37/Python-3.7.12/Lib/
H A D_sitebuiltins.py88 class _Helper(object): class
/dports/lang/python38/Python-3.8.12/Lib/
H A D_sitebuiltins.py88 class _Helper(object): class
/dports/lang/python-tools/Python-3.8.12/Lib/
H A D_sitebuiltins.py88 class _Helper(object): class
/dports/lang/python39/Python-3.9.9/Lib/
H A D_sitebuiltins.py88 class _Helper(object): class

123