Searched refs:_null (Results 1 – 10 of 10) sorted by relevance
8 const _null = {} constant28 if (value === null) { return _null }
27 const _null: boolean; constant28 export { _null as null };
220 const _null: number; constant221 export { _null as null };
42 private static readonly JsonToken _null = new JsonToken(TokenType.Null); field in Google.Protobuf.JsonToken49 internal static JsonToken Null { get { return _null; } }
154 _null: TokenType
239 _null: kw("null", startsExpr), property2558 case types._null: case types._true: case types._false:2560 node.value = this.type === types._null ? null : this.type === types._true;
233 _null: kw("null", startsExpr), property2552 case types._null: case types._true: case types._false:2554 node.value = this.type === types._null ? null : this.type === types._true;
124 .. _null-handler:
1383 - Unexpected behaviour of is\_null - Part II [\#1167](https://github.com/nlohmann/json/issues/1167)1418 - Unexpected behaviour of is\_null [\#1112](https://github.com/nlohmann/json/issues/1112)
9058 var _null = new type$1('tag:yaml.org,2002:null', { variable9352 _null,12432 null: _null,