Searched refs:nested_key (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/perfetto/src/trace_processor/util/ |
H A D | debug_annotation_parser.cc | 109 auto nested_key = proto_to_args_parser_.EnterDictionary(key); in ParseDebugAnnotationValue() local 111 ParseDebugAnnotationValue(key_value, delegate, nested_key.key()); in ParseDebugAnnotationValue() 123 auto nested_key = proto_to_args_parser_.EnterArray(index); in ParseDebugAnnotationValue() local 125 ParseDebugAnnotationValue(value, delegate, nested_key.key()); in ParseDebugAnnotationValue() 221 auto nested_key = proto_to_args_parser_.EnterDictionary(child_name); in ParseNestedValueArgs() local 223 ParseNestedValueArgs(*value_it, nested_key.key(), delegate); in ParseNestedValueArgs() 237 auto nested_key = proto_to_args_parser_.EnterArray(array_index); in ParseNestedValueArgs() local 239 ParseNestedValueArgs(*value_it, nested_key.key(), delegate); in ParseNestedValueArgs()
|
/aosp_15_r20/external/pytorch/test/distributed/_tensor/debug/ |
H A D | test_comm_mode_features.py | 42 for nested_key in dict1[key]: 43 dict1_keys.append((key, nested_key)) 46 for nested_key in dict2[key]: 47 dict2_keys.append((key, nested_key))
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer_unittest.cc | 3626 const FieldDescriptor* nested_key; in TEST_F() local 3631 nested_key = desc->message_type()->FindFieldByName("a"); in TEST_F() 3637 differencer.TreatAsMap(desc, nested_key); in TEST_F() 3714 const FieldDescriptor* nested_key; in TEST_F() local 3718 nested_key = desc->message_type()->FindFieldByName("bb"); in TEST_F() 3721 differencer.TreatAsMap(desc, nested_key); in TEST_F()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/ |
H A D | message_differencer_unittest.cc | 3626 const FieldDescriptor* nested_key; in TEST_F() local 3631 nested_key = desc->message_type()->FindFieldByName("a"); in TEST_F() 3637 differencer.TreatAsMap(desc, nested_key); in TEST_F() 3714 const FieldDescriptor* nested_key; in TEST_F() local 3718 nested_key = desc->message_type()->FindFieldByName("bb"); in TEST_F() 3721 differencer.TreatAsMap(desc, nested_key); in TEST_F()
|