Home
last modified time | relevance | path

Searched defs:ZERO (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/rust/crates/libloading/src/
Dutil.rs11 static ZERO: raw::c_char = 0; in cstr_cow_from_bytes() variable
/third_party/protobuf/php/tests/proto/
Dtest_php_namespace.proto18 ZERO = 0; enumerator
28 ZERO = 0; enumerator
Dtest_descriptors.proto26 ZERO = 0; enumerator
32 ZERO = 0; enumerator
Dtest_empty_php_namespace.proto17 ZERO = 0; enumerator
Dtest_prefix.proto13 ZERO = 0; enumerator
Dtest_include.proto16 ZERO = 0; enumerator
Dtest_no_namespace.proto15 ZERO = 0; enumerator
/third_party/typescript/tests/cases/conformance/types/stringLiteral/
DstringLiteralTypesOverloads02.ts27 const ZERO = getFalsyPrimitive('number'); constant
42 const ZERO = getFalsyPrimitive(number); constant
DstringLiteralTypesOverloads01.ts29 const ZERO = getFalsyPrimitive('number'); constant
44 const ZERO = getFalsyPrimitive(number); constant
/third_party/typescript/tests/baselines/reference/
DstringLiteralTypesOverloads01.js28 const ZERO = getFalsyPrimitive('number'); constant
43 const ZERO = getFalsyPrimitive(number); constant
DstringLiteralTypesOverloads02.js26 const ZERO = getFalsyPrimitive('number'); constant
41 const ZERO = getFalsyPrimitive(number); constant
/third_party/protobuf/php/tests/proto/empty/
Decho.proto15 ZERO = 0; enumerator
/third_party/flatbuffers/ts/
Dlong.ts6 static readonly ZERO = new Long(0, 0) property in Long
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dproto2_unknown_enum_values.proto39 ZERO = 0; enumerator
/third_party/ltp/tools/sparse/sparse-src/validation/
Denum+mode.c1 enum e { ZERO, ONE, TWO }; enumerator
Dtypediff-enum.c1 enum num { ZERO, ONE, MANY, }; enumerator
/third_party/protobuf/python/google/protobuf/internal/
Dmissing_enum_values.proto38 ZERO = 0; enumerator
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dstandardplural.h32 ZERO, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/
Dstandardplural.h32 ZERO, enumerator
/third_party/icu/icu4c/source/i18n/
Dstandardplural.h32 ZERO, enumerator
/third_party/node/deps/icu-small/source/i18n/
Dstandardplural.h32 ZERO, enumerator
/third_party/skia/include/private/
DSkSLDefines.h49 ZERO, enumerator
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
DPluralRangesMapperTest.java33 ZERO, ONE, TWO, FEW, MANY, OTHER; enumConstant
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DStandardPlural.java22 ZERO("zero"), enumConstant
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DStandardPlural.java20 ZERO("zero"), enumConstant

12345