OpenGrok
Cross Reference: json_value.cpp
xref
: /
external
/
jsoncpp
/
src
/
lib_json
/
json_value.cpp
Home
|
History
|
Annotate
|
Download
|
only in
lib_json
Lines Matching
defs:isBool
1094
bool Value::
isBool
() const { return type_ == booleanValue; }