OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocatorRef
(Results
1 - 13
of
13
) sorted by null
/external/fmtlib/test/
mock-allocator.h
44
class
AllocatorRef
{
51
explicit
AllocatorRef
(Allocator *alloc = 0) : alloc_(alloc) {}
53
AllocatorRef
(const
AllocatorRef
&other) : alloc_(other.alloc_) {}
55
AllocatorRef
& operator=(const
AllocatorRef
&other) {
62
void move(
AllocatorRef
&other) {
68
AllocatorRef
(
AllocatorRef
&&other) {
72
AllocatorRef
& operator=(AllocatorRef &&other)
[
all
...]
util-test.cc
81
MockAllocator<int> &alloc,
AllocatorRef
< MockAllocator<int> > &ref) {
84
AllocatorRef
< MockAllocator<int> >::value_type *ptr = &mem;
92
TEST(AllocatorTest,
AllocatorRef
) {
94
typedef
AllocatorRef
< MockAllocator<int> > TestAllocatorRef;
96
// Check if
AllocatorRef
forwards to the underlying allocator.
259
typedef
AllocatorRef
< std::allocator<char> > TestAllocator;
328
typedef
AllocatorRef
< MockAllocator<int> > Allocator;
354
typedef
AllocatorRef
< MockAllocator<char> > TestAllocator;
370
typedef
AllocatorRef
< MockAllocator<char> > TestAllocator;
format-test.cc
247
typedef
AllocatorRef
<MockAllocator> TestAllocator;
[
all
...]
/external/clang/include/clang/Sema/
CodeCompleteConsumer.h
517
IntrusiveRefCntPtr<GlobalCodeCompletionAllocator>
AllocatorRef
;
522
:
AllocatorRef
(std::move(Allocator)) {}
525
return
AllocatorRef
;
528
assert(
AllocatorRef
);
529
return *
AllocatorRef
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h
516
std::shared_ptr<GlobalCodeCompletionAllocator>
AllocatorRef
;
521
:
AllocatorRef
(std::move(Allocator)) {}
524
return
AllocatorRef
;
527
assert(
AllocatorRef
);
528
return *
AllocatorRef
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h
516
std::shared_ptr<GlobalCodeCompletionAllocator>
AllocatorRef
;
521
:
AllocatorRef
(std::move(Allocator)) {}
524
return
AllocatorRef
;
527
assert(
AllocatorRef
);
528
return *
AllocatorRef
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h
516
std::shared_ptr<GlobalCodeCompletionAllocator>
AllocatorRef
;
521
:
AllocatorRef
(std::move(Allocator)) {}
524
return
AllocatorRef
;
527
assert(
AllocatorRef
);
528
return *
AllocatorRef
;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h
516
std::shared_ptr<GlobalCodeCompletionAllocator>
AllocatorRef
;
521
:
AllocatorRef
(std::move(Allocator)) {}
524
return
AllocatorRef
;
527
assert(
AllocatorRef
);
528
return *
AllocatorRef
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h
516
std::shared_ptr<GlobalCodeCompletionAllocator>
AllocatorRef
;
521
:
AllocatorRef
(std::move(Allocator)) {}
524
return
AllocatorRef
;
527
assert(
AllocatorRef
);
528
return *
AllocatorRef
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h
516
std::shared_ptr<GlobalCodeCompletionAllocator>
AllocatorRef
;
521
:
AllocatorRef
(std::move(Allocator)) {}
524
return
AllocatorRef
;
527
assert(
AllocatorRef
);
528
return *
AllocatorRef
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h
516
std::shared_ptr<GlobalCodeCompletionAllocator>
AllocatorRef
;
521
:
AllocatorRef
(std::move(Allocator)) {}
524
return
AllocatorRef
;
527
assert(
AllocatorRef
);
528
return *
AllocatorRef
;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h
516
std::shared_ptr<GlobalCodeCompletionAllocator>
AllocatorRef
;
521
:
AllocatorRef
(std::move(Allocator)) {}
524
return
AllocatorRef
;
527
assert(
AllocatorRef
);
528
return *
AllocatorRef
;
[
all
...]
/external/clang/lib/Sema/
CodeCompleteConsumer.cpp
322
CachedParentName =
AllocatorRef
->CopyString(OS.str());
Completed in 799 milliseconds