Searched defs:applicator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dmanaged_network_configuration_handler_impl.cc414 scoped_refptr<PolicyApplicator> applicator = local
420 applicator->Run();
449 scoped_refptr<PolicyApplicator> applicator = local
455 applicator->Run();
/external/llvm/include/llvm/Support/
H A DCommandLine.h1005 // applicator class - This class is used because we must use partial
1010 template<class Mod> struct applicator { struct in namespace:llvm::cl
1016 template<unsigned n> struct applicator<char[n]> { struct in namespace:llvm::cl
1020 template<unsigned n> struct applicator<const char[n]> { struct in namespace:llvm::cl
1024 template<> struct applicator<const char*> { struct in namespace:llvm::cl
1029 template<> struct applicator<NumOccurrencesFlag> { struct in namespace:llvm::cl
1034 template<> struct applicator<ValueExpected> { struct in namespace:llvm::cl
1037 template<> struct applicator<OptionHidden> { struct in namespace:llvm::cl
1040 template<> struct applicator<FormattingFlags> { struct in namespace:llvm::cl
1043 template<> struct applicator<MiscFlag struct in namespace:llvm::cl
[all...]

Completed in 168 milliseconds