Home
last modified time | relevance | path

Searched defs:fieldSize (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageSchema.java1641 int fieldSize = in getSerializedSizeProto2() local
1657 int fieldSize = in getSerializedSizeProto2() local
1673 int fieldSize = in getSerializedSizeProto2() local
1689 int fieldSize = in getSerializedSizeProto2() local
1705 int fieldSize = in getSerializedSizeProto2() local
1721 int fieldSize = in getSerializedSizeProto2() local
1737 int fieldSize = in getSerializedSizeProto2() local
1753 int fieldSize = in getSerializedSizeProto2() local
1769 int fieldSize = in getSerializedSizeProto2() local
1785 int fieldSize = in getSerializedSizeProto2() local
[all …]
/third_party/node/deps/undici/src/node_modules/busboy/test/
Dtest-types-urlencoded.js261 limits: { fieldNameSize: 3, fieldSize: 3 } property
301 limits: { fieldSize: 2 } property
321 limits: { fieldNameSize: 2, fieldSize: 2 } property
341 limits: { fieldNameSize: 2, fieldSize: 0 } property
361 limits: { fieldNameSize: 0, fieldSize: 0 } property
Dtest-types-multipart.js157 fieldSize: 5 property
614 fieldSize: Infinity, property
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DSymbolTable.cpp166 size_t fieldSize = field->type()->getObjectSize(); in calculateObjectSize() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.cpp857 size_t fieldSize = field->type()->getObjectSize(); in calculateObjectSize() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.cpp569 int fieldSize = 0; in computeXfbLayout() local
620 const int fieldSize = stride * type.getArraySize(); in computeXfbLayout() local
648 const int fieldSize = numVecs * type.getArraySize() * stride; in computeXfbLayout() local
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp2049 size_t fieldSize = memoryLayout.size(*fieldType); in writeFields() local