Searched refs:table_ptr (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | generated_message_util.cc | 344 void SerializeMessageTo(const MessageLite* msg, const void* table_ptr, in SerializeMessageTo() argument 347 static_cast<const SerializationTable*>(table_ptr); in SerializeMessageTo() 365 void SerializeGroupTo(const MessageLite* msg, const void* table_ptr, in SerializeGroupTo() argument 368 static_cast<const SerializationTable*>(table_ptr); in SerializeGroupTo()
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jvmti.h | 1377 jvmtiLineNumberEntry** table_ptr); 1389 jvmtiLocalVariableEntry** table_ptr); 2308 jvmtiLineNumberEntry** table_ptr) { in GetLineNumberTable() 2309 return functions->GetLineNumberTable(this, method, entry_count_ptr, table_ptr); in GetLineNumberTable() 2320 jvmtiLocalVariableEntry** table_ptr) { in GetLocalVariableTable() 2321 return functions->GetLocalVariableTable(this, method, entry_count_ptr, table_ptr); in GetLocalVariableTable()
|
/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 2362 auto table_ptr = reinterpret_cast<const Table *>(buf_.data_at(table.o)); 2363 bool ok = table_ptr->GetOptionalFieldOffset(field) != 0;
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 3422 ClassHeapStats** table_ptr = class_table->TableAddressFor(cid); in LoadAllocationStatsAddress() local 3424 LoadImmediate(dest, reinterpret_cast<uword>(*table_ptr) + class_offset); in LoadAllocationStatsAddress() 3426 LoadImmediate(dest, reinterpret_cast<uword>(table_ptr)); in LoadAllocationStatsAddress()
|