Home
last modified time | relevance | path

Searched defs:getProp (Results 1 – 7 of 7) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DTestScalaLikeImplicitProperties.java86 public String getProp() { return prop‿; } in getProp() method in TestScalaLikeImplicitProperties.ValWithBeanProperty
109 public String getProp() { return prop‿; } in getProp() method in TestScalaLikeImplicitProperties.VarWithBeanProperty
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp296 Func_GetHandlerProperty getProp, in GetProp()
306 Func_GetHandlerProperty getProp, in GetProp_Bool()
321 Func_GetHandlerProperty getProp, in GetProp_UInt32()
340 Func_GetHandlerProperty getProp, in GetProp_String()
355 Func_GetHandlerProperty getProp, in GetProp_RawData()
383 Func_GetHandlerProperty getProp = NULL; in LoadFormats() local
/external/skia/experimental/tskit/npm_build/types/
Dindex.d.ts50 getProp(): string; method
/external/skia/experimental/tskit/bindings/
Dpublic_api.d.ts22 getProp(): string; method
Dextension.cpp29 const std::string getProp() { in getProp() function in Extension
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp783 static HRESULT GetTime(IGetProp *getProp, PROPID propID, FILETIME &ft, bool &ftDefined) in GetTime()
799 static HRESULT GetItemBoolProp(IGetProp *getProp, PROPID propID, bool &result) in GetItemBoolProp()
815 IGetProp *getProp) in GetStream7()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerBase.java1634 private String getProp(String name, boolean defaultVal) { in getProp() method in SerializerBase