Searched defs:start_field_number (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc302 int start_field_number, int end_field_number,
305 for (iter = extensions_.lower_bound(start_field_number);
301 SerializeWithCachedSizesToArray( int start_field_number, int end_field_number, uint8* target) const argument
H A Dextension_set.cc1002 int start_field_number, int end_field_number,
1005 for (iter = extensions_.lower_bound(start_field_number);
1001 SerializeWithCachedSizes( int start_field_number, int end_field_number, io::CodedOutputStream* output) const argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc347 int start_field_number, int end_field_number,
350 for (iter = extensions_.lower_bound(start_field_number);
346 SerializeWithCachedSizesToArray( int start_field_number, int end_field_number, uint8* target) const argument
H A Dextension_set.cc1060 int start_field_number, int end_field_number,
1063 for (iter = extensions_.lower_bound(start_field_number);
1059 SerializeWithCachedSizes( int start_field_number, int end_field_number, io::CodedOutputStream* output) const argument

Completed in 116 milliseconds