MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / Default

Method Default

rapidjson/reader.h:201–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 typedef typename internal::SelectIf<internal::IsSame<Derived, void>, BaseReaderHandler, Derived>::Type Override;
200
201 bool Default() { return true; }
202 bool Null() { return static_cast<Override&>(*this).Default(); }
203 bool Bool(bool) { return static_cast<Override&>(*this).Default(); }
204 bool Int(int) { return static_cast<Override&>(*this).Default(); }

Callers 12

NullMethod · 0.80
BoolMethod · 0.80
IntMethod · 0.80
UintMethod · 0.80
Int64Method · 0.80
Uint64Method · 0.80
DoubleMethod · 0.80
StringMethod · 0.80
StartObjectMethod · 0.80
EndObjectMethod · 0.80
StartArrayMethod · 0.80
EndArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected