Searched refs:_refs (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/ |
D | resolve.js | 28 var refVal = this._refs[ref]; 30 if (this._refs[refVal]) refVal = this._refs[refVal]; 75 var refVal = this._refs[id]; 250 var refVal = self._refs[id]; 251 if (typeof refVal == 'string') refVal = self._refs[refVal]; 261 self._refs[id] = fullPath;
|
D | async.js | 86 return self._refs[ref] || self._schemas[ref];
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/ |
D | ajv.js | 56 this._refs = {}; 233 return self._schemas[keyRef] || self._refs[keyRef] || self._fragments[keyRef]; 249 _removeAllSchemas(this, this._refs, schemaKeyRef); 255 _removeAllSchemas(this, this._refs); 262 delete this._refs[schemaKeyRef]; 272 delete this._refs[id]; 319 if (id[0] != '#' && shouldAddSchema) this._refs[id] = schemaObj; 451 self._refs['http://json-schema.org/schema'] = META_SCHEMA_ID; 480 if (self._schemas[id] || self._refs[id])
|
/third_party/ffmpeg/libavdevice/ |
D | decklink_enc.cpp | 53 …vpacket(NULL), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(width), _refs(1) { } in decklink_frame() 55 …cket(avpacket), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(width), _refs(1) { } in decklink_frame() 113 virtual ULONG STDMETHODCALLTYPE AddRef(void) { return ++_refs; } in AddRef() 116 int ret = --_refs; in Release() 136 std::atomic<int> _refs; member in decklink_frame
|
D | decklink_dec.cpp | 111 decklink_allocator(): _refs(1) { } in decklink_allocator() 133 virtual ULONG STDMETHODCALLTYPE AddRef(void) { return ++_refs; } in AddRef() 136 int ret = --_refs; in Release() 143 std::atomic<int> _refs; member in decklink_allocator 705 std::atomic<int> _refs; member in decklink_input_callback 713 decklink_input_callback::decklink_input_callback(AVFormatContext *_avctx) : _refs(1) in decklink_input_callback() 728 return ++_refs; in AddRef() 733 int ret = --_refs; in Release()
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/ |
D | ajv.min.js | 2 …_refs[e]||l._schemas[e]}}}(e)});return t&&e.then(function(e){t(null,e)},t),e;function c(e){var r=e…
|
D | ajv.bundle.js | 115 return self._refs[ref] || self._schemas[ref]; 6736 this._refs = {}; 6913 return self._schemas[keyRef] || self._refs[keyRef] || self._fragments[keyRef]; 6929 _removeAllSchemas(this, this._refs, schemaKeyRef); 6935 _removeAllSchemas(this, this._refs); 6942 delete this._refs[schemaKeyRef]; 6952 delete this._refs[id]; 6999 if (id[0] != '#' && shouldAddSchema) this._refs[id] = schemaObj; 7131 self._refs['http://json-schema.org/schema'] = META_SCHEMA_ID; 7160 if (self._schemas[id] || self._refs[id])
|
D | ajv.min.js.map | 1 …Ref","schemaPromise","_loadingSchemas","removePromise","sch","addSchema","_refs","_schemas","v","$…
|