Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
Dtransreg.cpp442 PROTOTYPE, enumerator
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/skia/third_party/externals/icu/source/i18n/
Dtransreg.cpp447 PROTOTYPE, enumerator
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/node/deps/icu-small/source/i18n/
Dtransreg.cpp443 PROTOTYPE, enumerator
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/python/Lib/ctypes/test/
Dtest_pointers.py68 PROTOTYPE = CFUNCTYPE(c_int, POINTER(c_int))
78 callback = PROTOTYPE(func)
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Derrno.rs465 pub const PROTOTYPE: Self = Self::from_errno(errno::EPROTOTYPE); constant
/third_party/rust/crates/rustix/src/backend/libc/io/
Derrno.rs875 pub const PROTOTYPE: Self = Self(c::EPROTOTYPE); constant
/third_party/node/deps/v8/src/ast/
Dast.cc291 kind_ = PROTOTYPE; in ObjectLiteralProperty()
Dprettyprinter.cc1222 case ObjectLiteral::Property::PROTOTYPE: in PrintObjectProperties()
Dast.h1225 PROTOTYPE, // Property is __proto__. enumerator
1239 bool IsPrototype() const { return kind() == PROTOTYPE; } in IsPrototype()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc3139 case ObjectLiteral::Property::PROTOTYPE: { in VisitObjectLiteral()
3293 case ObjectLiteral::Property::PROTOTYPE: in VisitObjectLiteral()