Searched refs:mutable_object (Results 1 – 8 of 8) sorted by relevance
187 auto it = json.mutable_object()->find("xds_servers"); in XdsBootstrap()188 if (it == json.mutable_object()->end()) { in XdsBootstrap()198 it = json.mutable_object()->find("node"); in XdsBootstrap()199 if (it != json.mutable_object()->end()) { in XdsBootstrap()209 it = json.mutable_object()->find("certificate_providers"); in XdsBootstrap()210 if (it != json.mutable_object()->end()) { in XdsBootstrap()244 auto it = json->mutable_object()->find("server_uri"); in ParseXdsServer()245 if (it == json->mutable_object()->end()) { in ParseXdsServer()254 it = json->mutable_object()->find("channel_creds"); in ParseXdsServer()255 if (it == json->mutable_object()->end()) { in ParseXdsServer()[all …]
150 (*json.mutable_object())["private_key"] = "<redacted>"; in redact_private_key()
179 Object* mutable_object() { return &object_value_; } in mutable_object() function
189 value = &(*parent->mutable_object())[std::move(key_)]; in CreateAndLinkValue()
1001 google::protobuf::Struct* s = out.mutable_object(); in TEST_P()1017 google::protobuf::Struct* s = out.mutable_object(); in TEST_P()
1597 google::protobuf::Struct* s = struct_type.mutable_object(); in TEST_P()1643 (*struct_type.mutable_object()->mutable_fields())["key"].set_null_value( in TEST_P()1702 google::protobuf::Struct* s = struct_type.mutable_object(); in TEST_P()
871 *(*locality_picking_config.mutable_array())[0].mutable_object(); in CreateChildPolicyConfigLocked()874 (*it->second.mutable_object())["targets"] = std::move(weighted_targets); in CreateChildPolicyConfigLocked()
308 *Result.mutable_object() = *SerializedObject; in toProtobuf()