HomeSort by relevance Sort by last modified time
    Searched refs:next_field (Results 1 - 7 of 7) sorted by null

  /external/grpc-grpc/src/core/tsi/alts/handshaker/
alts_handshaker_service_api_util.cc 41 repeated_field* next_field = field->next; local
48 field = next_field;
55 repeated_field* next_field = field->next; local
58 field = next_field;
  /external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
pack.py 168 next_field = dst_fields[i]
170 if offset + src_field.size <= next_field.offset:
176 last_field = next_field
  /external/autotest/tko/
compose_query.cgi 71 next_field = { variable
140 next_row = next_field[row]
143 next_column = next_field[column]
  /external/autotest/client/bin/net/
net_utils.py 148 def parse_ethtool(self, field, match, option='', next_field=''):
153 (field, match, next_field), output, re.S)
198 next_field='Supports auto-negotiation')
204 next_field='Advertised auto-negotiation')
  /external/vboot_reference/utility/
tlcl_generator.c 517 Field* next_field = fld->next; local
519 FreeFields(next_field);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 3083 const FieldDescriptor* next_field = ordered_fields[i + 1]; local
3103 const FieldDescriptor* next_field = ordered_fields[i + 1]; local
    [all...]
  /external/flatbuffers/src/
idl_parser.cpp     [all...]

Completed in 363 milliseconds