Home
last modified time | relevance | path

Searched refs:AddFooEnum (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.lua51 function TableInFirstNS.AddFooEnum(builder, fooEnum) builder:PrependInt8Slot(1, fooEnum, 0) end function
DTableInFirstNS.cs27 …public static void AddFooEnum(FlatBufferBuilder builder, NamespaceA.NamespaceB.EnumInNestedNS fooE… in AddFooEnum() method