Home
last modified time | relevance | path

Searched refs:yamlCompatiblityEnabled_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djson.h1847 bool yamlCompatiblityEnabled_; variable
Djsoncpp.cpp4287 : yamlCompatiblityEnabled_(false), dropNullPlaceholders_(false), in FastWriter()
4290 void FastWriter::enableYAMLCompatibility() { yamlCompatiblityEnabled_ = true; } in enableYAMLCompatibility()
4350 document_ += yamlCompatiblityEnabled_ ? ": " : ":"; in writeValue()