Searched refs:PropertyValue (Results 1 – 12 of 12) sorted by relevance
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
D | PropertyValue.java | 14 public abstract class PropertyValue class 16 public final PropertyValue next; 23 protected PropertyValue(PropertyValue next, Object value) in PropertyValue() method in PropertyValue 47 extends PropertyValue 51 public Regular(PropertyValue next, Object value, in Regular() 73 extends PropertyValue 78 public Any(PropertyValue next, Object value, in Any() 100 extends PropertyValue 104 public Map(PropertyValue next, Object value, Object key) in Map()
|
D | PropertyValueBuffer.java | 72 protected PropertyValue _buffered; 265 protected PropertyValue buffered() { return _buffered; } in buffered() 303 _buffered = new PropertyValue.Regular(_buffered, value, prop); in bufferProperty() 307 _buffered = new PropertyValue.Any(_buffered, value, prop, propName); in bufferAnyProperty() 311 _buffered = new PropertyValue.Map(_buffered, value, key); in bufferMapProperty()
|
D | PropertyBasedCreator.java | 210 for (PropertyValue pv = buffer.buffered(); pv != null; pv = pv.next) { in build()
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_csssyntaxparser.cpp | 53 if (m_eMode == CFX_CSSSyntaxMode::PropertyValue && in DoSyntaxParse() 56 m_eStatus = CFX_CSSSyntaxStatus::PropertyValue; in DoSyntaxParse() 128 SwitchMode(CFX_CSSSyntaxMode::PropertyValue); in DoSyntaxParse() 149 case CFX_CSSSyntaxMode::PropertyValue: in DoSyntaxParse() 156 return CFX_CSSSyntaxStatus::PropertyValue; in DoSyntaxParse() 160 return CFX_CSSSyntaxStatus::PropertyValue; in DoSyntaxParse()
|
D | cfx_cssdata.h | 24 struct PropertyValue { struct 41 static const PropertyValue* GetPropertyValueByName(WideStringView wsName); argument
|
D | cfx_csssyntaxparser.h | 25 PropertyValue, enumerator 37 PropertyValue, enumerator
|
D | cfx_cssstylesheet.cpp | 83 case CFX_CSSSyntaxStatus::PropertyValue: { in LoadStyleRule() 131 case CFX_CSSSyntaxStatus::PropertyValue: in SkipRuleSet()
|
D | cfx_cssdata.cpp | 211 const CFX_CSSData::PropertyValue propertyValueTable[] = { 300 const CFX_CSSData::PropertyValue* CFX_CSSData::GetPropertyValueByName( in GetPropertyValueByName() 308 [](const PropertyValue& iter, const uint32_t& hash) { in GetPropertyValueByName()
|
D | cfx_cssdeclaration.cpp | 299 const CFX_CSSData::PropertyValue* pValue = in ParseEnum() 357 const CFX_CSSData::PropertyValue* pValue = in ParseValueListProperty() 475 const CFX_CSSData::PropertyValue* pValue = in ParseBorderProperty() 518 const CFX_CSSData::PropertyValue* pValue = in ParseFontProperty()
|
D | cfx_cssstyleselector.cpp | 157 } else if (eStatus == CFX_CSSSyntaxStatus::PropertyValue) { in AppendInlineStyle()
|
/external/igt-gpu-tools/overlay/ |
D | tracepoint_format.leg | 18 | 'field' ':' v:PropertyValue 23 | n:PropertyName ':' v:PropertyValue 28 PropertyValue = < [^;]+ >
|
/external/harfbuzz_ng/src/ |
D | gen-use-table.py | 155 class PropertyValue(object): class 170 value = PropertyValue(name)
|