OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:characters_type
(Results
1 - 2
of
2
) sorted by null
/external/flatbuffers/tests/union_vector/
Movie.java
23
public boolean mutateCharactersType(int j, byte
characters_type
) { int o = __offset(8); if (o != 0) { bb.put(__vector(o) + j * 1,
characters_type
); return true; } else { return false; } }
local
union_vector_generated.h
356
const flatbuffers::Vector<uint8_t> *
characters_type
() const {
function in struct:FLATBUFFERS_FINAL_CLASS
374
verifier.VerifyVector(
characters_type
()) &&
377
VerifyCharacterVector(verifier, characters(),
characters_type
()) &&
394
void add_characters_type(flatbuffers::Offset<flatbuffers::Vector<uint8_t>>
characters_type
) {
395
fbb_.AddOffset(Movie::VT_CHARACTERS_TYPE,
characters_type
);
416
flatbuffers::Offset<flatbuffers::Vector<uint8_t>>
characters_type
= 0,
420
builder_.add_characters_type(
characters_type
);
430
const std::vector<uint8_t> *
characters_type
= nullptr,
432
auto characters_type__ =
characters_type
? _fbb.CreateVector<uint8_t>(*
characters_type
) : 0
[
all
...]
Completed in 77 milliseconds