Home
last modified time | relevance | path

Searched defs:struct_field (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dunittest_well_known_types.proto30 google.protobuf.Struct struct_field = 7; field
54 repeated google.protobuf.Struct struct_field = 7; field
77 google.protobuf.Struct struct_field = 7; field
102 map<int32,google.protobuf.Struct> struct_field = 7; field
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_well_known_types.proto30 google.protobuf.Struct struct_field = 7; field
54 repeated google.protobuf.Struct struct_field = 7; field
77 google.protobuf.Struct struct_field = 7; field
102 map<int32,google.protobuf.Struct> struct_field = 7; field
/third_party/node/deps/v8/tools/v8windbg/src/
Dv8-debug-helper-interop.cc107 const auto& struct_field = *source_prop.struct_fields[field_index]; in GetPropertiesAsVector() local
/third_party/node/deps/v8/src/torque/
Dclass-debug-reader-generator.cc368 for (const auto& struct_field : in GenerateGetPropsChunkForField() local
Dtypes.cc433 for (const Field& struct_field : fields()) { in ClassifyContents() local
Dimplementation-visitor.cc4409 for (const Field& struct_field : struct_type->fields()) { in GenerateFieldAccessors() local
/third_party/mesa3d/src/compiler/
Dglsl_types.cpp3076 encode_glsl_struct_field(blob *blob, const glsl_struct_field *struct_field) in encode_glsl_struct_field()
3090 decode_glsl_struct_field_from_blob(blob_reader *blob, glsl_struct_field *struct_field) in decode_glsl_struct_field_from_blob()
/third_party/mesa3d/src/compiler/glsl/
Dast_function.cpp1982 const glsl_struct_field *struct_field = in process_record_constructor() local