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

  /external/protobuf/src/google/protobuf/
wire_format.cc 837 const bool is_packed = field->is_packed(); local
838 if (is_packed && count > 0) {
854 if (is_packed) { \
    [all...]
extension_set.h 95 : type(type_param), is_repeated(isrepeated), is_packed(ispacked),
100 bool is_packed; member in struct:google::protobuf::internal::ExtensionInfo
173 bool is_repeated, bool is_packed);
176 bool is_repeated, bool is_packed,
180 bool is_repeated, bool is_packed,
509 bool is_packed; member in struct:google::protobuf::internal::ExtensionSet::Extension
549 // extension->is_packed (whether packed=true is specified).
557 // extension->is_packed (whether packed=true is specified).
    [all...]
descriptor.cc 2623 bool FieldDescriptor::is_packed() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 93 : type(type_param), is_repeated(isrepeated), is_packed(ispacked),
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,
473 bool is_packed; member in struct:google::protobuf::internal::ExtensionSet::Extension
643 bool is_packed, Type value, ExtensionSet* set);
665 int number, FieldType field_type, bool is_packed, \
667 set->Add##METHOD(number, field_type, is_packed, value, NULL); \
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 93 : type(type_param), is_repeated(isrepeated), is_packed(ispacked),
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,
473 bool is_packed; member in struct:google::protobuf::internal::ExtensionSet::Extension
643 bool is_packed, Type value, ExtensionSet* set);
665 int number, FieldType field_type, bool is_packed, \
667 set->Add##METHOD(number, field_type, is_packed, value, NULL); \
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
extension_set.h 93 : type(type_param), is_repeated(isrepeated), is_packed(ispacked),
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,
473 bool is_packed; member in struct:google::protobuf::internal::ExtensionSet::Extension
643 bool is_packed, Type value, ExtensionSet* set);
665 int number, FieldType field_type, bool is_packed, \
667 set->Add##METHOD(number, field_type, is_packed, value, NULL); \
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
extension_set.h 93 : type(type_param), is_repeated(isrepeated), is_packed(ispacked),
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,
473 bool is_packed; member in struct:google::protobuf::internal::ExtensionSet::Extension
643 bool is_packed, Type value, ExtensionSet* set);
665 int number, FieldType field_type, bool is_packed, \
667 set->Add##METHOD(number, field_type, is_packed, value, NULL); \
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_validate.c 220 if (src->src.reg.reg->is_packed)
326 bool is_packed = !dest->dest.is_ssa && dest->dest.reg.reg->is_packed; local
331 validate_assert(state, is_packed || !(dest->write_mask & ~((1 << dest_size) - 1)));
440 } else if (!instr->src[i].reg.reg->is_packed) {
462 } else if (!instr->dest.reg.reg->is_packed) {
    [all...]
nir.h 364 bool is_packed; member in struct:nir_register
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
extension_set.h 95 : type(type_param), is_repeated(isrepeated), is_packed(ispacked),
100 bool is_packed; member in struct:google::protobuf::internal::ExtensionInfo
173 bool is_repeated, bool is_packed);
176 bool is_repeated, bool is_packed,
180 bool is_repeated, bool is_packed,
509 bool is_packed; member in struct:google::protobuf::internal::ExtensionSet::Extension
549 // extension->is_packed (whether packed=true is specified).
557 // extension->is_packed (whether packed=true is specified).
    [all...]
  /external/v8/src/
elements.cc 966 bool is_packed = IsFastPackedElementsKind(from_kind) && variable
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 631 (** [is_packed sty] returns [true] if the structure type [sty] is packed,
633 val is_packed : lltype -> bool var
    [all...]
  /external/swiftshader/third_party/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 3126 milliseconds