Searched refs:HalfValue (Results 1 – 5 of 5) sorted by relevance
101 struct HalfValue { struct108 std::map<std::string, HalfValue> half_values_; argument
63 table HalfValue {181 half_values:[HalfValue];
48 struct HalfValue;876 struct HalfValue FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {903 typedef HalfValue Table;907 fbb_.AddOffset(HalfValue::VT_NAME, name); in add_name()910 fbb_.AddElement<float>(HalfValue::VT_VALUE, value, 0.0f); in add_value()913 fbb_.AddElement<uint8_t>(HalfValue::VT_ACTIVE, static_cast<uint8_t>(active), 0); in add_active()919 flatbuffers::Offset<HalfValue> Finish() { in Finish()921 auto o = flatbuffers::Offset<HalfValue>(end); in Finish()926 inline flatbuffers::Offset<HalfValue> CreateHalfValue(938 inline flatbuffers::Offset<HalfValue> CreateHalfValueDirect([all …]
136 struct HalfValue { struct149 std::map<std::string, HalfValue> half_values_; argument
517 Arguments::HalfValue value; in Decode()624 std::vector<flatbuffers::Offset<data::HalfValue>> half_values_fb; in Encode()