/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
H A D | export_utils.cc | 203 AttrValue nested_value; in ConvertAttribute() local 204 TF_RETURN_IF_ERROR(ConvertAttribute(attr, &nested_value)); in ConvertAttribute() 205 switch (nested_value.value_case()) { in ConvertAttribute() 207 list->add_s(nested_value.s()); in ConvertAttribute() 210 list->add_type(nested_value.type()); in ConvertAttribute() 213 *list->add_shape() = nested_value.shape(); in ConvertAttribute()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/ |
H A D | convert_attributes.cc | 150 AttrValue nested_value; in ConvertAttribute() local 151 TF_RETURN_IF_ERROR(ConvertAttribute(attr, &nested_value)); in ConvertAttribute() 152 switch (nested_value.value_case()) { in ConvertAttribute() 154 list->add_s(nested_value.s()); in ConvertAttribute() 157 list->add_type(nested_value.type()); in ConvertAttribute() 160 *list->add_shape() = nested_value.shape(); in ConvertAttribute()
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/combinators/ |
D | nested.rs | 24 pub fn nested_value(&self) -> Option<&V> { in nested_value() method 96 if let Some(secondary_value) = value.nested_value() { in map() 138 let s_idx = self.secondary[p_idx].index_of(value.nested_value()?)?; in index_of()
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_lite_gen/gen/external/perfetto/protos/perfetto/trace/track_event/ |
D | debug_annotation.pb.cc | 630 …static const ::perfetto::protos::DebugAnnotation_NestedValue& nested_value(const DebugAnnotation* … 637 DebugAnnotation::_Internal::nested_value(const DebugAnnotation* msg) { in nested_value() function in perfetto::protos::DebugAnnotation::_Internal 640 …tation::set_allocated_nested_value(::perfetto::protos::DebugAnnotation_NestedValue* nested_value) { in set_allocated_nested_value() argument 643 if (nested_value) { in set_allocated_nested_value() 645 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(nested_value); in set_allocated_nested_value() 647 nested_value = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( in set_allocated_nested_value() 648 message_arena, nested_value, submessage_arena); in set_allocated_nested_value() 651 _impl_.value_.nested_value_ = nested_value; in set_allocated_nested_value() 1150 InternalWriteMessage(8, _Internal::nested_value(this), in _InternalSerialize() 1151 _Internal::nested_value(this).GetCachedSize(), target, stream); in _InternalSerialize()
|
/aosp_15_r20/external/perfetto/src/trace_processor/util/ |
H A D | debug_annotation_parser.cc | 143 return ParseNestedValueArgs(annotation.nested_value(), context_name, in ParseDebugAnnotationValue() 189 protozero::ConstBytes nested_value, in ParseNestedValueArgs() argument 192 protos::pbzero::DebugAnnotation::NestedValue::Decoder value(nested_value); in ParseNestedValueArgs()
|
H A D | debug_annotation_parser.h | 55 ParseResult ParseNestedValueArgs(protozero::ConstBytes nested_value,
|
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/parser/track_event/ |
H A D | track_event_merged_debug_annotations.textproto | 37 nested_value { 98 nested_value {
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_track_event_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/ |
H A D | debug_annotation.pb.h | 712 const ::perfetto::protos::DebugAnnotation_NestedValue& nested_value() const; in Swap() 715 void set_allocated_nested_value(::perfetto::protos::DebugAnnotation_NestedValue* nested_value); in Swap() 721 ::perfetto::protos::DebugAnnotation_NestedValue* nested_value); in Swap() 1901 inline const ::perfetto::protos::DebugAnnotation_NestedValue& DebugAnnotation::nested_value() const… in nested_value() function 1916 …e_arena_set_allocated_nested_value(::perfetto::protos::DebugAnnotation_NestedValue* nested_value) { in unsafe_arena_set_allocated_nested_value() argument 1918 if (nested_value) { in unsafe_arena_set_allocated_nested_value() 1920 _impl_.value_.nested_value_ = nested_value; in unsafe_arena_set_allocated_nested_value()
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/ |
D | debug_annotation.pb.h | 712 const ::perfetto::protos::DebugAnnotation_NestedValue& nested_value() const; in Swap() 715 void set_allocated_nested_value(::perfetto::protos::DebugAnnotation_NestedValue* nested_value); in Swap() 721 ::perfetto::protos::DebugAnnotation_NestedValue* nested_value); in Swap() 1901 inline const ::perfetto::protos::DebugAnnotation_NestedValue& DebugAnnotation::nested_value() const… in nested_value() function 1916 …e_arena_set_allocated_nested_value(::perfetto::protos::DebugAnnotation_NestedValue* nested_value) { in unsafe_arena_set_allocated_nested_value() argument 1918 if (nested_value) { in unsafe_arena_set_allocated_nested_value() 1920 _impl_.value_.nested_value_ = nested_value; in unsafe_arena_set_allocated_nested_value()
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectsource_test.cc | 647 MapOut* nested_value = &(*out.mutable_map2())["nestedself"]; in TEST_P() local 648 (*nested_value->mutable_map1())["nested_key1"].set_foo("nested_foo"); in TEST_P() 649 nested_value->set_bar("nested_bar_string"); in TEST_P()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectsource_test.cc | 647 MapOut* nested_value = &(*out.mutable_map2())["nestedself"]; in TEST_P() local 648 (*nested_value->mutable_map1())["nested_key1"].set_foo("nested_foo"); in TEST_P() 649 nested_value->set_bar("nested_bar_string"); in TEST_P()
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/public/protos/trace/track_event/ |
H A D | debug_annotation.pzc.h | 100 nested_value,
|
/aosp_15_r20/external/perfetto/include/perfetto/public/protos/trace/track_event/ |
H A D | debug_annotation.pzc.h | 100 nested_value,
|
/aosp_15_r20/external/cronet/testing/unexpected_passes_common/ |
H A D | data_types.py | 343 for nested_value in v.IterToValueType(value_type): 344 yield (k, ) + nested_value
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/track_event/ |
H A D | debug_annotation.proto | 81 NestedValue nested_value = 8; field
|
/aosp_15_r20/external/python/apitools/apitools/base/protorpclite/ |
D | protojson_test.py | 52 nested_value = messages.StringField(1) variable in MyMessage.Nested
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_track_event_cpp_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/ |
H A D | debug_annotation.gen.h | 187 const DebugAnnotation_NestedValue& nested_value() const { return *nested_value_; } in nested_value() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_cpp_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/ |
D | debug_annotation.gen.h | 187 const DebugAnnotation_NestedValue& nested_value() const { return *nested_value_; } in nested_value() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/ |
D | debug_annotation.pbzero.h | 209 ::protozero::ConstBytes nested_value() const { return at<8>().as_bytes(); } in nested_value() function
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_track_event_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/ |
H A D | debug_annotation.pbzero.h | 209 ::protozero::ConstBytes nested_value() const { return at<8>().as_bytes(); } in nested_value() function
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_descriptor/gen/ |
D | perfetto_protos_perfetto_trace_track_event_descriptor.bin | 605 nested_value (2,.perfetto.protos.DebugAnnotation.NestedValueHRnestedValue,
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_third_party_chromium_descriptor/gen/ |
D | perfetto_protos_third_party_chromium_descriptor.bin | 605 nested_value (2,.perfetto.protos.DebugAnnotation.NestedValueHRnestedValue,
|
/aosp_15_r20/external/perfetto/src/tracing/test/ |
H A D | api_integrationtest.cc | 656 value << "(nested)" << it.nested_value().string_value(); in ReadSlicesFromTrace()
|
/aosp_15_r20/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 6193 NestedValue nested_value = 8; field
|
/aosp_15_r20/external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/ |
H A D | perfetto_trace.proto | 11534 NestedValue nested_value = 8; field
|