/external/jsoncpp/chromium-overrides/include/json/ |
value.h | 959 Value &deref() const; [all...] |
/external/jsoncpp/include/json/ |
value.h | 959 Value &deref() const; [all...] |
/external/lldb/examples/synthetic/ |
libcxx.py | 498 deref = self.root_node.Dereference() 499 if not(deref.IsValid()): 501 value = deref.GetChildMemberWithName('__value_')
|
/external/chromium_org/chrome/browser/ |
custom_home_pages_table_model.cc | 161 // Cancel any pending load requests now so we don't deref a bogus pointer when
|
/external/chromium_org/content/browser/fileapi/ |
isolated_context_unittest.cc | 123 // Deref the current one and registering a new one.
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
ScriptWrappable.h | 277 // inside data.GetParameter()->deref(), which causes Node destructions. We should
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
V8TestInterfaceWillBeGarbageCollected.cpp | 228 internalPointer->toImpl<TestInterfaceWillBeGarbageCollected>()->deref();
|
V8TestNode.cpp | 243 internalPointer->toImpl<TestNode>()->deref();
|
V8TestInterfaceConstructor.cpp | 346 internalPointer->toImpl<TestInterfaceConstructor>()->deref();
|
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/ |
XMLDocumentParser.cpp | 318 m_currentNode->deref(); 328 m_currentNode->deref(); 336 m_currentNodeStack[i]->deref(); 338 m_currentNodeStack[0]->deref(); [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPopupMenuImpl.cpp | 173 deref(); // Balances ref() from WebPopupMenu::create.
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.10.2.html | 103 <li>mesa: Guard against null pointer deref in fbo validation</li>
|
/external/chromium_org/third_party/re2/re2/ |
compile.cc | 40 // Deref returns the next pointer pointed at by p. 41 static PatchList Deref(Prog::Inst *inst0, PatchList l); 57 PatchList PatchList::Deref(Prog::Inst* inst0, PatchList l) { 89 PatchList next = PatchList::Deref(inst0, l); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
insn.h | 117 unsigned int deref:1; member in struct:yasm_insn_operand
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
ir.py | 554 def deref( self ): member in class:Declarator 566 return self.pointer and self.deref().function 580 fn = self.deref().function 583 if arg.pointer and arg.deref().is_void(): [all...] |
/external/mesa3d/docs/ |
relnotes-7.10.2.html | 103 <li>mesa: Guard against null pointer deref in fbo validation</li>
|
/external/regex-re2/re2/ |
compile.cc | 40 // Deref returns the next pointer pointed at by p. 41 static PatchList Deref(Prog::Inst *inst0, PatchList l); 57 PatchList PatchList::Deref(Prog::Inst* inst0, PatchList l) { 89 PatchList next = PatchList::Deref(inst0, l); [all...] |
/external/chromium_org/components/crash/app/ |
breakpad_win.cc | 282 // TODO(siggi): This doesn't look quite right - there's NULL deref potential 293 // TODO(siggi): This doesn't look quite right - there's NULL deref potential
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_reader.cpp | 629 ir_read_error(expr, "expected (call <name> [<deref>] (<param> ...))"); 954 // Read sampler (must be a deref)
|
/external/lldb/scripts/Python/interface/ |
SBValue.i | 451 __swig_getmethods__["deref"] = Dereference 452 if _newclass: deref = property(Dereference, None, doc='''A read only property that returns an lldb.SBValue that is created by dereferencing this value.''')
|
/external/mesa3d/src/glsl/ |
ir_reader.cpp | 629 ir_read_error(expr, "expected (call <name> [<deref>] (<param> ...))"); 954 // Read sampler (must be a deref)
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
ir_to_mesa.cpp | 1013 ir_dereference_variable *const deref = local 1016 assert((var == NULL) || (deref->var == var)); 1018 var = deref->var; 1050 ir_dereference_variable *const deref = local 1054 deref->accept(this); 1058 deref->accept(&v); [all...] |
/external/lldb/source/Core/ |
ValueObject.cpp | 885 if (item_idx == 0 && item_count == 1) // simply a deref [all...] |
/external/mesa3d/src/mesa/program/ |
ir_to_mesa.cpp | 1013 ir_dereference_variable *const deref = local 1016 assert((var == NULL) || (deref->var == var)); 1018 var = deref->var; 1050 ir_dereference_variable *const deref = local 1054 deref->accept(this); 1058 deref->accept(&v); [all...] |
/external/chromium_org/content/browser/service_worker/ |
service_worker_cache_unittest.cc | 286 // The handle should be held by the cache now so the deref here should be
|