Searched refs:SetPrivate (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/tools/gn/
H A Dvisibility.h35 void SetPrivate(const SourceDir& current_dir);
H A Dvisibility.cc49 void Visibility::SetPrivate(const SourceDir& current_dir) { function in class:Visibility
H A Dtarget_unittest.cc327 b.visibility().SetPrivate(b.label().dir());
376 b.visibility().SetPrivate(b.label().dir());
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp198 m_run_to_sp->SetPrivate(true);
215 m_run_to_sp->SetPrivate(true);
/external/lldb/include/lldb/Target/
H A DThreadPlan.h68 // its job, but it doesn't want that sub-plan to be the one that sets the StopInfo, then call SetPrivate on the
428 SetPrivate (bool input) function in class:lldb_private::ThreadPlan
/external/lldb/source/Target/
H A DThreadPlanCallFunction.cpp47 SetPrivate (true);
530 m_subplan_sp->SetPrivate (true);
H A DStopInfo.cpp681 new_plan_sp->SetPrivate (true);
H A DProcess.cpp4684 thread_plan_sp->SetPrivate(false);
5022 thread_plan_sp->SetPrivate (orig_plan_private);
5357 thread_plan_sp->SetPrivate (orig_plan_private);
5373 thread_plan_sp->SetPrivate (orig_plan_private);
5399 thread_plan_sp->SetPrivate (orig_plan_private);
H A DThread.cpp583 step_bp_plan->SetPrivate (true);
/external/chromium_org/v8/include/
H A Dv8.h2349 bool SetPrivate(Handle<Private> key, Handle<Value> value);
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc2956 CHECK(obj->SetPrivate(priv1, v8::Integer::New(isolate, 1503)));
2959 CHECK(obj->SetPrivate(priv1, v8::Integer::New(isolate, 2002)));
2974 CHECK(obj->SetPrivate(priv2, v8::Integer::New(isolate, 2008)));
3053 CHECK(obj->SetPrivate(glob, v8::Integer::New(isolate, 3)));
/external/chromium_org/v8/src/
H A Dapi.cc3159 bool v8::Object::SetPrivate(v8::Handle<Private> key, v8::Handle<Value> value) { function in class:v8::v8::Object

Completed in 2983 milliseconds