HomeSort by relevance Sort by last modified time
    Searched defs:FieldSize (Results 1 - 5 of 5) sorted by null

  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osRgstry.h 52 TI_UINT32 FieldSize;
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
osRgstry.h 53 ULONG FieldSize;
  /system/wlan/ti/wilink_6_1/platforms/os/common/inc/
osRgstry.h 52 TI_UINT32 FieldSize;
  /external/protobuf/python/google/protobuf/internal/
encoder.py 139 def FieldSize(value):
141 return FieldSize
168 def FieldSize(value):
170 return FieldSize
194 def FieldSize(value):
196 return FieldSize
237 def FieldSize(value):
240 return FieldSize
259 def FieldSize(value):
262 return FieldSize
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 426 int GeneratedMessageReflection::FieldSize(const Message& message,
428 USAGE_CHECK_MESSAGE_TYPE(FieldSize);
429 USAGE_CHECK_REPEATED(FieldSize);
652 if (FieldSize(message, field) > 0) {
    [all...]

Completed in 321 milliseconds