Home
last modified time | relevance | path

Searched refs:next_field (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_util.cc41 repeated_field* next_field = field->next; in destroy_repeated_field_list_identity() local
48 field = next_field; in destroy_repeated_field_list_identity()
55 repeated_field* next_field = field->next; in destroy_repeated_field_list_string() local
58 field = next_field; in destroy_repeated_field_list_string()
/external/autotest/tko/
Dcompose_query.cgi71 next_field = { variable
140 next_row = next_field[row]
143 next_column = next_field[column]
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dpack.py168 next_field = dst_fields[i]
170 if offset + src_field.size <= next_field.offset:
176 last_field = next_field
/external/autotest/client/bin/net/
Dnet_utils.py148 def parse_ethtool(self, field, match, option='', next_field=''): argument
153 (field, match, next_field), output, re.S)
198 next_field='Supports auto-negotiation')
204 next_field='Advertised auto-negotiation')
/external/vboot_reference/utility/
Dtlcl_generator.c517 Field* next_field = fld->next; in FreeFields() local
519 FreeFields(next_field); in FreeFields()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc2821 const FieldDescriptor* next_field = in GenerateClear() local
2825 next_field != nullptr && in GenerateClear()
2827 has_bit_indices_[next_field->index()] / 8) { in GenerateClear()
2828 GOOGLE_CHECK(!CanInitializeByZeroing(next_field)); in GenerateClear()
/external/flatbuffers/src/
Didl_parser.cpp2816 auto next_field = in Deserialize() local
2822 next_field ? (next_field->offset() - field_def->value.offset) - size in Deserialize()