HomeSort by relevance Sort by last modified time
    Searched full:hp_field (Results 1 - 1 of 1) sorted by null

  /external/flatbuffers/tests/
test.cpp 625 auto &hp_field = *hp_field_ptr; local
626 TEST_EQ_STR(hp_field.name()->c_str(), "hp");
627 TEST_EQ(hp_field.id(), 2);
628 TEST_EQ(hp_field.type()->base_type(), reflection::Short);
649 auto hp = flatbuffers::GetFieldI<uint16_t>(root, hp_field);
654 auto hp_int64 = flatbuffers::GetAnyFieldI(root, hp_field);
656 auto hp_double = flatbuffers::GetAnyFieldF(root, hp_field);
658 auto hp_string = flatbuffers::GetAnyFieldS(root, hp_field, &schema);
676 flatbuffers::SetField<uint16_t>(&root, hp_field, 200);
677 hp = flatbuffers::GetFieldI<uint16_t>(root, hp_field);
    [all...]

Completed in 72 milliseconds