HomeSort by relevance Sort by last modified time
    Searched refs:StaticString (Results 1 - 3 of 3) 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/jsoncpp/src/lib_json/
json_value.cpp 307 Value::Value(const StaticString& value) {
962 Value& Value::operator[](const StaticString& key) {
    [all...]

Completed in 82 milliseconds