Home
last modified time | relevance | path

Searched refs:kInitialSize (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/tests/egl_tests/
DEGLSurfaceTest.cpp690 constexpr EGLint kInitialSize = 64; in TEST_P() local
694 EGL_FIXED_SIZE_ANGLE, EGL_TRUE, EGL_WIDTH, kInitialSize, EGL_HEIGHT, kInitialSize, EGL_NONE, in TEST_P()
716 EXPECT_EQ(kInitialSize, queryWidth); in TEST_P()
721 EXPECT_EQ(kInitialSize, queryHeight); in TEST_P()
/external/v8/src/wasm/
Dwasm-module-builder.h28 static constexpr size_t kInitialSize = 1024; variable
29 explicit ZoneBuffer(Zone* zone, size_t initial = kInitialSize)
/external/v8/src/regexp/
Dregexp-compiler.h602 static constexpr int kInitialSize = 8; variable
603 using CharacterRangeVector = base::SmallVector<CharacterRange, kInitialSize>;
/external/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c185 static int kInitialSize = 8; variable
194 self->capacity = kInitialSize; in RepeatedField_reserve()
/external/protobuf/src/google/protobuf/
Drepeated_field.h273 static const int kInitialSize = 0;
595 static const int kInitialSize = 0;
/external/v8/src/heap/
Dfactory.cc3177 static const int kInitialSize = RegExpMatchInfo::kFirstCaptureIndex + in NewRegExpMatchInfo() local
3180 Handle<FixedArray> elems = NewFixedArray(kInitialSize); in NewRegExpMatchInfo()