OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetConstants
(Results
1 - 4
of
4
) sorted by null
/system/tools/aidl/
aidl_language.h
291
const std::vector<std::unique_ptr<AidlConstant>>&
GetConstants
() const
generate_java_binder.cpp
536
for (const auto& item : iface->
GetConstants
()) {
generate_cpp.cpp
680
for (const auto& constant : interface.
GetConstants
()) {
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
gpmgmt.h
537
virtual HRESULT WINAPI
GetConstants
(IGPMConstants **ppIGPMConstants) = 0;
560
HRESULT (WINAPI *
GetConstants
)(IGPM *This,IGPMConstants **ppIGPMConstants);
585
#define IGPM_GetConstants(This,ppIGPMConstants) (This)->lpVtbl->
GetConstants
(This,ppIGPMConstants)
[
all
...]
Completed in 106 milliseconds