Home
last modified time | relevance | path

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

/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp1080 class OurFeatures { class
1082 static OurFeatures all();
1097 OurFeatures OurFeatures::all() { return OurFeatures(); } in all()
1113 OurReader(OurFeatures const& features);
1216 OurFeatures const features_;
1222 OurReader::OurReader(OurFeatures const& features) in OurReader()
2085 OurFeatures const& features) in OurCharReader()
2109 OurFeatures features = OurFeatures::all(); in newCharReader()