OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Constructors
(Results
1 - 4
of
4
) sorted by null
/external/mockito/src/org/mockito/internal/util/reflection/
Constructors.java
5
public abstract class
Constructors
{
/external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp
38
const ConstructorMap &
constructors
() const { return
Constructors
; }
function in class:clang::ast_matchers::dynamic::__anon15745::RegistryMaps
42
ConstructorMap
Constructors
;
47
assert(
Constructors
.find(MatcherName) ==
Constructors
.end());
48
Constructors
[MatcherName] = Callback;
396
for (ConstructorMap::iterator it =
Constructors
.begin(),
397
end =
Constructors
.end();
413
RegistryData->
constructors
().find(MatcherName);
414
if (it == RegistryData->
constructors
().end())
[
all
...]
/external/clang/test/SemaTemplate/
instantiate-method.cpp
54
class
Constructors
{
56
Constructors
(const T&);
57
Constructors
(const
Constructors
&other);
61
Constructors
<int> ci1(17);
62
Constructors
<int> ci2 = ci1;
/external/chromium_org/third_party/angle/src/compiler/
OutputHLSL.h
132
typedef std::set<TString>
Constructors
;
133
Constructors
mConstructors;
Completed in 187 milliseconds