Home
last modified time | relevance | path

Searched refs:PropertySpecs (Results 1 – 25 of 42) sorted by relevance

12

/dports/math/vtk8/VTK-8.2.0/IO/GeoJSON/
H A DvtkGeoJSONReader.cxx53 std::vector<GeoJSONProperty> PropertySpecs; member in vtkGeoJSONReader::GeoJSONReaderInternal
117 this->PropertySpecs.begin(); in ParseRoot()
118 for (; iter != this->PropertySpecs.end(); ++iter) in ParseRoot()
296 this->PropertySpecs.begin(); in ParseFeatureProperties()
297 for (; iter != this->PropertySpecs.end(); ++iter) in ParseFeatureProperties()
421 this->Internal->PropertySpecs.begin(); in AddFeatureProperty()
422 for (; iter != this->Internal->PropertySpecs.end(); ++iter) in AddFeatureProperty()
435 if (iter == this->Internal->PropertySpecs.end()) in AddFeatureProperty()
439 this->Internal->PropertySpecs.push_back(property); in AddFeatureProperty()
/dports/math/vtk9/VTK-9.1.0/IO/GeoJSON/
H A DvtkGeoJSONReader.cxx55 std::vector<GeoJSONProperty> PropertySpecs; member in vtkGeoJSONReader::GeoJSONReaderInternal
108 std::vector<GeoJSONProperty>::iterator iter = this->PropertySpecs.begin(); in ParseRoot()
109 for (; iter != this->PropertySpecs.end(); ++iter) in ParseRoot()
278 std::vector<GeoJSONProperty>::iterator iter = this->PropertySpecs.begin(); in ParseFeatureProperties()
279 for (; iter != this->PropertySpecs.end(); ++iter) in ParseFeatureProperties()
399 this->Internal->PropertySpecs.begin(); in AddFeatureProperty()
400 for (; iter != this->Internal->PropertySpecs.end(); ++iter) in AddFeatureProperty()
413 if (iter == this->Internal->PropertySpecs.end()) in AddFeatureProperty()
417 this->Internal->PropertySpecs.push_back(property); in AddFeatureProperty()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/
H A Dcjs_icon.cpp9 const JSPropertySpec CJS_Icon::PropertySpecs[] = { member in CJS_Icon
24 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
H A Dcjs_annot.cpp16 const JSPropertySpec CJS_Annot::PropertySpecs[] = { member in CJS_Annot
34 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
H A Dcjs_icon.h29 static const JSPropertySpec PropertySpecs[];
H A Dcjs_annot.h32 static const JSPropertySpec PropertySpecs[]; variable
H A Dcjs_event.cpp15 const JSPropertySpec CJS_Event::PropertySpecs[] = { member in CJS_Event
49 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
H A Dcjs_color.cpp19 const JSPropertySpec CJS_Color::PropertySpecs[] = { member in CJS_Color
48 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
H A Dcjs_color.h47 static const JSPropertySpec PropertySpecs[]; variable
H A Dcjs_event.h45 static const JSPropertySpec PropertySpecs[]; variable
H A Dcjs_app.cpp28 const JSPropertySpec CJS_App::PropertySpecs[] = { member in CJS_App
80 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/
H A Dcjs_icon.cpp9 const JSPropertySpec CJS_Icon::PropertySpecs[] = { member in CJS_Icon
24 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
H A Dcjs_annot.cpp16 const JSPropertySpec CJS_Annot::PropertySpecs[] = { member in CJS_Annot
34 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
H A Dcjs_icon.h29 static const JSPropertySpec PropertySpecs[];
H A Dcjs_annot.h32 static const JSPropertySpec PropertySpecs[]; variable
H A Dcjs_event.cpp15 const JSPropertySpec CJS_Event::PropertySpecs[] = { member in CJS_Event
49 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
H A Dcjs_color.cpp20 const JSPropertySpec CJS_Color::PropertySpecs[] = { member in CJS_Color
49 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
H A Dcjs_color.h47 static const JSPropertySpec PropertySpecs[]; variable
H A Dcjs_event.h45 static const JSPropertySpec PropertySpecs[]; variable
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/javascript/
H A DJS_Define.h216 static JSPropertySpec PropertySpecs[]; \
233 for (size_t i = 0; i < FX_ArraySize(PropertySpecs) - 1; ++i) { \
234 pEngine->DefineObjProperty(g_nObjDefnID, PropertySpecs[i].pName, \
235 PropertySpecs[i].pPropGet, \
236 PropertySpecs[i].pPropPut); \
H A DIcon.cpp15 JSPropertySpec CJS_Icon::PropertySpecs[] = { member in CJS_Icon
H A Dreport.cpp17 JSPropertySpec CJS_Report::PropertySpecs[] = {{0, 0, 0}}; member in CJS_Report
H A Dconsole.cpp19 JSPropertySpec CJS_Console::PropertySpecs[] = {{0, 0, 0}}; member in CJS_Console
H A DAnnot.cpp24 JSPropertySpec CJS_Annot::PropertySpecs[] = { member in CJS_Annot
H A Devent.cpp18 JSPropertySpec CJS_Event::PropertySpecs[] = { member in CJS_Event

12