Searched refs:JSON_TRUE (Results 1 – 6 of 6) sorted by relevance
47 JSON_TRUE, enumerator116 Json(bool b) : type_(b ? Type::JSON_TRUE : Type::JSON_FALSE) {} in Json()118 type_ = b ? Type::JSON_TRUE : Type::JSON_FALSE;
66 case Json::Type::JSON_TRUE: in ExtractJsonBool()
312 case Json::Type::JSON_TRUE: in DumpValue()
367 if (it->second.type() == Json::Type::JSON_TRUE) { in ParsePerMethodParams()
834 if (it3->second.type() == Json::Type::JSON_TRUE) { in ParseLoadBalancingConfig()
797 case Json::Type::JSON_TRUE: in PopulateMetadataValue()