OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yamlCompatiblityEnabled_
(Results
1 - 2
of
2
) sorted by null
/external/jsoncpp/include/json/
writer.h
66
bool
yamlCompatiblityEnabled_
;
/external/jsoncpp/src/lib_json/
json_writer.cpp
181
:
yamlCompatiblityEnabled_
(false), dropNullPlaceholders_(false),
184
void FastWriter::enableYAMLCompatibility() {
yamlCompatiblityEnabled_
= true; }
238
document_ +=
yamlCompatiblityEnabled_
? ": " : ":";
Completed in 1227 milliseconds