OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:explicit
(Results
326 - 350
of
1588
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/stlport/stlport/stl/
_auto_ptr.h
84
explicit
auto_ptr(_Tp* __px = 0) _STLP_NOTHROW { this->__set(__px); }
_map.h
101
explicit
map(const _Compare& __comp,
104
explicit
map(const _Compare& __comp)
106
explicit
map(const _Compare& __comp, const allocator_type& __a)
293
explicit
multimap(const _Compare& __comp,
_move_construct_fwk.h
37
explicit
__move_source (_Tp &_src) : _M_data(_src)
_stack.h
75
explicit
stack(const _Sequence& __s) : c(__s) {}
_tempbuf.h
61
// because not all compilers support the language feature (
explicit
/external/stlport/stlport/stl/config/
_gcc.h
194
/* Instantiation scheme that used (default) in gcc 3 made void of sense
explicit
_hpacc.h
85
/* aCC bug ? need
explicit
args on constructors of partial specialized
_sunprocc.h
55
// no partial , just for
explicit
one
/external/stlport/test/unit/
swap_test.cpp
84
* without swap method (in this case swap should be made via
explicit
members
/external/v8/src/
bootstrapper.h
106
explicit
NativesExternalStringResource(const char* source);
compilation-cache.cc
58
explicit
CompilationSubCache(int generations): generations_(generations) {
91
explicit
CompilationCacheScript(int generations)
113
explicit
CompilationCacheEval(int generations)
129
explicit
CompilationCacheRegExp(int generations)
data-flow.h
78
explicit
DefinitionInfo() : last_use_(NULL) {}
debug-agent.h
46
explicit
DebuggerAgent(const char* name, int port)
func-name-inferrer.h
109
explicit
ScopedFuncNameInferrer(FuncNameInferrer* inferrer)
liveedit.h
68
explicit
LiveEditFunctionTracker(FunctionLiteral* fun);
regexp-macro-assembler-tracer.h
37
explicit
RegExpMacroAssemblerTracer(RegExpMacroAssembler* assembler);
smart-pointer.h
46
explicit
inline SmartPointer(T* pointer) : p(pointer) {}
v8threads.h
132
explicit
ContextSwitcher(int every_n_ms);
/external/v8/test/cctest/
test-sockets.cc
13
explicit
SocketListenerThread(int port, int data_size)
/external/webkit/JavaScriptCore/parser/
ResultType.h
46
explicit
ResultType(Type type)
/external/webkit/JavaScriptCore/runtime/
PropertySlot.h
47
explicit
PropertySlot(const JSValue base)
/external/webkit/JavaScriptCore/wtf/brew/
OwnPtrBrew.h
45
explicit
OwnPtrBrew(T* ptr = 0) : m_ptr(ptr) { }
/external/webkit/JavaScriptCore/wtf/gtk/
GOwnPtr.h
53
explicit
GOwnPtr(T* ptr = 0) : m_ptr(ptr) { }
/external/webkit/WebCore/bindings/generic/
BindingSecurity.h
61
explicit
BindingSecurity() {}
/external/webkit/WebCore/bindings/v8/
SerializedScriptValue.cpp
224
explicit
Serializer(Writer& writer)
294
explicit
State(v8::Handle<T> composite) : StateBase(composite)
302
explicit
StackCleaner(StateBase** stack) : m_stack(stack)
589
explicit
Deserializer(Reader& reader) : m_reader(reader)
Completed in 1118 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>