HomeSort by relevance Sort by last modified time
    Searched refs:First (Results 1 - 25 of 431) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nanopb-c/tests/no_messages/
no_messages.proto 4 First = 1;
  /external/clang/lib/StaticAnalyzer/Checkers/
SelectorExtras.h 20 const char *First,
23 II.push_back(&Ctx.Idents.get(First));
32 const char *First = va_arg(argp, const char *);
33 assert(First && "keyword selectors must have at least one argument");
34 return getKeywordSelectorImpl(Ctx, First, argp);
39 const char *First, ...) {
41 va_start(argp, First);
42 Selector result = getKeywordSelectorImpl(Ctx, First, argp);
49 const char *First, ...) {
53 va_start(argp, First);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
iterator_range.hpp 25 typename BOOST_MPL_AUX_NA_PARAM(First)
32 typedef First begin;
35 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,iterator_range,(First,Last))
distance.hpp 36 template< typename First, typename Last > struct apply
39 iterator_range<First,Last>
47 iterator_range<First,Last>
54 iterator_range<First,Last>
64 typename BOOST_MPL_AUX_NA_PARAM(First)
68 : distance_impl< typename tag<First>::type >
69 ::template apply<First, Last>
71 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, distance, (First, Last))
distance_fwd.hpp 24 template< typename First, typename Last > struct distance;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
iter_fold_impl.hpp 18 , typename First
26 typename First
31 struct iter_fold_impl< 0,First,Last,State,ForwardOp >
33 typedef First iter0;
40 typename First
45 struct iter_fold_impl< 1,First,Last,State,ForwardOp >
47 typedef First iter0;
58 typename First
63 struct iter_fold_impl< 2,First,Last,State,ForwardOp >
65 typedef First iter0
    [all...]
fold_impl.hpp 18 , typename First
26 typename First
31 struct fold_impl< 0,First,Last,State,ForwardOp >
33 typedef First iter0;
40 typename First
45 struct fold_impl< 1,First,Last,State,ForwardOp >
47 typedef First iter0;
58 typename First
63 struct fold_impl< 2,First,Last,State,ForwardOp >
65 typedef First iter0
    [all...]
reverse_fold_impl.hpp 18 , typename First
27 typename First
33 struct reverse_fold_impl< 0,First,Last,State,BackwardOp,ForwardOp >
35 typedef First iter0;
43 typename First
49 struct reverse_fold_impl< 1,First,Last,State,BackwardOp,ForwardOp >
51 typedef First iter0;
64 typename First
70 struct reverse_fold_impl< 2,First,Last,State,BackwardOp,ForwardOp >
72 typedef First iter0
    [all...]
  /external/markdown/MarkdownTest/Tests_2004/
Yuri-Links-in-Headers.text 3 Let's first have a plain header
12 First with a hash
Ordered and unordered lists.text 58 1. First
71 1. First
106 1. First
115 1. First
  /external/clang/test/SemaCXX/
warn-infinite-recursion.cpp 117 template<int First, int Last>
119 if (First + 1 == Last) {
124 DoStuff<First, (First + Last)/2>();
125 DoStuff<(First + Last)/2, Last>();
  /external/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/
main.cpp 14 struct First
19 First(int X, int Y) :
48 First first(12,34);
52 first.dummy = 1; // Set break point at this line.
53 first.dummy = 2;
54 first.dummy = 3;
55 first.dummy = 4;
56 first.dummy = 5;
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 58 1. First
71 1. First
106 1. First
115 1. First
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 58 1. First
71 1. First
106 1. First
115 1. First
  /external/clang/include/clang/Lex/
PPCallbacks.h 325 PPCallbacks *First, *Second;
329 : First(_First), Second(_Second) {}
332 delete First;
338 First->FileChanged(Loc, Reason, FileType, PrevFID);
345 First->FileSkipped(ParentFile, FilenameTok, FileType);
351 return First->FileNotFound(FileName, RecoveryPath) ||
360 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
370 First->moduleImport(ImportLoc, Path, Imported);
375 First->EndOfMainFile();
380 First->Ident(Loc, str)
    [all...]
  /external/compiler-rt/lib/profile/
InstrProfilingPlatformOther.c 43 #define UPDATE_FIRST(First, New) \
44 First = New < First ? New : First
  /external/clang/lib/AST/
DeclFriend.cpp 64 Decl *First = data().FirstFriend.get(Source);
65 return First ? cast<FriendDecl>(First) : nullptr;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
hash.h 202 template <typename First, typename Second>
203 struct hash<pair<First, Second> > {
204 inline size_t operator()(const pair<First, Second>& key) const {
205 size_t first_hash = hash<First>()(key.first);
215 inline size_t operator()(const pair<First, Second>& a,
216 const pair<First, Second>& b) const {
  /external/protobuf/src/google/protobuf/stubs/
hash.h 190 template <typename First, typename Second>
191 struct hash<pair<First, Second> > {
192 inline size_t operator()(const pair<First, Second>& key) const {
193 size_t first_hash = hash<First>()(key.first);
203 inline size_t operator()(const pair<First, Second>& a,
204 const pair<First, Second>& b) const {
  /external/chromium_org/third_party/WebKit/Source/wtf/
VectorTraits.h 74 template<typename First, typename Second>
75 struct VectorTraits<pair<First, Second> >
77 typedef VectorTraits<First> FirstTraits;
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32toolhelp.h 13 // Should be included first, but that causes redefinitions.
28 // - implement bool First(HANDLE, T*) normally calls a
50 // Moves forward to the next object using the First and Next
51 // pointers. If either First or Next ever indicates an failure
63 incr_ok = Traits::First(snapshot_, &current_);
119 static bool First(HANDLE handle, Type* t) {
143 static bool First(HANDLE handle, Type* t) {
  /external/chromium_org/third_party/webrtc/base/
win32toolhelp.h 19 // Should be included first, but that causes redefinitions.
34 // - implement bool First(HANDLE, T*) normally calls a
56 // Moves forward to the next object using the First and Next
57 // pointers. If either First or Next ever indicates an failure
69 incr_ok = Traits::First(snapshot_, &current_);
125 static bool First(HANDLE handle, Type* t) {
149 static bool First(HANDLE handle, Type* t) {
  /external/chromium_org/components/sync_driver/
backend_data_type_configurer.cc 18 types.Put(type_it->first);
27 for (syncer::ModelTypeSet::Iterator it = types.First(); it.Good(); it.Inc()) {
  /external/clang/lib/Format/
TokenAnnotator.h 41 : First(Line.Tokens.front().Tok), Level(Line.Level),
51 First->Previous = nullptr;
52 FormatToken *Current = First;
79 FormatToken *First;
  /external/webrtc/src/system_wrappers/interface/
map_wrapper.h 55 // Returns a pointer to the first MapItem in the map.
56 MapItem* First() const;

Completed in 1145 milliseconds

1 2 3 4 5 6 7 8 91011>>