Home
last modified time | relevance | path

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

/third_party/json/docs/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,
28 | `BooleanType` | type for JSON booleans …
/third_party/node/deps/npm/node_modules/nopt/lib/
Dnopt-lib.js67 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/
Djson_fwd.hpp42 class StringType = std::string, class BooleanType = bool,
Djson.hpp349 using boolean_t = BooleanType;
/third_party/json/single_include/nlohmann/
Djson_fwd.hpp143 class StringType = std::string, class BooleanType = bool,
Djson.hpp2589 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/
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/typescript/src/compiler/transformers/
DtypeSerializer.ts453 case TypeReferenceSerializationKind.BooleanType:
/third_party/json/include/nlohmann/detail/
Dmacro_scope.hpp239 class StringType, class BooleanType, class NumberIntegerType, \
246 basic_json<ObjectType, ArrayType, StringType, BooleanType, \
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp2488 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/
Dtypes.ts5253 BooleanType,
Dchecker.ts44367 return TypeReferenceSerializationKind.BooleanType;
/third_party/typescript/lib/
DtypingsInstaller.js91117 return ts.TypeReferenceSerializationKind.BooleanType;
99886 case ts.TypeReferenceSerializationKind.BooleanType:
Dtsc.js76832 return ts.TypeReferenceSerializationKind.BooleanType;
84062 case ts.TypeReferenceSerializationKind.BooleanType: