Home
last modified time | relevance | path

Searched defs:is_packed (Results 1 – 24 of 24) sorted by relevance

/third_party/protobuf/python/google/protobuf/internal/
Dencoder.py130 def SpecificSizer(field_number, is_repeated, is_packed): argument
159 def SpecificSizer(field_number, is_repeated, is_packed): argument
188 def SpecificSizer(field_number, is_repeated, is_packed): argument
230 def StringSizer(field_number, is_repeated, is_packed): argument
252 def BytesSizer(field_number, is_repeated, is_packed): argument
274 def GroupSizer(field_number, is_repeated, is_packed): argument
292 def MessageSizer(field_number, is_repeated, is_packed): argument
442 def SpecificEncoder(field_number, is_repeated, is_packed): argument
476 def SpecificEncoder(field_number, is_repeated, is_packed): argument
516 def SpecificEncoder(field_number, is_repeated, is_packed): argument
[all …]
Ddecoder.py212 def SpecificDecoder(field_number, is_repeated, is_packed, key, new_default, argument
390 def EnumDecoder(field_number, is_repeated, is_packed, key, new_default, argument
561 def StringDecoder(field_number, is_repeated, is_packed, key, new_default, argument
624 def BytesDecoder(field_number, is_repeated, is_packed, key, new_default, argument
665 def GroupDecoder(field_number, is_repeated, is_packed, key, new_default): argument
712 def MessageDecoder(field_number, is_repeated, is_packed, key, new_default): argument
Dpython_message.py329 def AddDecoder(wiretype, is_packed): argument
/third_party/protobuf/src/google/protobuf/
Dextension_set.h110 bool is_packed; member
597 bool is_packed; member
943 static void Register(int number, FieldType type, bool is_packed) { in Register()
972 static void Register(int number, FieldType type, bool is_packed) { in Register()
1114 int number, FieldType field_type, bool is_packed, ExtensionSet* set) { in MutableRepeated()
1122 static void Register(int number, FieldType type, bool is_packed) { in Register()
1154 static void Register(int number, FieldType type, bool is_packed) { in Register()
1177 static inline void Add(int number, FieldType field_type, bool is_packed, in Add()
1194 bool is_packed, in MutableRepeated()
1211 static void Register(int number, FieldType type, bool is_packed) { in Register()
[all …]
Dextension_set.cc139 bool is_repeated, bool is_packed) { in RegisterExtension()
162 bool is_repeated, bool is_packed, in RegisterEnumExtension()
174 bool is_repeated, bool is_packed, in RegisterMessageExtension()
Ddescriptor.cc2997 bool FieldDescriptor::is_packed() const { in is_packed() function in google::protobuf::FieldDescriptor
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dgen_vk_format_table.py112 def is_packed(format_id): function
/third_party/rust/crates/bindgen/bindgen/codegen/
Dstruct_layout.rs20 is_packed: bool, field
93 let is_packed = comp.is_packed(ctx, known_type_layout.as_ref()); in new() localVariable
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_test_bad_identifiers.proto126 optional bool is_packed = 34; field
/third_party/node/deps/v8/src/wasm/
Dvalue-type.h278 constexpr bool is_packed(ValueKind kind) { return kind == kI8 || kind == kI16; } in is_packed() function
358 constexpr bool is_packed() const { return wasm::is_packed(kind()); } in is_packed() function
/third_party/ffmpeg/libavfilter/
Dvf_pad_opencl.c61 int is_packed; member
Dvf_extractplanes.c46 int is_packed; member
Dvf_negate.c194 int depth, vsub, hsub, ret, is_packed; in config_input() local
/third_party/rust/crates/serde/serde_derive/src/
Dser.rs94 is_packed: bool, field
108 let is_packed = cont.attrs.is_packed(); in new() localVariable
Dde.rs126 is_packed: bool, field
137 let is_packed = cont.attrs.is_packed(); in new() localVariable
/third_party/rust/crates/serde/serde_derive/src/internals/
Dattr.rs221 is_packed: bool, field
555 let mut is_packed = false; in from_ast() localVariable
650 pub fn is_packed(&self) -> bool { in is_packed() method
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp334 const bool is_packed = packed_structures.count(id); in create_binary_from_spirv() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c608 is_packed(unsigned vstride, unsigned width, unsigned hstride) in is_packed() function
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c907 bool is_packed = false; in u_vbuf_create_vertex_elements() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp7412 spv::StorageClass storage, bool &is_packed) in prepare_access_chain_for_scalar_access()
10405 bool is_packed) in convert_row_major_matrix()
14506 uint32_t CompilerMSL::get_declared_type_array_stride_msl(const SPIRType &type, bool is_packed, bool… in get_declared_type_array_stride_msl()
14603 uint32_t CompilerMSL::get_declared_type_size_msl(const SPIRType &type, bool is_packed, bool row_maj… in get_declared_type_size_msl()
14662 uint32_t CompilerMSL::get_declared_type_alignment_msl(const SPIRType &type, bool is_packed, bool ro… in get_declared_type_alignment_msl()
Dspirv_glsl.cpp4363 bool is_packed = has_extended_decoration(id, SPIRVCrossDecorationPhysicalTypePacked); in to_unpacked_expression() local
4382 bool is_packed = has_extended_decoration(id, SPIRVCrossDecorationPhysicalTypePacked); in to_enclosed_unpacked_expression() local
4564 bool is_packed = has_extended_decoration(id, SPIRVCrossDecorationPhysicalTypePacked); in to_expression() local
8590 bool is_packed = has_extended_decoration(base, SPIRVCrossDecorationPhysicalTypePacked); in access_chain_internal() local
10013 bool is_packed = has_extended_decoration(ptr, SPIRVCrossDecorationPhysicalTypePacked); in emit_instruction() local
/third_party/rust/crates/bindgen/bindgen/ir/
Dcomp.rs1630 pub fn is_packed( in is_packed() method
/third_party/node/deps/v8/src/objects/
Dmap.cc900 bool is_packed = IsFastPackedElementsKind(kind); in FindElementsKindTransitionedMap() local
Delements.cc986 bool is_packed = in CopyElements() local