Lines Matching refs:this_str
511 char const* this_str; in operator <() local
514 &this_str); in operator <()
518 JSON_ASSERT(this_str && other_str); in operator <()
519 int comp = memcmp(this_str, other_str, min_len); in operator <()
566 char const* this_str; in operator ==() local
569 &this_str); in operator ==()
574 JSON_ASSERT(this_str && other_str); in operator ==()
575 int comp = memcmp(this_str, other_str, this_len); in operator ==()
596 char const* this_str; in asCString() local
598 &this_str); in asCString()
599 return this_str; in asCString()
609 char const* this_str; in getCStringLength() local
611 &this_str); in getCStringLength()
636 char const* this_str; in asString() local
638 &this_str); in asString()
639 return String(this_str, this_len); in asString()