Searched refs:field_location (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.h | 368 const LocationRecorder& field_location, 377 const LocationRecorder& field_location, 455 const LocationRecorder& field_location, 461 const LocationRecorder& field_location, 465 const LocationRecorder& field_location,
|
D | parser.cc | 903 const LocationRecorder& field_location, in ParseMessageField() argument 906 LocationRecorder location(field_location, in ParseMessageField() 923 field_location, containing_file); in ParseMessageField() 930 const LocationRecorder& field_location, in ParseMessageFieldNoLabel() argument 935 LocationRecorder location(field_location); // add path later in ParseMessageFieldNoLabel() 1007 LocationRecorder location(field_location, in ParseMessageFieldNoLabel() 1028 LocationRecorder location(field_location, in ParseMessageFieldNoLabel() 1038 DO(ParseFieldOptions(field, field_location, containing_file)); in ParseMessageFieldNoLabel() 1045 group_location.StartAt(field_location); in ParseMessageFieldNoLabel() 1064 LocationRecorder location(field_location, in ParseMessageFieldNoLabel() [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | gl_nir_linker.c | 237 unsigned field_location = location; in add_shader_variable() local 247 use_implicit_location, field_location, in add_shader_variable() 251 field_location += glsl_count_attribute_slots(field_type, false); in add_shader_variable()
|
D | link_varyings.cpp | 654 unsigned field_location = field->location - in validate_explicit_variable_location() local 657 field_location, in validate_explicit_variable_location() 658 0, field_location + 1, in validate_explicit_variable_location()
|
D | linker.cpp | 3817 unsigned field_location = location; in add_shader_variable() local 3824 use_implicit_location, field_location, in add_shader_variable() 3828 field_location += field->type->count_attribute_slots(false); in add_shader_variable()
|
/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 1374 auto field_location = reinterpret_cast<FieldLoc *>(it); 1375 auto pos = static_cast<voffset_t>(vtableoffsetloc - field_location->off); 1378 !ReadScalar<voffset_t>(buf_.data() + field_location->id)); 1379 WriteScalar<voffset_t>(buf_.data() + field_location->id, pos);
|