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

  /art/runtime/lambda/
closure.cc 51 inline Closure::VariableInfo Closure::ParseTypeDescriptor(const char* type_descriptor,
179 ParseTypeDescriptor<VariableInfo::kCount>(GetCapturedVariablesTypeDescriptor(),
195 ParseTypeDescriptor<VariableInfo::kVariableType>(GetCapturedVariablesTypeDescriptor(),
337 ParseTypeDescriptor<VariableInfo::kOffset>(GetCapturedVariablesTypeDescriptor(),
354 ParseTypeDescriptor<kVariableTypeAndOffset>(GetCapturedVariablesTypeDescriptor(),
closure.h 123 inline VariableInfo ALWAYS_INLINE ParseTypeDescriptor(const char* type_descriptor,
126 // Convenience function to call ParseTypeDescriptor with just the type and offset.

Completed in 50 milliseconds