Home
last modified time | relevance | path

Searched refs:table_ptr (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.cc329 void SerializeMessageTo(const MessageLite* msg, const void* table_ptr, in SerializeMessageTo() argument
332 static_cast<const SerializationTable*>(table_ptr); in SerializeMessageTo()
350 void SerializeGroupTo(const MessageLite* msg, const void* table_ptr, in SerializeGroupTo() argument
353 static_cast<const SerializationTable*>(table_ptr); in SerializeGroupTo()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc3193 ClassHeapStats **table_ptr = class_table->TableAddressFor(cid); in LoadAllocationStatsAddress() local
3195 LoadImmediate(dest, reinterpret_cast<uword>(*table_ptr) + class_offset); in LoadAllocationStatsAddress()
3197 LoadImmediate(dest, reinterpret_cast<uword>(table_ptr)); in LoadAllocationStatsAddress()