Searched refs:BooleanType (Results 1 – 16 of 16) sorted by relevance
| /third_party/json/docs/mkdocs/docs/api/basic_json/ |
| D | boolean_t.md | 4 using boolean_t = BooleanType; 12 To store objects in C++, a type is defined by the template parameter `BooleanType` which chooses t… 18 With the default values for `BooleanType` (`#!cpp bool`), the default value for `boolean_t` is `#!c…
|
| D | index.md | 10 class BooleanType = bool, 28 | `BooleanType` | type for JSON booleans …
|
| /third_party/node/deps/npm/node_modules/nopt/lib/ |
| D | nopt-lib.js | 67 const BooleanType = typeDefs.Boolean?.type 114 (~type.indexOf(true) || hasTypeDef(type, BooleanType))) 116 (~type.indexOf(false) || hasTypeDef(type, BooleanType)))) { 141 !(~type.indexOf(false) || hasTypeDef(type, BooleanType))) { 254 const BooleanType = typeDefs.Boolean?.type 327 isTypeDef(argType, BooleanType) || 328 isTypeArray && hasTypeDef(argType, BooleanType) ||
|
| /third_party/json/include/nlohmann/ |
| D | json_fwd.hpp | 42 class StringType = std::string, class BooleanType = bool,
|
| D | json.hpp | 349 using boolean_t = BooleanType;
|
| /third_party/json/single_include/nlohmann/ |
| D | json_fwd.hpp | 143 class StringType = std::string, class BooleanType = bool,
|
| D | json.hpp | 2589 class StringType, class BooleanType, class NumberIntegerType, \ 2596 basic_json<ObjectType, ArrayType, StringType, BooleanType, \ 3385 class StringType = std::string, class BooleanType = bool, 19527 using boolean_t = BooleanType;
|
| /third_party/json/docs/mkdocs/docs/features/types/ |
| D | index.md | 74 class BooleanType = bool, 98 using boolean_t = BooleanType; 218 With the default values for *BooleanType* (`#!cpp bool`), the default value for `boolean_t` is `#!c…
|
| /third_party/python/Modules/ |
| D | _tkinter.c | 302 const Tcl_ObjType *BooleanType; member 739 v->BooleanType = Tcl_GetObjType("booleanString"); in Tkapp_New() 1274 if (value->typePtr == tkapp->BooleanType || in FromObj() 1352 if (tkapp->BooleanType == NULL && in FromObj() 1355 tkapp->BooleanType = value->typePtr; in FromObj()
|
| /third_party/typescript/src/compiler/transformers/ |
| D | typeSerializer.ts | 453 case TypeReferenceSerializationKind.BooleanType:
|
| /third_party/json/include/nlohmann/detail/ |
| D | macro_scope.hpp | 239 class StringType, class BooleanType, class NumberIntegerType, \ 246 basic_json<ObjectType, ArrayType, StringType, BooleanType, \
|
| /third_party/json/tests/abi/include/nlohmann/ |
| D | json_v3_10_5.hpp | 2488 class StringType, class BooleanType, class NumberIntegerType, \ 2495 basic_json<ObjectType, ArrayType, StringType, BooleanType, \ 3318 class StringType = std::string, class BooleanType = bool, 17521 using boolean_t = BooleanType;
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 5253 BooleanType,
|
| D | checker.ts | 44367 return TypeReferenceSerializationKind.BooleanType;
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 91117 return ts.TypeReferenceSerializationKind.BooleanType; 99886 case ts.TypeReferenceSerializationKind.BooleanType:
|
| D | tsc.js | 76832 return ts.TypeReferenceSerializationKind.BooleanType; 84062 case ts.TypeReferenceSerializationKind.BooleanType:
|