Home
last modified time | relevance | path

Searched refs:_cast (Results 1 – 7 of 7) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dobject.h75 static inline c* c##_cast(void *o) { \
/third_party/python/Lib/ctypes/
D__init__.py508 _cast = PYFUNCTYPE(py_object, c_void_p, py_object, py_object)(_cast_addr) variable
510 return _cast(obj, obj, typ)
/third_party/skia/third_party/externals/sfntly/doc/
Dsmart_pointer_usage.md67 - When down\_cast is performed on a dangling pointer due to bugs in
/third_party/flutter/skia/third_party/externals/sfntly/doc/
Dsmart_pointer_usage.md67 - When down\_cast is performed on a dangling pointer due to bugs in
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dchip.dart194 /// final List<Actor> _cast = <Actor>[
202 /// for (Actor actor in _cast) {
210 /// _cast.removeWhere((Actor entry) {
980 /// final List<ActorFilterEntry> _cast = <ActorFilterEntry>[
989 /// for (ActorFilterEntry actor in _cast) {
/third_party/json/
DChangeLog.md408 - usless\_cast warnings with gcc 9.3 and 10.1 \(C++17\) [\#2114](https://github.com/nlohmann/json/i…
1033 - MSVC warning C4946 \("reinterpret\_cast used between related classes"\) compiling json.hpp [\#150…
1419 - How to resolve " undefined reference to `std::\_\_throw\_bad\_cast\(\)'" [\#1111](https://github…
2416 - Unnecessary const\_cast [\#162](https://github.com/nlohmann/json/issues/162)
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md1005 * [[`d4c4f77d31`](https://github.com/nodejs/node/commit/d4c4f77d31)] - **src**: const\_cast is nece…
1236 …dejs/node/commit/03ba34401b)] - **report**: downgrade reinterpret\_cast to static\_cast (Anna Henn…