OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fooEnum
(Results
1 - 2
of
2
) sorted by null
/external/flatbuffers/tests/namespace_test/NamespaceA/
TableInFirstNS.java
19
public byte
fooEnum
() { int o = __offset(6); return o != 0 ? bb.get(o + bb_pos) : 0; }
26
public static void addFooEnum(FlatBufferBuilder builder, byte
fooEnum
) { builder.addByte(1,
fooEnum
, 0); }
/external/flatbuffers/tests/namespace_test/
namespace_test2_generated.js
68
NamespaceA.TableInFirstNS.prototype.
fooEnum
= function() {
114
* @param {NamespaceA.NamespaceB.EnumInNestedNS}
fooEnum
116
NamespaceA.TableInFirstNS.addFooEnum = function(builder,
fooEnum
) {
117
builder.addFieldInt8(1,
fooEnum
, NamespaceA.NamespaceB.EnumInNestedNS.A);
Completed in 93 milliseconds