Searched refs:nested_key (Results 1 – 5 of 5) sorted by relevance
| /external/perfetto/src/trace_processor/util/ |
| D | debug_annotation_parser.cc | 115 auto nested_key = proto_to_args_parser_.EnterDictionary(key); in ParseDebugAnnotationValue() local 117 ParseDebugAnnotationValue(key_value, delegate, nested_key.key()); in ParseDebugAnnotationValue() 129 auto nested_key = proto_to_args_parser_.EnterArray(index); in ParseDebugAnnotationValue() local 131 ParseDebugAnnotationValue(value, delegate, nested_key.key()); in ParseDebugAnnotationValue() 227 auto nested_key = proto_to_args_parser_.EnterDictionary(child_name); in ParseNestedValueArgs() local 229 ParseNestedValueArgs(*value_it, nested_key.key(), delegate); in ParseNestedValueArgs() 243 auto nested_key = proto_to_args_parser_.EnterArray(array_index); in ParseNestedValueArgs() local 245 ParseNestedValueArgs(*value_it, nested_key.key(), delegate); in ParseNestedValueArgs()
|
| /external/pytorch/test/distributed/_tensor/debug/ |
| 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))
|
| /external/cronet/tot/third_party/protobuf/src/google/protobuf/util/ |
| 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()
|
| /external/cronet/stable/third_party/protobuf/src/google/protobuf/util/ |
| 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()
|
| /external/protobuf/src/google/protobuf/util/ |
| 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()
|