Searched refs:getAll (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Denumset.h48 inline uint32_t getAll() const { function in class:EnumSet
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/CKBridge/
H A DSOSCloudTransport.h58 void (*getAll)(SOSCloudTransportRef transport, dispatch_queue_t processQueue, CloudKeychainReplyBlock replyBlock); member in struct:CloudTransport
H A DSOSCloudKeychainClient.h75 void (*getAll)(SOSCloudTransportRef transport, dispatch_queue_t processQueue, CloudKeychainReplyBlock replyBlock); member in struct:SOSCloudTransport
H A DSOSCloudTransport.c538 st->t.getAll = SOSCloudTransportGetAll;
H A DSOSCloudKeychainClient.c618 st->transport.getAll = SOSCloudTransportGetAll;
692 cTransportRef->getAll(cTransportRef, processQueue, replyBlock);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ditutil.cpp520 logln("Value now: %d\n", flags.getAll());
522 logln("clear -Value now: %d\n", flags.getAll());
528 logln("set THING1 -Value now: %d\n", flags.getAll());
534 logln("set THING3 -Value now: %d\n", flags.getAll());
543 logln("remove THING2 -Value now: %d\n", flags.getAll());
549 logln("remove THING1 -Value now: %d\n", flags.getAll());
553 logln("clear -Value now: %d\n", flags.getAll());
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/CloudKeychainProxy/
H A DCKDKVSProxy.h75 - (NSDictionary *)getAll;
H A Dcloudkeychainproxy.m320 if (!keystoget || (CFGetTypeID(keystoget)!=CFArrayGetTypeID())) // not "getAll", this is an error of some kind
340 NSDictionary *all = [[UbiqitousKVSProxy sharedKVSProxy] getAll];
417 NSDictionary *all = [[UbiqitousKVSProxy sharedKVSProxy] getAll];
H A DCKDKVSProxy.m173 NSDictionary *allItems = [self getAll];
322 - (NSDictionary *)getAll

Completed in 177 milliseconds