Home
last modified time | relevance | path

Searched refs:PropertyValue (Results 1 – 12 of 12) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DPropertyValue.java14 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()
DPropertyValueBuffer.java72 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()
DPropertyBasedCreator.java210 for (PropertyValue pv = buffer.buffered(); pv != null; pv = pv.next) { in build()
/external/pdfium/core/fxcrt/css/
Dcfx_csssyntaxparser.cpp53 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()
Dcfx_cssdata.h24 struct PropertyValue { struct
41 static const PropertyValue* GetPropertyValueByName(WideStringView wsName); argument
Dcfx_csssyntaxparser.h25 PropertyValue, enumerator
37 PropertyValue, enumerator
Dcfx_cssstylesheet.cpp83 case CFX_CSSSyntaxStatus::PropertyValue: { in LoadStyleRule()
131 case CFX_CSSSyntaxStatus::PropertyValue: in SkipRuleSet()
Dcfx_cssdata.cpp211 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()
Dcfx_cssdeclaration.cpp299 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()
Dcfx_cssstyleselector.cpp157 } else if (eStatus == CFX_CSSSyntaxStatus::PropertyValue) { in AppendInlineStyle()
/external/igt-gpu-tools/overlay/
Dtracepoint_format.leg18 | 'field' ':' v:PropertyValue
23 | n:PropertyName ':' v:PropertyValue
28 PropertyValue = < [^;]+ >
/external/harfbuzz_ng/src/
Dgen-use-table.py155 class PropertyValue(object): class
170 value = PropertyValue(name)