/third_party/typescript/tests/cases/compiler/ |
D | booleanFilterAnyArray.ts | 4 <T>(v2?: T): v2 is T; property 24 var foos = [true, true, false, null].filter((thing): thing is boolean => thing !== null) variable
|
D | convertClassExpressionToFunctionFromObjectProperty2.ts | 81 null: class { constant 180 is: class { constant
|
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/ |
D | propertyNamesOfReservedWords.ts | 36 is; property in C 41 null; property in C 105 is; property 110 null; property 175 is; variable 244 is, enumerator 249 null, enumerator
|
/third_party/typescript/tests/baselines/reference/ |
D | propertyNamesOfReservedWords.js | 37 is; field in C 42 null; field in C
|
D | convertClassExpressionToFunctionFromObjectProperty1.js | 82 foo.null = class { class in foo 181 foo.is = class { class in foo 372 foo.null = /** @class */ (function () { function 537 foo.is = /** @class */ (function () { function 538 function is() { function
|
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign.js | 27 return null as any; field in Right 120 is, argument
|
D | varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.js | 27 return null as any; field in Right 120 is, argument
|
/third_party/typescript/src/compiler/ |
D | scanner.ts | 121 is: SyntaxKind.IsKeyword, constant 128 null: SyntaxKind.NullKeyword, constant
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 805 std::istringstream is(buffer); in decodeDouble() local 2450 const Value& Value::null = reinterpret_cast<const Value&>(kNullRef); member in Json::Value
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 …null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&i(t,e,n);return s… method in l
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 2858 null, ///< null value enumerator 6200 std::istream* is = nullptr; member in detail::input_stream_adapter 6755 bool null() in null() function in detail::json_sax_dom_parser 6939 bool null() in null() function in detail::json_sax_dom_callback_parser 7229 bool null() in null() function in detail::json_sax_acceptor
|
/third_party/json/tests/abi/include/nlohmann/ |
D | json_v3_10_5.hpp | 131 null, ///< null value enumerator 5328 std::istream* is = nullptr; member in nlohmann::detail::input_stream_adapter 5873 bool null() in null() function in nlohmann::detail::json_sax_dom_parser 6048 bool null() in null() function in nlohmann::detail::json_sax_dom_callback_parser 6338 bool null() in null() function in nlohmann::detail::json_sax_acceptor
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 28002 is(mask __m, char_type __c) const in is() function in std::__ctype_abstract_base 28006 is(const char_type *__lo, const char_type *__hi, mask *__vec) const in is() function in std::__ctype_abstract_base 28484 is(mask __m, char __c) const in is() function in std::ctype 28489 is(const char* __low, const char* __high, mask* __vec) const in is() function in std::ctype 47054 bool is() const { in is() function in mozilla::Variant 50917 bool is() const { return kind() == JS::MapTypeToTraceKind<T>::kind; } in is() function in JS::GCCellPtr 81681 static nsIAtom* is; member in nsGkAtoms 81854 static nsIAtom* null; member in nsGkAtoms
|