Searched refs:kInitialSize (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLSurfaceTest.cpp | 841 constexpr EGLint kInitialSize = 64; in TEST_P() local 845 EGL_FIXED_SIZE_ANGLE, EGL_TRUE, EGL_WIDTH, kInitialSize, EGL_HEIGHT, kInitialSize, EGL_NONE, in TEST_P() 867 EXPECT_EQ(kInitialSize, queryWidth); in TEST_P() 872 EXPECT_EQ(kInitialSize, queryHeight); in TEST_P()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module-builder.h | 33 static constexpr size_t kInitialSize = 1024; member in v8::internal::wasm::ZoneBuffer 34 explicit ZoneBuffer(Zone* zone, size_t initial = kInitialSize) in ZoneBuffer() argument
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.h | 596 static constexpr int kInitialSize = 8; member in v8::internal::UnicodeRangeSplitter 597 using CharacterRangeVector = base::SmallVector<CharacterRange, kInitialSize>;
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | repeated_field.c | 189 static int kInitialSize = 8; variable 198 self->capacity = kInitialSize; in RepeatedField_reserve()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | repeated_field.h | 322 static constexpr int kInitialSize = 0; member in google::protobuf::final 727 static constexpr int kInitialSize = 0; member in google::protobuf::internal::RepeatedPtrFieldBase
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 3639 static const int kInitialSize = RegExpMatchInfo::kFirstCaptureIndex + in NewRegExpMatchInfo() local 3643 NewFixedArray(kInitialSize, AllocationType::kYoung); in NewRegExpMatchInfo()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | TextureTest.cpp | 9900 constexpr GLint kInitialSize = 128; 9908 glBufferData(GL_TEXTURE_BUFFER, kInitialSize, nullptr, GL_STATIC_DRAW); 9916 EXPECT_EQ(queryResult, kInitialSize / 4);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 50 milliseconds