OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Copied
(Results
1 - 5
of
5
) sorted by null
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
PR22806_constrain_tuple_like_ctor.pass.cpp
38
enum State { FromTuple, FromInt,
Copied
, Moved };
41
ConstructibleFromTupleAndInt(ConstructibleFromTupleAndInt const&) : state(
Copied
) {}
51
enum State { FromTuple, FromInt,
Copied
, Moved };
54
ConvertibleFromTupleAndInt(ConvertibleFromTupleAndInt const&) : state(
Copied
) {}
64
enum State { FromInt,
Copied
, Moved };
67
ConstructibleFromInt(ConstructibleFromInt const&) : state(
Copied
) {}
74
enum State { FromInt,
Copied
, Moved };
77
ConvertibleFromInt(ConvertibleFromInt const&) : state(
Copied
) {}
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
PR22806_constrain_tuple_like_ctor.pass.cpp
38
enum State { FromTuple, FromInt,
Copied
, Moved };
41
ConstructibleFromTupleAndInt(ConstructibleFromTupleAndInt const&) : state(
Copied
) {}
51
enum State { FromTuple, FromInt,
Copied
, Moved };
54
ConvertibleFromTupleAndInt(ConvertibleFromTupleAndInt const&) : state(
Copied
) {}
64
enum State { FromInt,
Copied
, Moved };
67
ConstructibleFromInt(ConstructibleFromInt const&) : state(
Copied
) {}
74
enum State { FromInt,
Copied
, Moved };
77
ConvertibleFromInt(ConvertibleFromInt const&) : state(
Copied
) {}
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntstrsafe.h
342
SIZE_T CharLength = Length / sizeof(CHAR),
Copied
= 0, Remaining;
380
&
Copied
,
384
LocalDestinationEnd = Destination +
Copied
;
385
Remaining = CharLength -
Copied
;
432
SIZE_T DestinationLength, Remaining,
Copied
= 0;
470
&
Copied
,
474
LocalDestinationEnd = LocalDestinationEnd +
Copied
;
475
Remaining = Remaining -
Copied
;
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
NetBuffer.c
275
Create a duplicated copy of the net buffer with data
copied
and HeadSpace
739
UINT32
Copied
;
753
Copied
= 0;
792
Copied
+= ExtFragment[Index].Len;
810
Copied
+= Len;
814
// Adjust the block structure to exclude the data
copied
,
847
NetbufSetBlock (Nbuf, FirstBlock, HeadSpace +
Copied
, 0);
849
Nbuf->BlockOp[0].Size =
Copied
;
[
all
...]
/external/llvm/tools/dsymutil/
DwarfLinker.cpp
[
all
...]
Completed in 574 milliseconds