Searched defs:Get (Results 1 - 25 of 59) sorted by relevance

123

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dole2.h112 DWORD (CALLBACK *Get) (LPOLESTREAM, void *, DWORD); member in struct:_OLESTREAMVTBL
H A Dipmsp.h290 virtual HRESULT WINAPI Get(StreamQualityProperty Property,__LONG32 *plValue,TAPIControlFlags *plFlags) = 0;
300 HRESULT (WINAPI *Get)(ITStreamQualityControl *This,StreamQualityProperty Property,__LONG32 *plValue,TAPIControlFlags *plFlags); member in struct:ITStreamQualityControlVtbl
312 #define ITStreamQualityControl_Get(This,Property,plValue,plFlags) (This)->lpVtbl->Get(This,Property,plValue,plFlags)
340 virtual HRESULT WINAPI Get(CallQualityProperty Property,__LONG32 *plValue,TAPIControlFlags *plFlags) = 0;
350 HRESULT (WINAPI *Get)(ITCallQualityControl *This,CallQualityProperty Property,__LONG32 *plValue,TAPIControlFlags *plFlags); member in struct:ITCallQualityControlVtbl
362 #define ITCallQualityControl_Get(This,Property,plValue,plFlags) (This)->lpVtbl->Get(This,Property,plValue,plFlags)
389 virtual HRESULT WINAPI Get(AudioDeviceProperty Property,__LONG32 *plValue,TAPIControlFlags *plFlags) = 0;
399 HRESULT (WINAPI *Get)(ITAudioDeviceControl *This,AudioDeviceProperty Property,__LONG32 *plValue,TAPIControlFlags *plFlags); member in struct:ITAudioDeviceControlVtbl
411 #define ITAudioDeviceControl_Get(This,Property,plValue,plFlags) (This)->lpVtbl->Get(This,Property,plValue,plFlags)
439 virtual HRESULT WINAPI Get(AudioSettingsPropert
449 HRESULT (WINAPI *Get)(ITAudioSettings *This,AudioSettingsProperty Property,__LONG32 *plValue,TAPIControlFlags *plFlags); member in struct:ITAudioSettingsVtbl
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dole2.h112 DWORD (CALLBACK *Get) (LPOLESTREAM, void *, DWORD); member in struct:_OLESTREAMVTBL
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
H A Dmutex.h116 T* Get() { function in class:google::protobuf::internal::ThreadLocalStorage
/prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
H A DFuzzerTracePC.h41 Pair Get(size_t I) { return Table[I % kSize]; } function in struct:fuzzer::TableOfRecentCompares
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/wrl/wrappers/
H A Dcorewrappers.h77 HSTRING Get() const throw() { function in class:Microsoft::WRL::Wrappers::HStringReference
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/wrappers/
H A Dcorewrappers.h77 HSTRING Get() const throw() { function in class:Microsoft::WRL::Wrappers::HStringReference
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
H A Darenastring.h67 inline const ::std::string& Get(const ::std::string* /* default_value */) const { function in struct:google::protobuf::internal::ArenaStringPtr
H A Drepeated_field_reflection.h86 virtual const Value* Get(
113 // Like Get() but for iterators.
121 T Get(const Field* data, int index) const { function in class:google::protobuf::internal::RepeatedFieldAccessor
126 Get(data, index, static_cast<Value*>(&scratch_space))));
H A Dreflection.h77 T Get(int index) const { function in class:google::protobuf::RepeatedFieldRef
78 return accessor_->template Get<T>(data_, index);
119 T Get(int index) const { function in class:google::protobuf::MutableRepeatedFieldRef
120 return accessor_->template Get<T>(data_, index);
193 // const Message& item = h.Get(index, scratch_space.get());
194 const T& Get(int index, T* scratch_space) const { function in class:google::protobuf::RepeatedFieldRef
195 return *static_cast<const T*>(accessor_->Get(data_, index, scratch_space));
245 // See comments for RepeatedFieldRef<Message>::Get()
246 const T& Get(int index, T* scratch_space) const { function in class:google::protobuf::MutableRepeatedFieldRef
247 return *static_cast<const T*>(accessor_->Get(data
383 T Get(const Field* data, int index) const { function in class:google::protobuf::internal::RepeatedFieldAccessor
[all...]
H A Dextension_set.h658 // static inline ConstType Get(int number, const ExtensionSet& set);
663 // static inline ConstType Get(int number, const ExtensionSet& set,
698 static inline ConstType Get(int number, const ExtensionSet& set,
713 static inline Type Get(int number, const ExtensionSet& set, int index);
744 template<> inline TYPE PrimitiveTypeTraits<TYPE>::Get( \
746 return set.Get##METHOD(number, default_value); \
753 template<> inline TYPE RepeatedPrimitiveTypeTraits<TYPE>::Get( \
810 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::StringTypeTraits
834 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::RepeatedStringTypeTraits
892 static inline ConstType Get(in function in class:google::protobuf::internal::EnumTypeTraits
912 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedEnumTypeTraits
969 static inline ConstType Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::MessageTypeTraits
1002 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedMessageTypeTraits
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/wrl/
H A Dclient.h61 return ComPtrRefBase<T>::ptr_->Get();
169 return Get() != nullptr ? &Details::BoolStruct::Member : nullptr;
172 InterfaceType *Get() const throw() { function in class:Microsoft::WRL::ComPtr
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
H A Dclient.h61 return ComPtrRefBase<T>::ptr_->Get();
169 return Get() != nullptr ? &Details::BoolStruct::Member : nullptr;
172 InterfaceType *Get() const throw() { function in class:Microsoft::WRL::ComPtr
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DconfigHandler.py42 def Get(self, section, option, type=None, default=None, raw=False): member in class:IdleConfParser
44 Get an option value for given section/option or return default.
58 Get an option list for given section
229 Get an option value for given config type and given general
242 return self.userCfg[configType].Get(section, option,
249 self.userCfg[configType].Get(section, option,
257 return self.defaultCfg[configType].Get(section, option,
282 Get a list of sections from either the user or default config for
384 colour=cfgParser.Get(themeName,element,default=theme[element])
662 value=cfgParser.Get('HelpFile
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DconfigHandler.py42 def Get(self, section, option, type=None, default=None, raw=False): member in class:IdleConfParser
44 Get an option value for given section/option or return default.
58 Get an option list for given section
229 Get an option value for given config type and given general
242 return self.userCfg[configType].Get(section, option,
249 self.userCfg[configType].Get(section, option,
257 return self.defaultCfg[configType].Get(section, option,
282 Get a list of sections from either the user or default config for
384 colour=cfgParser.Get(themeName,element,default=theme[element])
662 value=cfgParser.Get('HelpFile
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DconfigHandler.py42 def Get(self, section, option, type=None, default=None, raw=False): member in class:IdleConfParser
44 Get an option value for given section/option or return default.
58 Get an option list for given section
229 Get an option value for given config type and given general
242 return self.userCfg[configType].Get(section, option,
249 self.userCfg[configType].Get(section, option,
257 return self.defaultCfg[configType].Get(section, option,
282 Get a list of sections from either the user or default config for
384 colour=cfgParser.Get(themeName,element,default=theme[element])
662 value=cfgParser.Get('HelpFile
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DconfigHandler.py42 def Get(self, section, option, type=None, default=None, raw=False): member in class:IdleConfParser
44 Get an option value for given section/option or return default.
58 Get an option list for given section
229 Get an option value for given config type and given general
242 return self.userCfg[configType].Get(section, option,
249 self.userCfg[configType].Get(section, option,
257 return self.defaultCfg[configType].Get(section, option,
282 Get a list of sections from either the user or default config for
384 colour=cfgParser.Get(themeName,element,default=theme[element])
662 value=cfgParser.Get('HelpFile
[all...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
H A Dextension_set.h591 // static inline ConstType Get(int number, const ExtensionSet& set);
596 // static inline ConstType Get(int number, const ExtensionSet& set,
629 static inline ConstType Get(int number, const ExtensionSet& set,
640 static inline Type Get(int number, const ExtensionSet& set, int index);
647 template<> inline TYPE PrimitiveTypeTraits<TYPE>::Get( \
649 return set.Get##METHOD(number, default_value); \
656 template<> inline TYPE RepeatedPrimitiveTypeTraits<TYPE>::Get( \
689 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::StringTypeTraits
708 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::RepeatedStringTypeTraits
740 static inline ConstType Get(in function in class:google::protobuf::internal::EnumTypeTraits
756 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedEnumTypeTraits
783 static inline ConstType Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::MessageTypeTraits
810 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedMessageTypeTraits
[all...]
H A Drepeated_field.h95 const Element& Get(int index) const;
251 const typename TypeHandler::Type& Get(int index) const;
355 // caller called Get(index) out of bounds.
364 // caller called Get(index) out of bounds.
415 const Element& Get(int index) const;
527 // Get the number of cleared objects that are currently being kept
612 inline const Element& RepeatedField<Element>::Get(int index) const { function in class:google::protobuf::RepeatedField
657 elements[i] = this->Get(i + start);
663 this->Set(i - num, this->Get(i));
823 RepeatedPtrFieldBase::Get(in function in class:google::protobuf::internal::RepeatedPtrFieldBase
1036 inline const Element& RepeatedPtrField<Element>::Get(int index) const { function in class:google::protobuf::RepeatedPtrField
[all...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
H A Dextension_set.h591 // static inline ConstType Get(int number, const ExtensionSet& set);
596 // static inline ConstType Get(int number, const ExtensionSet& set,
629 static inline ConstType Get(int number, const ExtensionSet& set,
640 static inline Type Get(int number, const ExtensionSet& set, int index);
647 template<> inline TYPE PrimitiveTypeTraits<TYPE>::Get( \
649 return set.Get##METHOD(number, default_value); \
656 template<> inline TYPE RepeatedPrimitiveTypeTraits<TYPE>::Get( \
689 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::StringTypeTraits
708 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::RepeatedStringTypeTraits
740 static inline ConstType Get(in function in class:google::protobuf::internal::EnumTypeTraits
756 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedEnumTypeTraits
783 static inline ConstType Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::MessageTypeTraits
810 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedMessageTypeTraits
[all...]
H A Drepeated_field.h95 const Element& Get(int index) const;
251 const typename TypeHandler::Type& Get(int index) const;
355 // caller called Get(index) out of bounds.
364 // caller called Get(index) out of bounds.
415 const Element& Get(int index) const;
527 // Get the number of cleared objects that are currently being kept
612 inline const Element& RepeatedField<Element>::Get(int index) const { function in class:google::protobuf::RepeatedField
657 elements[i] = this->Get(i + start);
663 this->Set(i - num, this->Get(i));
823 RepeatedPtrFieldBase::Get(in function in class:google::protobuf::internal::RepeatedPtrFieldBase
1036 inline const Element& RepeatedPtrField<Element>::Get(int index) const { function in class:google::protobuf::RepeatedPtrField
[all...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
H A Dextension_set.h591 // static inline ConstType Get(int number, const ExtensionSet& set);
596 // static inline ConstType Get(int number, const ExtensionSet& set,
629 static inline ConstType Get(int number, const ExtensionSet& set,
640 static inline Type Get(int number, const ExtensionSet& set, int index);
647 template<> inline TYPE PrimitiveTypeTraits<TYPE>::Get( \
649 return set.Get##METHOD(number, default_value); \
656 template<> inline TYPE RepeatedPrimitiveTypeTraits<TYPE>::Get( \
689 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::StringTypeTraits
708 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::RepeatedStringTypeTraits
740 static inline ConstType Get(in function in class:google::protobuf::internal::EnumTypeTraits
756 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedEnumTypeTraits
783 static inline ConstType Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::MessageTypeTraits
810 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedMessageTypeTraits
[all...]
H A Drepeated_field.h95 const Element& Get(int index) const;
251 const typename TypeHandler::Type& Get(int index) const;
355 // caller called Get(index) out of bounds.
364 // caller called Get(index) out of bounds.
415 const Element& Get(int index) const;
527 // Get the number of cleared objects that are currently being kept
612 inline const Element& RepeatedField<Element>::Get(int index) const { function in class:google::protobuf::RepeatedField
657 elements[i] = this->Get(i + start);
663 this->Set(i - num, this->Get(i));
823 RepeatedPtrFieldBase::Get(in function in class:google::protobuf::internal::RepeatedPtrFieldBase
1036 inline const Element& RepeatedPtrField<Element>::Get(int index) const { function in class:google::protobuf::RepeatedPtrField
[all...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
H A Dextension_set.h591 // static inline ConstType Get(int number, const ExtensionSet& set);
596 // static inline ConstType Get(int number, const ExtensionSet& set,
629 static inline ConstType Get(int number, const ExtensionSet& set,
640 static inline Type Get(int number, const ExtensionSet& set, int index);
647 template<> inline TYPE PrimitiveTypeTraits<TYPE>::Get( \
649 return set.Get##METHOD(number, default_value); \
656 template<> inline TYPE RepeatedPrimitiveTypeTraits<TYPE>::Get( \
689 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::StringTypeTraits
708 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::RepeatedStringTypeTraits
740 static inline ConstType Get(in function in class:google::protobuf::internal::EnumTypeTraits
756 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedEnumTypeTraits
783 static inline ConstType Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::MessageTypeTraits
810 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedMessageTypeTraits
[all...]
H A Drepeated_field.h95 const Element& Get(int index) const;
251 const typename TypeHandler::Type& Get(int index) const;
355 // caller called Get(index) out of bounds.
364 // caller called Get(index) out of bounds.
415 const Element& Get(int index) const;
527 // Get the number of cleared objects that are currently being kept
612 inline const Element& RepeatedField<Element>::Get(int index) const { function in class:google::protobuf::RepeatedField
657 elements[i] = this->Get(i + start);
663 this->Set(i - num, this->Get(i));
823 RepeatedPtrFieldBase::Get(in function in class:google::protobuf::internal::RepeatedPtrFieldBase
1036 inline const Element& RepeatedPtrField<Element>::Get(int index) const { function in class:google::protobuf::RepeatedPtrField
[all...]

Completed in 1904 milliseconds

123