Home
last modified time | relevance | path

Searched refs:map_size (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
DELFEmulation.cpp75 const unsigned int map_size = (sizeof(map) / sizeof(map[0])); in MCLDEmulateELF() local
76 for (unsigned int i = 0; i < map_size; ++i) { in MCLDEmulateELF()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_field.cc430 int map_size = map_.size(); in SpaceUsedExcludingSelfNoLock() local
431 if (map_size) { in SpaceUsedExcludingSelfNoLock()
433 size += sizeof(it->first) * map_size; in SpaceUsedExcludingSelfNoLock()
434 size += sizeof(it->second) * map_size; in SpaceUsedExcludingSelfNoLock()
437 size += sizeof(string) * map_size; in SpaceUsedExcludingSelfNoLock()
443 size += sizeof(TYPE) * map_size; \ in SpaceUsedExcludingSelfNoLock()
Dmap_field_test.cc267 void Expect(MapFieldType* map_field, State state, int map_size, in Expect() argument
294 EXPECT_EQ(map_size, map->size()); in Expect()