Searched refs:fieldnum (Results 1 - 6 of 6) sorted by relevance

/external/autotest/client/site_tests/platform_BootPerf/
H A Dplatform_BootPerf.py137 def _parse_bootstat(self, filename, fieldnum):
152 @param fieldnum Which field of the file.
153 @return List of values of `fieldnum` for
161 values = map(lambda l: float(l.split()[fieldnum]),
/external/protobuf/conformance/
H A Dconformance_test.cc139 string tag(uint32_t fieldnum, char wire_type) { argument
140 return varint((fieldnum << 3) | wire_type);
503 uint32_t fieldnum = GetFieldNumberForType(type, false); local
512 tag(fieldnum, wire_type),
524 cat( tag(fieldnum, wire_type), incomplete ),
537 cat( tag(fieldnum, wire_type), varint(1) ),
555 cat( tag(fieldnum, WireFormatLite::WIRETYPE_LENGTH_DELIMITED),
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c7969 int32_t upb_pbdecoder_skipunknown(upb_pbdecoder *d, int32_t fieldnum, argument
7971 if (fieldnum >= 0)
7978 fieldnum = tag >> 3;
7981 if (fieldnum == 0) {
8006 CHECK_SUSPEND(pushtagdelim(d, -fieldnum));
8009 if (fieldnum == -d->top->groupnum) {
8011 } else if (fieldnum == d->top->groupnum) {
8049 uint32_t fieldnum; local
8056 fieldnum = tag >> 3;
8060 if (fieldnum !
[all...]
H A Dupb.h7589 int32_t upb_pbdecoder_skipunknown(upb_pbdecoder *d, int32_t fieldnum,
7625 * (UPB_MAX_FIELDNUMBER + fieldnum) and jump there.
7629 * could key the table on fieldnum+wiretype, the table would be 8x sparser.
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c8680 int32_t upb_pbdecoder_skipunknown(upb_pbdecoder *d, int32_t fieldnum, argument
8682 if (fieldnum >= 0)
8689 fieldnum = tag >> 3;
8692 if (fieldnum == 0) {
8717 CHECK_SUSPEND(pushtagdelim(d, -fieldnum));
8720 if (fieldnum == -d->top->groupnum) {
8722 } else if (fieldnum == d->top->groupnum) {
8760 uint32_t fieldnum; local
8767 fieldnum = tag >> 3;
8771 if (fieldnum !
[all...]
H A Dupb.h7889 int32_t upb_pbdecoder_skipunknown(upb_pbdecoder *d, int32_t fieldnum,
7925 * (UPB_MAX_FIELDNUMBER + fieldnum) and jump there.
7929 * could key the table on fieldnum+wiretype, the table would be 8x sparser.

Completed in 1581 milliseconds