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

  /external/protobuf/python/google/protobuf/internal/
wire_format.py 259 def IsTypePackable(field_type):
  /external/protobuf/src/google/protobuf/
descriptor.h 399 // IsTypePackable(type())
480 static inline bool IsTypePackable(Type field_type);
    [all...]
  /external/protobuf/python/google/protobuf/
reflection.py 287 if is_repeated and wire_format.IsTypePackable(field_descriptor.type):
    [all...]

Completed in 51 milliseconds