OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mainCharacterType
(Results
1 - 2
of
2
) sorted by null
/external/flatbuffers/tests/union_vector/
Movie.java
16
public byte
mainCharacterType
() { int o = __offset(4); return o != 0 ? bb.get(o + bb_pos) : 0; }
41
public static void addMainCharacterType(FlatBufferBuilder builder, byte
mainCharacterType
) { builder.addByte(0,
mainCharacterType
, 0); }
union_vector_generated.js
273
Movie.prototype.
mainCharacterType
= function() {
354
* @param {Character}
mainCharacterType
356
Movie.addMainCharacterType = function(builder,
mainCharacterType
) {
357
builder.addFieldInt8(0,
mainCharacterType
, Character.NONE);
445
* @param {Character}
mainCharacterType
451
Movie.createMovie = function(builder,
mainCharacterType
, mainCharacterOffset, charactersTypeOffset, charactersOffset) {
453
Movie.addMainCharacterType(builder,
mainCharacterType
);
Completed in 148 milliseconds