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

  /external/protobuf/src/google/protobuf/
wire_format.cc 759 const bool is_packed = field->options().packed(); local
760 if (is_packed && count > 0) {
776 if (is_packed) { \
821 if (is_packed) {
    [all...]
extension_set.h 92 inline ExtensionInfo(FieldType type, bool is_repeated, bool is_packed)
93 : type(type), is_repeated(is_repeated), is_packed(is_packed),
98 bool is_packed; member in struct:google::protobuf::internal::ExtensionInfo
167 bool is_repeated, bool is_packed);
170 bool is_repeated, bool is_packed,
174 bool is_repeated, bool is_packed,
421 bool is_packed; member in struct:google::protobuf::internal::ExtensionSet::Extension
571 bool is_packed, Type value, ExtensionSet* set);
593 int number, FieldType field_type, bool is_packed, \
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 501 (** [is_packed sty] returns [true] if the structure type [sty] is packed,
503 val is_packed : lltype -> bool var
    [all...]

Completed in 1147 milliseconds