Searched refs:child_type (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.cc1033 CComPtr<IDiaSymbol> child_type; local
1073 if (FAILED(child->get_type(&child_type)) || !child_type) {
1078 if (FAILED(child_type->get_length(&child_length))) {
/external/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c1366 const struct glsl_type *child_type; local
1374 child_type = glsl_get_column_type(type);
1377 child_type = glsl_get_array_element(type);
1380 child_type = glsl_get_struct_field(type, i);
1386 val->elems[i] = vtn_create_ssa_value(b, child_type);

Completed in 128 milliseconds