Home
last modified time | relevance | path

Searched refs:CopyTable (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/src/
Dreflection.cpp368 Offset<const Table *> CopyTable(FlatBufferBuilder &fbb, in CopyTable() function
392 CopyTable(fbb, schema, subobjectdef, *GetFieldT(table, fielddef)) in CopyTable()
400 CopyTable(fbb, schema, subobjectdef, *GetFieldT(table, fielddef)).o; in CopyTable()
428 CopyTable(fbb, schema, *elemobjectdef, *vec->Get(i)); in CopyTable()
/external/v8/src/ia32/
Ddisasm-ia32.cc153 void CopyTable(const ByteMnemonic bm[], InstructionType type);
178 CopyTable(two_operands_instr, TWO_OPERANDS_INSTR); in Init()
179 CopyTable(zero_operands_instr, ZERO_OPERANDS_INSTR); in Init()
180 CopyTable(call_jump_instr, CALL_JUMP_INSTR); in Init()
181 CopyTable(short_immediate_instr, SHORT_IMMEDIATE_INSTR); in Init()
182 CopyTable(byte_immediate_instr, BYTE_IMMEDIATE_INSTR); in Init()
193 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable() function in disasm::InstructionTable
/external/v8/src/x64/
Ddisasm-x64.cc179 void CopyTable(const ByteMnemonic bm[], InstructionType type);
203 CopyTable(two_operands_instr, TWO_OPERANDS_INSTR); in Init()
204 CopyTable(zero_operands_instr, ZERO_OPERANDS_INSTR); in Init()
205 CopyTable(call_jump_instr, CALL_JUMP_INSTR); in Init()
206 CopyTable(short_immediate_instr, SHORT_IMMEDIATE_INSTR); in Init()
214 void InstructionTable::CopyTable(const ByteMnemonic bm[], in CopyTable() function in disasm::InstructionTable
/external/flatbuffers/include/flatbuffers/
Dreflection.h462 Offset<const Table *> CopyTable(FlatBufferBuilder &fbb,
/external/flatbuffers/tests/
Dtest.cpp855 auto root_offset = flatbuffers::CopyTable( in ReflectionTest()