OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixedSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc
52
int
FixedSize
(FieldDescriptor::Type type) {
89
int fixed_size =
FixedSize
(descriptor->type());
180
int fixed_size =
FixedSize
(descriptor_->type());
354
int fixed_size =
FixedSize
(descriptor_->type());
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc
127
int
FixedSize
(FieldDescriptor::Type type) {
192
int fixed_size =
FixedSize
(GetType(descriptor));
728
if (
FixedSize
(GetType(descriptor_)) == -1) {
/external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp
379
static const unsigned char
FixedSize
[] = { 8, 16, 32, 64, 32, 64 };
382
return
FixedSize
[i-1];
[
all
...]
/external/chromium_org/ui/views/layout/
grid_layout_unittest.cc
417
TEST_F(GridLayoutTest,
FixedSize
) {
Completed in 1504 milliseconds