reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  585         type.isValid() && type_vec_size.isValid() && type_kind.isValid();
 1992   elem.type = static_cast<RenderScriptRuntime::Element::DataType>(results[0]);
 2001             __FUNCTION__, *elem.type.get(), *elem.type_kind.get(),
 2312   const Element::DataType type = *elem.type.get();
 2368   assert(alloc->data_ptr.isValid() && alloc->element.type.isValid() &&
 2424   assert(alloc->data_ptr.isValid() && alloc->element.type.isValid() &&
 2486   const uint32_t alloc_type = static_cast<uint32_t>(*alloc->element.type.get());
 2567   elem_header.type = *elem.type.get();
 2644   assert(alloc->data_ptr.isValid() && alloc->element.type.isValid() &&
 3197   const Element::DataType type = *alloc->element.type.get();
 3396     if (!alloc->element.type.isValid() ||
 3401       Element::DataType type = *alloc->element.type.get();