Home
last modified time | relevance | path

Searched defs:CLONE (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterConstants.java142 static final int CLONE = 5; /**< Called when safeClone() is called on the field
/third_party/protobuf/php/tests/proto/
Dtest_reserved_enum_value_upper.proto15 CLONE = 9; enumerator
Dtest_reserved_message_upper.proto14 message CLONE {} message
Dtest_reserved_enum_upper.proto14 enum CLONE { ZERO10 = 0; } enum
/third_party/curl/lib/
Dcookie.c1343 #define CLONE(field) \ macro
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs131 const CLONE = 1 << 3; constant