Searched refs:BooleanType (Results 1 – 17 of 17) sorted by relevance
| /third_party/json/doc/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, 33 | `BooleanType` | type for JSON booleans | [`boolean_t`](boolean_t.md) |
|
| /third_party/json/include/nlohmann/ |
| D | json_fwd.hpp | 30 class StringType = std::string, class BooleanType = bool,
|
| D | json.hpp | 639 using boolean_t = BooleanType;
|
| /third_party/json/doc/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/json/include/nlohmann/detail/ |
| D | macro_scope.hpp | 130 class StringType, class BooleanType, class NumberIntegerType, \ 137 basic_json<ObjectType, ArrayType, StringType, BooleanType, \
|
| /third_party/typescript/src/compiler/transformers/ |
| D | ts.ts | 1685 case TypeReferenceSerializationKind.BooleanType:
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 2342 class StringType, class BooleanType, class NumberIntegerType, \ 2349 basic_json<ObjectType, ArrayType, StringType, BooleanType, \ 3372 class StringType = std::string, class BooleanType = bool, 18040 using boolean_t = BooleanType;
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 4603 BooleanType,
|
| D | checker.ts | 39387 return TypeReferenceSerializationKind.BooleanType;
|
| /third_party/typescript/lib/ |
| D | tsc.js | 66602 return ts.TypeReferenceSerializationKind.BooleanType; 71161 case ts.TypeReferenceSerializationKind.BooleanType:
|
| D | typingsInstaller.js | 79483 return ts.TypeReferenceSerializationKind.BooleanType; 85039 case ts.TypeReferenceSerializationKind.BooleanType:
|
| D | typescript.js | 79688 return ts.TypeReferenceSerializationKind.BooleanType; 85244 case ts.TypeReferenceSerializationKind.BooleanType:
|
| D | typescriptServices.js | 79688 return ts.TypeReferenceSerializationKind.BooleanType; 85244 case ts.TypeReferenceSerializationKind.BooleanType:
|
| D | tsserverlibrary.js | 79688 return ts.TypeReferenceSerializationKind.BooleanType; 85244 case ts.TypeReferenceSerializationKind.BooleanType:
|
| D | tsserver.js | 79494 return ts.TypeReferenceSerializationKind.BooleanType; 85050 case ts.TypeReferenceSerializationKind.BooleanType:
|