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

  /art/runtime/lambda/
closure.cc 36 size_t Closure::GetCapturedVariableSize(ShortyFieldType variable_type, size_t offset) const {
37 switch (variable_type) {
43 DCHECK(variable_type.IsStaticSize());
44 return variable_type.GetStaticSize();
204 ShortyFieldType variable_type; local
206 GetCapturedVariableTypeAndOffset(index, &variable_type, &offset);
215 switch (variable_type) {
240 << static_cast<char>(variable_type);
250 ShortyFieldType variable_type; local
252 GetCapturedVariableTypeAndOffset(index, &variable_type, &offset)
281 ShortyFieldType variable_type; local
357 ShortyFieldType variable_type = variable_info.variable_type_; local
    [all...]
closure.h 133 // Get the size in bytes of the variable_type which is potentially stored at offset.
134 size_t GetCapturedVariableSize(ShortyFieldType variable_type, size_t offset) const;
  /external/e2fsprogs/ext2ed/
init.c 110 char variable_name [50],variable_type [20]; local
140 ch=parse_word (current_line,variable_type);
143 strcpy (variable_type,variable_name);
147 add_new_variable (current_descriptor,variable_type,variable_name);

Completed in 238 milliseconds