Home
last modified time | relevance | path

Searched defs:TaggedValue (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/value/
Dtagged.rs51 pub struct TaggedValue { struct
53 pub tag: Tag,
55 pub value: Value,
174 impl Serialize for TaggedValue { implementation
196 impl<'de> Deserialize<'de> for TaggedValue { implementation
224 impl<'de> Deserializer<'de> for TaggedValue { implementation
249 impl<'de> EnumAccess<'de> for TaggedValue { implementation
304 impl<'de> Deserializer<'de> for &'de TaggedValue { implementation
328 impl<'de> EnumAccess<'de> for &'de TaggedValue { implementation
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/
H A Dvalue.h47 class TaggedValue; variable
H A Dobject.h41 using TaggedValue = impl::TaggedValue; variable