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

  /external/jsoncpp/include/json/
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...]

Completed in 68 milliseconds