Home
last modified time | relevance | path

Searched defs:vector_of_enums (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/tests/
Dmonster_test.schema.json159 "vector_of_enums" : { "$ref" : "#/definitions/MyGame_Example_Color" } object
Dmonster_test_generated.rs1257 pub fn vector_of_enums(&self) -> Option<flatbuffers::Vector<'a, Color>> { in vector_of_enums() method
1399 pub vector_of_enums: Option<flatbuffers::WIPOffset<flatbuffers::Vector<'a , Color>>>, field
/external/flatbuffers/tests/MyGame/Example/
DMonster.java160 …public boolean mutateVectorOfEnums(int j, byte vector_of_enums) { int o = __offset(98); if (o != 0… in mutateVectorOfEnums()
DMonster.php682 …g_references, $any_unique_type, $any_unique, $any_ambiguous_type, $any_ambiguous, $vector_of_enums)