HomeSort by relevance Sort by last modified time
    Searched refs:is_cleared (Results 1 - 12 of 12) sorted by null

  /external/protobuf/src/google/protobuf/
extension_set.cc 195 return !iter->second.is_cleared;
202 if (!iter->second.is_cleared) {
221 if (iter->second.is_cleared) {
257 if (iter == extensions_.end() || iter->second.is_cleared) { \
276 extension->is_cleared = false; \
401 if (iter == extensions_.end() || iter->second.is_cleared) {
420 extension->is_cleared = false;
461 if (iter == extensions_.end() || iter->second.is_cleared) {
481 extension->is_cleared = false;
548 extension->is_cleared = false
    [all...]
extension_set_heavy.cc 103 has = !iter->second.is_cleared;
147 if (iter == extensions_.end() || iter->second.is_cleared) {
173 extension->is_cleared = false;
177 extension->is_cleared = false;
465 } else if (!is_cleared) {
513 if (is_cleared) return target;
661 if (is_cleared) return;
692 if (is_cleared) return 0;
extension_set.h 480 // removing it from the map, we just set is_cleared = true. This has no
483 bool is_cleared : 4; member in struct:google::protobuf::internal::ExtensionSet::Extension
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h 1274 #define is_cleared macro
    [all...]
ncurses.h 1274 #define is_cleared macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
curses.h 1303 #define is_cleared macro
    [all...]
ncurses.h 1303 #define is_cleared macro
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 460 // removing it from the map, we just set is_cleared = true. This has no
463 bool is_cleared : 4; member in struct:google::protobuf::internal::ExtensionSet::Extension
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
extension_set.h 460 // removing it from the map, we just set is_cleared = true. This has no
463 bool is_cleared : 4; member in struct:google::protobuf::internal::ExtensionSet::Extension
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
extension_set.h 460 // removing it from the map, we just set is_cleared = true. This has no
463 bool is_cleared : 4; member in struct:google::protobuf::internal::ExtensionSet::Extension
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
extension_set.h 460 // removing it from the map, we just set is_cleared = true. This has no
463 bool is_cleared : 4; member in struct:google::protobuf::internal::ExtensionSet::Extension
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
extension_set.h 496 // removing it from the map, we just set is_cleared = true. This has no
499 bool is_cleared : 4; member in struct:google::protobuf::internal::ExtensionSet::Extension
    [all...]

Completed in 2140 milliseconds