Searched refs:field_location (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser.h | 368 const LocationRecorder& field_location, 377 const LocationRecorder& field_location, 443 const LocationRecorder& field_location, 456 const LocationRecorder& field_location, 462 const LocationRecorder& field_location, 466 const LocationRecorder& field_location,
|
H A D | parser.cc | 941 const LocationRecorder& field_location, in ParseMessageField() 945 if (ParseLabel(&label, field_location, containing_file)) { in ParseMessageField() 956 field_location, containing_file); in ParseMessageField() 963 const LocationRecorder& field_location, in ParseMessageFieldNoLabel() 968 LocationRecorder location(field_location); // add path later in ParseMessageFieldNoLabel() 1040 LocationRecorder location(field_location, in ParseMessageFieldNoLabel() 1061 LocationRecorder location(field_location, in ParseMessageFieldNoLabel() 1071 DO(ParseFieldOptions(field, field_location, containing_file)); in ParseMessageFieldNoLabel() 1078 group_location.StartAt(field_location); in ParseMessageFieldNoLabel() 1097 LocationRecorder location(field_location, in ParseMessageFieldNoLabel() 937 ParseMessageField(FieldDescriptorProto* field, RepeatedPtrField<DescriptorProto>* messages, const LocationRecorder& parent_location, int location_field_number_for_nested_type, const LocationRecorder& field_location, const FileDescriptorProto* containing_file) ParseMessageField() argument 959 ParseMessageFieldNoLabel( FieldDescriptorProto* field, RepeatedPtrField<DescriptorProto>* messages, const LocationRecorder& parent_location, int location_field_number_for_nested_type, const LocationRecorder& field_location, const FileDescriptorProto* containing_file) ParseMessageFieldNoLabel() argument 1195 ParseFieldOptions(FieldDescriptorProto* field, const LocationRecorder& field_location, const FileDescriptorProto* containing_file) ParseFieldOptions() argument 1224 ParseDefaultAssignment( FieldDescriptorProto* field, const LocationRecorder& field_location, const FileDescriptorProto* containing_file) ParseDefaultAssignment() argument 1362 ParseJsonName(FieldDescriptorProto* field, const LocationRecorder& field_location, const FileDescriptorProto* containing_file) ParseJsonName() argument 2242 ParseLabel(FieldDescriptorProto::Label* label, const LocationRecorder& field_location, const FileDescriptorProto* containing_file) ParseLabel() argument [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | link_varyings.cpp | 527 unsigned field_location = field->location - in validate_explicit_variable_location() local 531 field_location, in validate_explicit_variable_location() 533 field_location + field_slots, in validate_explicit_variable_location()
|
H A D | gl_nir_linker.c | 364 unsigned field_location = location; in add_shader_variable() local 374 use_implicit_location, field_location, in add_shader_variable() 378 field_location += glsl_count_attribute_slots(field_type, false); in add_shader_variable()
|
Completed in 9 milliseconds