Home
last modified time | relevance | path

Searched refs:PROTOTYPE (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/ctypes/test/
H A Dtest_pointers.py68 PROTOTYPE = CFUNCTYPE(c_int, POINTER(c_int))
78 callback = PROTOTYPE(func)
/third_party/icu/icu4c/source/i18n/
H A Dtransreg.cpp442 PROTOTYPE, enumerator
455 Transliterator* prototype; // For PROTOTYPE
484 if (entryType == PROTOTYPE) { in ~TransliteratorEntry()
501 if (entryType == PROTOTYPE) { in adoptPrototype()
504 entryType = PROTOTYPE; in adoptPrototype()
510 if (entryType == PROTOTYPE) { in setFactory()
1303 case TransliteratorEntry::PROTOTYPE: in instantiateEntry()
/third_party/node/deps/icu-small/source/i18n/
H A Dtransreg.cpp443 PROTOTYPE, enumerator
456 Transliterator* prototype; // For PROTOTYPE
485 if (entryType == PROTOTYPE) { in ~TransliteratorEntry()
502 if (entryType == PROTOTYPE) { in adoptPrototype()
505 entryType = PROTOTYPE; in adoptPrototype()
511 if (entryType == PROTOTYPE) { in setFactory()
1318 case TransliteratorEntry::PROTOTYPE: in instantiateEntry()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtransreg.cpp447 PROTOTYPE, enumerator
460 Transliterator* prototype; // For PROTOTYPE
489 if (entryType == PROTOTYPE) { in ~TransliteratorEntry()
506 if (entryType == PROTOTYPE) { in adoptPrototype()
509 entryType = PROTOTYPE; in adoptPrototype()
515 if (entryType == PROTOTYPE) { in setFactory()
1303 case TransliteratorEntry::PROTOTYPE: in instantiateEntry()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs465 pub const PROTOTYPE: Self = Self::from_errno(errno::EPROTOTYPE); consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs875 pub const PROTOTYPE: Self = Self(c::EPROTOTYPE); consts
/third_party/node/deps/v8/src/ast/
H A Dast.cc291 kind_ = PROTOTYPE; in ObjectLiteralProperty()
H A Dast.h1225 PROTOTYPE, // Property is __proto__.
1239 bool IsPrototype() const { return kind() == PROTOTYPE; } in IsPrototype()
H A Dprettyprinter.cc1222 case ObjectLiteral::Property::PROTOTYPE: in PrintObjectProperties()
1223 prop_kind = "PROTOTYPE"; in PrintObjectProperties()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc3139 case ObjectLiteral::Property::PROTOTYPE: { in VisitObjectLiteral()
3293 case ObjectLiteral::Property::PROTOTYPE: in VisitObjectLiteral()

Completed in 31 milliseconds