Searched refs:field_location (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 786 const LocationRecorder& field_location, in ParseMessageField() argument 789 LocationRecorder location(field_location, in ParseMessageField() 806 field_location, in ParseMessageField() 815 const LocationRecorder& field_location, in ParseMessageFieldNoLabel() argument 820 LocationRecorder location(field_location); // add path later in ParseMessageFieldNoLabel() 892 LocationRecorder location(field_location, in ParseMessageFieldNoLabel() 901 LocationRecorder location(field_location, in ParseMessageFieldNoLabel() 911 DO(ParseFieldOptions(field, field_location, containing_file)); in ParseMessageFieldNoLabel() 918 group_location.StartAt(field_location); in ParseMessageFieldNoLabel() 937 LocationRecorder location(field_location, in ParseMessageFieldNoLabel() [all …]
|
D | parser.h | 350 const LocationRecorder& field_location, 359 const LocationRecorder& field_location, 433 const LocationRecorder& field_location, 439 const LocationRecorder& field_location, 443 const LocationRecorder& field_location,
|
/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 1220 auto field_location = reinterpret_cast<FieldLoc *>(it); 1221 auto pos = static_cast<voffset_t>(vtableoffsetloc - field_location->off); 1224 !ReadScalar<voffset_t>(buf_.data() + field_location->id)); 1225 WriteScalar<voffset_t>(buf_.data() + field_location->id, pos);
|
/external/mesa3d/src/compiler/glsl/ |
D | link_varyings.cpp | 590 unsigned field_location = field->location - in validate_explicit_variable_location() local 593 field_location, in validate_explicit_variable_location() 594 0, field_location + 1, in validate_explicit_variable_location()
|
D | linker.cpp | 3877 unsigned field_location = location; in add_shader_variable() local 3884 use_implicit_location, field_location, in add_shader_variable() 3888 field_location += field->type->count_attribute_slots(false); in add_shader_variable()
|