Home
last modified time | relevance | path

Searched refs:kInitialSize (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLSurfaceTest.cpp841 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 Dwasm-module-builder.h33 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 Dregexp-compiler.h596 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 Drepeated_field.c189 static int kInitialSize = 8; variable
198 self->capacity = kInitialSize; in RepeatedField_reserve()
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h322 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 Dfactory.cc3639 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 DTextureTest.cpp9900 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 Dstylo.hpp[all...]

Completed in 50 milliseconds