Home
last modified time | relevance | path

Searched refs:BooleanType (Results 1 – 17 of 17) sorted by relevance

/third_party/json/doc/mkdocs/docs/api/basic_json/
Dboolean_t.md4 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…
Dindex.md10 class BooleanType = bool,
33 | `BooleanType` | type for JSON booleans | [`boolean_t`](boolean_t.md) |
/third_party/json/include/nlohmann/
Djson_fwd.hpp30 class StringType = std::string, class BooleanType = bool,
Djson.hpp639 using boolean_t = BooleanType;
/third_party/json/doc/mkdocs/docs/features/types/
Dindex.md74 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.c302 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/
Dmacro_scope.hpp130 class StringType, class BooleanType, class NumberIntegerType, \
137 basic_json<ObjectType, ArrayType, StringType, BooleanType, \
/third_party/typescript/src/compiler/transformers/
Dts.ts1685 case TypeReferenceSerializationKind.BooleanType:
/third_party/json/single_include/nlohmann/
Djson.hpp2342 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/
Dtypes.ts4603 BooleanType,
Dchecker.ts39387 return TypeReferenceSerializationKind.BooleanType;
/third_party/typescript/lib/
Dtsc.js66602 return ts.TypeReferenceSerializationKind.BooleanType;
71161 case ts.TypeReferenceSerializationKind.BooleanType:
DtypingsInstaller.js79483 return ts.TypeReferenceSerializationKind.BooleanType;
85039 case ts.TypeReferenceSerializationKind.BooleanType:
Dtypescript.js79688 return ts.TypeReferenceSerializationKind.BooleanType;
85244 case ts.TypeReferenceSerializationKind.BooleanType:
DtypescriptServices.js79688 return ts.TypeReferenceSerializationKind.BooleanType;
85244 case ts.TypeReferenceSerializationKind.BooleanType:
Dtsserverlibrary.js79688 return ts.TypeReferenceSerializationKind.BooleanType;
85244 case ts.TypeReferenceSerializationKind.BooleanType:
Dtsserver.js79494 return ts.TypeReferenceSerializationKind.BooleanType;
85050 case ts.TypeReferenceSerializationKind.BooleanType: