Searched refs:FixedSize (Results 1 - 12 of 12) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_primitive_field.cc52 int FixedSize(FieldDescriptor::Type type) { function in namespace:google::protobuf::compiler::cpp::__anon16324
89 int fixed_size = FixedSize(descriptor->type());
184 int fixed_size = FixedSize(descriptor_->type());
425 int fixed_size = FixedSize(descriptor_->type());
/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DFieldCodecTest.cs92 public void FixedSize(ICodecTestData codec) method in class:Google.Protobuf.FieldCodecTest
186 Assert.AreEqual(name.Contains("Fixed"), codec.FixedSize != 0);
/external/protobuf/csharp/src/Google.Protobuf/
H A DFieldCodec.cs389 internal int FixedSize { get; } property in class:Google.Protobuf.FieldCodec
417 FixedSize = fixedSize;
438 FixedSize = 0;
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_primitive_field.cc126 int FixedSize(FieldDescriptor::Type type) { function in namespace:google::protobuf::compiler::javamicro::__anon16360
206 int fixed_size = FixedSize(descriptor->type());
583 if (FixedSize(descriptor_->type()) == -1) {
/external/pdfium/core/fxcrt/
H A Dfx_basic.h320 template <class DataType, int FixedSize>
324 if (data_size > FixedSize) {
328 FXSYS_memset(m_FixedData, 0, sizeof(DataType) * FixedSize);
333 DataType m_FixedData[FixedSize];
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_primitive_field.cc128 int FixedSize(FieldDescriptor::Type type) { function in namespace:google::protobuf::compiler::javanano::__anon16369
226 int fixed_size = FixedSize(descriptor->type());
875 // can be calculated much more easily. However, FixedSize() returns 1 for
881 || FixedSize(descriptor_->type()) == -1) {
926 } else if (FixedSize(descriptor_->type()) == -1) {
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_primitive_field_lite.cc127 int fixed_size = FixedSize(GetType(descriptor));
781 int fixed_size = FixedSize(GetType(descriptor_));
841 if (FixedSize(GetType(descriptor_)) == -1) {
H A Djava_primitive_field.cc93 int fixed_size = FixedSize(GetType(descriptor));
801 if (FixedSize(GetType(descriptor_)) == -1) {
H A Djava_helpers.h270 int FixedSize(FieldDescriptor::Type type);
H A Djava_helpers.cc655 int FixedSize(FieldDescriptor::Type type) { function in namespace:google::protobuf::compiler::java
/external/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs158 int fixedSize = codec.FixedSize;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp377 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; local
380 return FixedSize[i-1];

Completed in 1595 milliseconds