Home
last modified time | relevance | path

Searched refs:nested_value (Results 1 – 17 of 17) sorted by relevance

/external/perfetto/test/trace_processor/diff_tests/parser/track_event/
Dtrack_event_merged_debug_annotations.textproto37 nested_value {
98 nested_value {
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dexport_utils.cc203 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()
/external/tensorflow/tensorflow/core/ir/importexport/
Dconvert_attributes.cc150 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()
/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/combinators/
Dnested.rs24 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()
/external/perfetto/src/trace_processor/util/
Ddebug_annotation_parser.cc149 return ParseNestedValueArgs(annotation.nested_value(), context_name, in ParseDebugAnnotationValue()
195 protozero::ConstBytes nested_value, in ParseNestedValueArgs() argument
198 protos::pbzero::DebugAnnotation::NestedValue::Decoder value(nested_value); in ParseNestedValueArgs()
Ddebug_annotation_parser.h58 ParseResult ParseNestedValueArgs(protozero::ConstBytes nested_value,
/external/perfetto/include/perfetto/public/protos/trace/track_event/
Ddebug_annotation.pzc.h100 nested_value,
/external/cronet/stable/testing/unexpected_passes_common/
Ddata_types.py345 for nested_value in v.IterToValueType(value_type):
346 yield (k, ) + nested_value
/external/cronet/tot/testing/unexpected_passes_common/
Ddata_types.py345 for nested_value in v.IterToValueType(value_type):
346 yield (k, ) + nested_value
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc647 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()
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc647 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()
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc647 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()
/external/perfetto/protos/perfetto/trace/track_event/
Ddebug_annotation.proto81 NestedValue nested_value = 8; field
/external/python/apitools/apitools/base/protorpclite/
Dprotojson_test.py52 nested_value = messages.StringField(1) variable in MyMessage.Nested
/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc656 value << "(nested)" << it.nested_value().string_value(); in ReadSlicesFromTrace()
/external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/
Dperfetto_trace.proto11534 NestedValue nested_value = 8; field
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto12579 NestedValue nested_value = 8; field