/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | reflection_tester.cc | 904 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local 932 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local 960 uint32_t val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() local 988 uint64_t val = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection() local 1016 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local 1044 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local 1072 uint32_t val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() local 1100 uint64_t val = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection() local 1128 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local 1157 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | reflection_tester.cc | 904 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local 932 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local 960 uint32_t val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() local 988 uint64_t val = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection() local 1016 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local 1044 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local 1072 uint32_t val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() local 1100 uint64_t val = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection() local 1128 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local 1157 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | map.c | 91 VALUE val = ObjectCache_Get(map); in Map_GetRubyWrapper() local 136 size_t iter = kUpb_Map_Begin; in Map_CreateHash() local 143 upb_MessageValue val = upb_MapIterator_Value(map, iter); in Map_CreateHash() local 158 size_t iter = kUpb_Map_Begin; in Map_deep_copy() local 161 upb_MessageValue val = upb_MapIterator_Value(self->map, iter); in Map_deep_copy() local 171 const upb_Map* Map_GetUpbMap(VALUE val, const upb_FieldDef* field, in Map_GetUpbMap() 204 size_t iter = kUpb_Map_Begin; in Map_Inspect() local 207 upb_MessageValue val = upb_MapIterator_Value(map, iter); in Map_Inspect() local 221 static int merge_into_self_callback(VALUE key, VALUE val, VALUE _self) { in merge_into_self_callback() 242 size_t iter = kUpb_Map_Begin; in Map_merge_into_self() local [all …]
|
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | map.c | 91 VALUE val = ObjectCache_Get(map); in Map_GetRubyWrapper() local 136 size_t iter = kUpb_Map_Begin; in Map_CreateHash() local 143 upb_MessageValue val = upb_MapIterator_Value(map, iter); in Map_CreateHash() local 158 size_t iter = kUpb_Map_Begin; in Map_deep_copy() local 161 upb_MessageValue val = upb_MapIterator_Value(self->map, iter); in Map_deep_copy() local 171 const upb_Map* Map_GetUpbMap(VALUE val, const upb_FieldDef* field, in Map_GetUpbMap() 204 size_t iter = kUpb_Map_Begin; in Map_Inspect() local 207 upb_MessageValue val = upb_MapIterator_Value(map, iter); in Map_Inspect() local 221 static int merge_into_self_callback(VALUE key, VALUE val, VALUE _self) { in merge_into_self_callback() 242 size_t iter = kUpb_Map_Begin; in Map_merge_into_self() local [all …]
|
/aosp_15_r20/external/libchrome/ipc/ |
H A D | ipc_message_utils.cc | 97 bool val; in WriteValue() local 104 int val; in WriteValue() local 111 double val; in WriteValue() local 118 std::string val; in WriteValue() local 156 base::PickleIterator* iter, in ReadDictionaryValue() 178 base::PickleIterator* iter, in ReadListValue() 196 base::PickleIterator* iter, in ReadValue() 213 bool val; in ReadValue() local 220 int val; in ReadValue() local 227 double val; in ReadValue() local [all …]
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/message/ |
H A D | map.c | 41 upb_MessageValue* val) { in upb_Map_Get() 48 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert() 54 bool upb_Map_Delete(upb_Map* map, upb_MessageValue key, upb_MessageValue* val) { in upb_Map_Delete() 62 upb_MessageValue* val, size_t* iter) { in upb_Map_Next() 73 UPB_API void upb_Map_SetEntryValue(upb_Map* map, size_t iter, in upb_Map_SetEntryValue() 74 upb_MessageValue val) { in upb_Map_SetEntryValue() 80 bool upb_MapIterator_Next(const upb_Map* map, size_t* iter) { in upb_MapIterator_Next() 84 bool upb_MapIterator_Done(const upb_Map* map, size_t iter) { in upb_MapIterator_Done() 93 upb_MessageValue upb_MapIterator_Key(const upb_Map* map, size_t iter) { in upb_MapIterator_Key() 102 upb_MessageValue upb_MapIterator_Value(const upb_Map* map, size_t iter) { in upb_MapIterator_Value()
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/hash/ |
H A D | common.c | 38 static upb_value _upb_value_val(uint64_t val) { in _upb_value_val() 157 upb_value val, uint32_t hash, hashfunc_t* hashfunc, in insert() 202 static bool rm(upb_table* t, lookupkey_t key, upb_value* val, in rm() 269 uint64_t val; in UnalignedLoad64() local 275 uint32_t val; in UnalignedLoad32() local 440 intptr_t iter = UPB_STRTABLE_BEGIN; in upb_strtable_resize() local 442 upb_value val; in upb_strtable_resize() local 479 upb_value* val) { in upb_strtable_remove2() 565 intptr_t iter = UPB_INTTABLE_BEGIN; in check() local 567 upb_value val; in check() local [all …]
|
H A D | test.cc | 59 upb_value val = {uint64_t(key[0])}; in TEST() local 66 upb_value val; in TEST() local 73 intptr_t iter = UPB_STRTABLE_BEGIN; in TEST() local 75 upb_value val; in TEST() local 86 intptr_t iter = UPB_STRTABLE_BEGIN; in TEST() local 129 upb_value val = upb_value_uint32(key * 2); in TEST_P() local 140 upb_value val; in TEST_P() local 155 upb_value val = upb_value_uint32(i * 3); in TEST_P() local 170 upb_value val; in TEST_P() local 183 upb_value val; in TEST_P() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/hash/ |
D | common.c | 58 static upb_value _upb_value_val(uint64_t val) { in _upb_value_val() 194 upb_value val, uint32_t hash, hashfunc_t* hashfunc, in insert() 239 static bool rm(upb_table* t, lookupkey_t key, upb_value* val, in rm() 306 uint64_t val; in UnalignedLoad64() local 312 uint32_t val; in UnalignedLoad32() local 477 intptr_t iter = UPB_STRTABLE_BEGIN; in upb_strtable_resize() local 479 upb_value val; in upb_strtable_resize() local 516 upb_value* val) { in upb_strtable_remove2() 602 intptr_t iter = UPB_INTTABLE_BEGIN; in check() local 604 upb_value val; in check() local [all …]
|
D | test.cc | 77 upb_value val = {uint64_t(key[0])}; in TEST() local 84 upb_value val; in TEST() local 91 intptr_t iter = UPB_STRTABLE_BEGIN; in TEST() local 93 upb_value val; in TEST() local 104 intptr_t iter = UPB_STRTABLE_BEGIN; in TEST() local 147 upb_value val = upb_value_uint32(key * 2); in TEST_P() local 158 upb_value val; in TEST_P() local 173 upb_value val = upb_value_uint32(i * 3); in TEST_P() local 188 upb_value val; in TEST_P() local 201 upb_value val; in TEST_P() local [all …]
|
/aosp_15_r20/external/cronet/ipc/ |
H A D | ipc_message_utils.cc | 102 base::PickleIterator* iter, in ReadCharVector() 165 const std::string* val = value.GetIfString(); in WriteValue() local 196 base::PickleIterator* iter, in ReadDictValue() 218 base::PickleIterator* iter, in ReadListValue() 236 base::PickleIterator* iter, in ReadValue() 258 bool val; in ReadValue() local 265 int val; in ReadValue() local 272 double val; in ReadValue() local 279 std::string val; in ReadValue() local 294 base::Value::Dict val; in ReadValue() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/collections/ |
D | map.c | 61 upb_MessageValue* val) { in upb_Map_Get() 68 upb_MessageValue val, upb_Arena* arena) { in upb_Map_Insert() 74 bool upb_Map_Delete(upb_Map* map, upb_MessageValue key, upb_MessageValue* val) { in upb_Map_Delete() 82 upb_MessageValue* val, size_t* iter) { in upb_Map_Next() 93 bool upb_MapIterator_Next(const upb_Map* map, size_t* iter) { in upb_MapIterator_Next() 97 bool upb_MapIterator_Done(const upb_Map* map, size_t iter) { in upb_MapIterator_Done() 106 upb_MessageValue upb_MapIterator_Key(const upb_Map* map, size_t iter) { in upb_MapIterator_Key() 115 upb_MessageValue upb_MapIterator_Value(const upb_Map* map, size_t iter) { in upb_MapIterator_Value()
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/test/ |
H A D | test_generated_code.cc | 54 upb_StringView val; in TEST() local 421 upb_StringView val; in TEST() local 502 size_t iter = kUpb_Map_Begin; in check_string_map_empty() local 517 size_t iter; in check_string_map_one_entry() local 559 double val; in TEST() local 585 size_t iter, count; in TEST() local 626 upb_StringView val = in TEST() local 650 size_t iter = kUpb_Map_Begin; in check_int32_map_empty() local 664 size_t iter; in check_int32_map_one_entry() local 665 int32_t val; in check_int32_map_one_entry() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/test/ |
D | test_generated_code.cc | 74 upb_StringView val; in TEST() local 441 upb_StringView val; in TEST() local 522 size_t iter = kUpb_Map_Begin; in check_string_map_empty() local 537 size_t iter; in check_string_map_one_entry() local 579 double val; in TEST() local 605 size_t iter, count; in TEST() local 646 upb_StringView val = in TEST() local 670 size_t iter = kUpb_Map_Begin; in check_int32_map_empty() local 684 size_t iter; in check_int32_map_one_entry() local 685 int32_t val; in check_int32_map_one_entry() local [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/ |
H A D | bdk-config.c | 27 const struct bdk_devicetree_key_value *iter = old; in bdk_config_duplicate() local 66 static void set_value(const char *name, const char *val) in set_value() 68 struct bdk_devicetree_key_value *iter; in set_value() local 110 const struct bdk_devicetree_key_value *iter; in get_value() local 160 const char *val = get_value(name); in bdk_config_get_int() local 200 char name[64], val[32]; in bdk_config_set_int() local 247 const char *val = get_value(name2); in bdk_config_get_str() local 255 const char *val = get_value(name); in bdk_config_get_str() local
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 203 DBusMessageIter *iter, in set_network_properties() 478 DBusMessageIter *iter, in set_cred_properties() 518 dbus_bool_t wpas_dbus_simple_property_getter(DBusMessageIter *iter, in wpas_dbus_simple_property_getter() 520 const void *val, in wpas_dbus_simple_property_getter() 554 dbus_bool_t wpas_dbus_simple_property_setter(DBusMessageIter *iter, in wpas_dbus_simple_property_setter() 556 const int type, void *val) in wpas_dbus_simple_property_setter() 591 dbus_bool_t wpas_dbus_simple_array_property_getter(DBusMessageIter *iter, in wpas_dbus_simple_array_property_getter() 684 dbus_bool_t wpas_dbus_simple_array_array_property_getter(DBusMessageIter *iter, in wpas_dbus_simple_array_array_property_getter() 743 dbus_bool_t wpas_dbus_string_property_getter(DBusMessageIter *iter, in wpas_dbus_string_property_getter() 744 const void *val, in wpas_dbus_string_property_getter() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.factories/range.repeat.view/iterator/ |
H A D | star.pass.cpp | 21 auto iter = v.begin(); in test() local 23 const int& val = *iter; in test() local 36 auto iter = v.begin(); in test() local 45 auto iter = v.begin(); in test() local 47 const int& val = *iter; in test() local 56 for (const auto& val : std::views::repeat(31, 100)) in test() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_fs_copy_propagation.cpp | 170 for (rb_node *iter = rb_tree_first(&by_src); in length() local 315 for (auto iter = out_acp[block->num].begin(); in fs_copy_prop_dataflow() local 382 for (auto iter = acp_table.find_by_src(inst->dst.nr); in setup_initial_values() local 396 for (auto iter = acp_table.find_by_dst(inst->dst.nr); in setup_initial_values() local 939 try_constant_propagate_value(brw_reg val, brw_reg_type dst_type, in try_constant_propagate_value() 1326 for (auto iter = acp.find_by_dst(inst->src[i].nr); in opt_copy_propagation_local() local 1351 for (auto iter = acp.find_by_dst(inst->dst.nr); in opt_copy_propagation_local() local 1359 for (auto iter = acp.find_by_src(inst->dst.nr); in opt_copy_propagation_local() local 1445 for (auto iter = out_acp[block->num].begin(); in brw_fs_opt_copy_propagation() local 1489 fs_inst *def, const brw_reg &val, in try_copy_propagate_def() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/xds/data/orca/v3/ |
D | orca_load_report.upb.h | 116 …ort_request_cost_get(const xds_data_orca_v3_OrcaLoadReport* msg, upb_StringView key, double* val) { in xds_data_orca_v3_OrcaLoadReport_request_cost_get() 122 …rca_v3_OrcaLoadReport_request_cost_next(const xds_data_orca_v3_OrcaLoadReport* msg, size_t* iter) { in xds_data_orca_v3_OrcaLoadReport_request_cost_next() 137 …port_utilization_get(const xds_data_orca_v3_OrcaLoadReport* msg, upb_StringView key, double* val) { in xds_data_orca_v3_OrcaLoadReport_utilization_get() 143 …orca_v3_OrcaLoadReport_utilization_next(const xds_data_orca_v3_OrcaLoadReport* msg, size_t* iter) { in xds_data_orca_v3_OrcaLoadReport_utilization_next() 180 …rt_named_metrics_get(const xds_data_orca_v3_OrcaLoadReport* msg, upb_StringView key, double* val) { in xds_data_orca_v3_OrcaLoadReport_named_metrics_get() 186 …ca_v3_OrcaLoadReport_named_metrics_next(const xds_data_orca_v3_OrcaLoadReport* msg, size_t* iter) { in xds_data_orca_v3_OrcaLoadReport_named_metrics_next() 222 …uest_cost_set(xds_data_orca_v3_OrcaLoadReport* msg, upb_StringView key, double val, upb_Arena* a) { in xds_data_orca_v3_OrcaLoadReport_request_cost_set() 234 …ca_v3_OrcaLoadReport_request_cost_nextmutable(xds_data_orca_v3_OrcaLoadReport* msg, size_t* iter) { in xds_data_orca_v3_OrcaLoadReport_request_cost_nextmutable() 246 …ilization_set(xds_data_orca_v3_OrcaLoadReport* msg, upb_StringView key, double val, upb_Arena* a) { in xds_data_orca_v3_OrcaLoadReport_utilization_set() 258 …rca_v3_OrcaLoadReport_utilization_nextmutable(xds_data_orca_v3_OrcaLoadReport* msg, size_t* iter) { in xds_data_orca_v3_OrcaLoadReport_utilization_nextmutable() [all …]
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | hamt.c | 689 PyObject *key, PyObject *val, int* added_leaf) in hamt_node_bitmap_assoc() 1024 PyObject *val = sub_tree->b_array[1]; in hamt_node_bitmap_without() local 1097 PyObject *key, PyObject **val) in hamt_node_bitmap_find() 1318 PyObject *key, PyObject *val, int* added_leaf) in hamt_node_collision_assoc() 1530 PyObject *key, PyObject **val) in hamt_node_collision_find() 1610 PyObject *val = node->c_array[i + 1]; in hamt_node_collision_dump() local 1679 PyObject *key, PyObject *val, int* added_leaf) in hamt_node_array_assoc() 1873 PyObject *val = child->b_array[1]; in hamt_node_array_without() local 1921 PyObject *key, PyObject **val) in hamt_node_array_find() 2023 PyObject *key, PyObject *val, int* added_leaf) in hamt_node_assoc() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/ |
D | message.c | 84 upb_MessageValue val = upb_Message_GetFieldByDef(msg, f); in upb_Message_Mutable() local 115 upb_MessageValue val, upb_Arena* a) { in upb_Message_SetFieldByDef() 129 upb_MessageValue* out_val, size_t* iter) { in upb_Message_Next() 138 upb_MessageValue val = upb_Message_GetFieldByDef(msg, f); in upb_Message_Next() local 182 size_t iter = kUpb_Message_Begin; in _upb_Message_DiscardUnknown() local 184 upb_MessageValue val; in _upb_Message_DiscardUnknown() local 198 size_t iter = kUpb_Map_Begin; in _upb_Message_DiscardUnknown() local
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/ |
H A D | message.c | 72 upb_MessageValue val = upb_Message_GetFieldByDef(msg, f); in upb_Message_Mutable() local 103 upb_MessageValue val, upb_Arena* a) { in upb_Message_SetFieldByDef() 123 upb_MessageValue* out_val, size_t* iter) { in upb_Message_Next() 132 upb_MessageValue val = upb_Message_GetFieldByDef(msg, f); in upb_Message_Next() local 177 size_t iter = kUpb_Message_Begin; in _upb_Message_DiscardUnknown() local 179 upb_MessageValue val; in _upb_Message_DiscardUnknown() local 193 size_t iter = kUpb_Map_Begin; in _upb_Message_DiscardUnknown() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | encode.c | 216 static void jsonenc_enum(int32_t val, const upb_FieldDef* f, jsonenc* e) { in jsonenc_enum() 321 static bool upb_JsonEncode_HandleSpecialDoubles(jsonenc* e, double val) { in upb_JsonEncode_HandleSpecialDoubles() 334 static void upb_JsonEncode_Double(jsonenc* e, double val) { in upb_JsonEncode_Double() 341 static void upb_JsonEncode_Float(jsonenc* e, float val) { in upb_JsonEncode_Float() 351 upb_MessageValue val = upb_Message_GetFieldByDef(msg, val_f); in jsonenc_wrapper() local 482 size_t iter = kUpb_Map_Begin; in jsonenc_struct() local 485 upb_MessageValue key, val; in jsonenc_struct() local 523 size_t iter = kUpb_Message_Begin; in jsonenc_value() local 525 upb_MessageValue val; in jsonenc_value() local 600 static void jsonenc_scalar(jsonenc* e, upb_MessageValue val, in jsonenc_scalar() [all …]
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/json/ |
H A D | encode.c | 196 static void jsonenc_enum(int32_t val, const upb_FieldDef* f, jsonenc* e) { in jsonenc_enum() 301 static bool upb_JsonEncode_HandleSpecialDoubles(jsonenc* e, double val) { in upb_JsonEncode_HandleSpecialDoubles() 314 static void upb_JsonEncode_Double(jsonenc* e, double val) { in upb_JsonEncode_Double() 321 static void upb_JsonEncode_Float(jsonenc* e, float val) { in upb_JsonEncode_Float() 331 upb_MessageValue val = upb_Message_GetFieldByDef(msg, val_f); in jsonenc_wrapper() local 462 size_t iter = kUpb_Map_Begin; in jsonenc_struct() local 465 upb_MessageValue key, val; in jsonenc_struct() local 503 size_t iter = kUpb_Message_Begin; in jsonenc_value() local 505 upb_MessageValue val; in jsonenc_value() local 580 static void jsonenc_scalar(jsonenc* e, upb_MessageValue val, in jsonenc_scalar() [all …]
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/xds/data/orca/v3/ |
H A D | orca_load_report.upb.h | 112 …ort_request_cost_get(const xds_data_orca_v3_OrcaLoadReport* msg, upb_StringView key, double* val) { in xds_data_orca_v3_OrcaLoadReport_request_cost_get() 118 …rca_v3_OrcaLoadReport_request_cost_next(const xds_data_orca_v3_OrcaLoadReport* msg, size_t* iter) { in xds_data_orca_v3_OrcaLoadReport_request_cost_next() 141 …port_utilization_get(const xds_data_orca_v3_OrcaLoadReport* msg, upb_StringView key, double* val) { in xds_data_orca_v3_OrcaLoadReport_utilization_get() 147 …orca_v3_OrcaLoadReport_utilization_next(const xds_data_orca_v3_OrcaLoadReport* msg, size_t* iter) { in xds_data_orca_v3_OrcaLoadReport_utilization_next() 194 …rt_named_metrics_get(const xds_data_orca_v3_OrcaLoadReport* msg, upb_StringView key, double* val) { in xds_data_orca_v3_OrcaLoadReport_named_metrics_get() 200 …ca_v3_OrcaLoadReport_named_metrics_next(const xds_data_orca_v3_OrcaLoadReport* msg, size_t* iter) { in xds_data_orca_v3_OrcaLoadReport_named_metrics_next() 245 …uest_cost_set(xds_data_orca_v3_OrcaLoadReport* msg, upb_StringView key, double val, upb_Arena* a) { in xds_data_orca_v3_OrcaLoadReport_request_cost_set() 258 …ca_v3_OrcaLoadReport_request_cost_nextmutable(xds_data_orca_v3_OrcaLoadReport* msg, size_t* iter) { in xds_data_orca_v3_OrcaLoadReport_request_cost_nextmutable() 270 …ilization_set(xds_data_orca_v3_OrcaLoadReport* msg, upb_StringView key, double val, upb_Arena* a) { in xds_data_orca_v3_OrcaLoadReport_utilization_set() 283 …rca_v3_OrcaLoadReport_utilization_nextmutable(xds_data_orca_v3_OrcaLoadReport* msg, size_t* iter) { in xds_data_orca_v3_OrcaLoadReport_utilization_nextmutable() [all …]
|