HomeSort by relevance Sort by last modified time
    Searched refs:GetAddressOf (Results 1 - 13 of 13) sorted by null

  /external/flatbuffers/include/flatbuffers/
reflection.h 141 auto field_ptr = table.GetAddressOf(field.offset());
149 auto field_ptr = table.GetAddressOf(field.offset());
161 auto field_ptr = table.GetAddressOf(field.offset());
171 st.GetAddressOf(field.offset()));
178 st.GetAddressOf(field.offset()));
185 st.GetAddressOf(field.offset()), nullptr, -1);
231 return (T *)table.GetAddressOf(field.offset());
237 return (T *)st.GetAddressOf(field.offset());
260 auto field_ptr = table->GetAddressOf(field.offset());
269 auto field_ptr = table->GetAddressOf(field.offset())
    [all...]
flatbuffers.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
client.h 64 typename ComPtrRefBase<T>::InterfaceType *const *GetAddressOf() const throw() {
65 return ComPtrRefBase<T>::ptr_->GetAddressOf();
188 InterfaceType *const *GetAddressOf() const throw() {
192 InterfaceType **GetAddressOf() throw() {
  /system/chre/external/flatbuffers/include/flatbuffers/
flatbuffers.h     [all...]
  /art/compiler/optimizing/
code_generator_arm.h 360 uintptr_t GetAddressOf(HBasicBlock* block) OVERRIDE {
code_generator_mips.h 377 uintptr_t GetAddressOf(HBasicBlock* block) OVERRIDE {
code_generator_mips64.h 340 uintptr_t GetAddressOf(HBasicBlock* block) OVERRIDE {
code_generator_x86.h 372 uintptr_t GetAddressOf(HBasicBlock* block) OVERRIDE {
code_generator_x86_64.h 354 uintptr_t GetAddressOf(HBasicBlock* block) OVERRIDE {
code_generator.h 219 virtual uintptr_t GetAddressOf(HBasicBlock* block) = 0;
    [all...]
code_generator_arm64.h 422 uintptr_t GetAddressOf(HBasicBlock* block) OVERRIDE {
    [all...]
code_generator_arm_vixl.h 455 uintptr_t GetAddressOf(HBasicBlock* block) OVERRIDE {
    [all...]
code_generator.cc     [all...]

Completed in 803 milliseconds