HomeSort by relevance Sort by last modified time
    Searched refs:StaticString (Results 1 - 5 of 5) sorted by null

  /external/jsoncpp/include/json/
forwards.h 27 class StaticString;
value.h 64 * StaticString and avoid the cost of string duplication when storing the
69 * Json::Value aValue( StaticString("some text") );
71 * static const StaticString code("code");
75 class JSON_API StaticString {
77 explicit StaticString(const char* czstring) : str_(czstring) {}
229 * Json::Value aValue( StaticString("some text") );
232 Value(const StaticString& value);
368 * static const StaticString code("code");
372 Value& operator[](const StaticString& key);
  /external/protobuf/conformance/third_party/jsoncpp/
json.h 290 class StaticString;
490 * StaticString and avoid the cost of string duplication when storing the
495 * Json::Value aValue( StaticString("some text") );
497 * static const StaticString code("code");
501 class JSON_API StaticString {
503 explicit StaticString(const char* czstring) : c_str_(czstring) {}
673 * static StaticString foo("some text");
677 Value(const StaticString& value);
828 * static const StaticString code("code");
832 Value& operator[](const StaticString& key)
    [all...]
jsoncpp.cpp     [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 307 Value::Value(const StaticString& value) {
962 Value& Value::operator[](const StaticString& key) {
    [all...]

Completed in 63 milliseconds