Searched refs:FixedSize (Results 1 – 8 of 8) sorted by relevance
52 int FixedSize(FieldDescriptor::Type type) { in FixedSize() function88 int fixed_size = FixedSize(descriptor->type()); in SetPrimitiveVariables()178 int fixed_size = FixedSize(descriptor_->type()); in GenerateByteSize()351 int fixed_size = FixedSize(descriptor_->type()); in GenerateByteSize()
52 int FixedSize(FieldDescriptor::Type type) { in FixedSize() function89 int fixed_size = FixedSize(descriptor->type()); in SetPrimitiveVariables()180 int fixed_size = FixedSize(descriptor_->type()); in GenerateByteSize()354 int fixed_size = FixedSize(descriptor_->type()); in GenerateByteSize()
126 int FixedSize(FieldDescriptor::Type type) { in FixedSize() function178 int fixed_size = FixedSize(GetType(descriptor)); in SetPrimitiveVariables()422 if (FixedSize(GetType(descriptor_)) == -1) { in GenerateSerializedSizeCode()
126 int FixedSize(FieldDescriptor::Type type) { in FixedSize() function206 int fixed_size = FixedSize(descriptor->type()); in SetPrimitiveVariables()583 if (FixedSize(descriptor_->type()) == -1) { in GenerateSerializedSizeCode()
148 int FixedSize(FieldDescriptor::Type type) { in FixedSize() function288 int fixed_size = FixedSize(descriptor->type()); in SetPrimitiveVariables()464 if (FixedSize(descriptor_->type()) == -1) { in GenerateRepeatedDataSizeCode()
127 int FixedSize(FieldDescriptor::Type type) { in FixedSize() function192 int fixed_size = FixedSize(GetType(descriptor)); in SetPrimitiveVariables()728 if (FixedSize(GetType(descriptor_)) == -1) { in GenerateSerializedSizeCode()
344 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local347 return FixedSize[i-1]; in GetCFNumberSize()
390 TEST_F(GridLayoutTest, FixedSize) { in TEST_F() argument