Home
last modified time | relevance | path

Searched refs:Sentinel (Results 1 – 25 of 70) sorted by relevance

123

/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DSentinelOuterClass.java100 public static final class Sentinel extends class in SentinelOuterClass
105 private Sentinel(com.google.protobuf.GeneratedMessage.Builder builder) { in Sentinel() method in SentinelOuterClass.Sentinel
108 private Sentinel() { in Sentinel() method in SentinelOuterClass.Sentinel
134 ….google.protobuf.jruby.SentinelOuterClass.Sentinel.class, com.google.protobuf.jruby.SentinelOuterC… in internalGetFieldAccessorTable()
137 public static final com.google.protobuf.Parser<Sentinel> PARSER =
138 new com.google.protobuf.AbstractParser<Sentinel>() {
139 public Sentinel parsePartialFrom(
157 public com.google.protobuf.Parser<Sentinel> getParserForType() { in getParserForType()
269 public static com.google.protobuf.jruby.SentinelOuterClass.Sentinel parseFrom( in parseFrom()
274 public static com.google.protobuf.jruby.SentinelOuterClass.Sentinel parseFrom( in parseFrom()
[all …]
DRubyRepeatedField.java352 SentinelOuterClass.Sentinel sentinel = SentinelOuterClass.Sentinel.getDefaultInstance(); in defaultValue()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Dsimple_ilist.h88 ilist_sentinel<OptionsT> Sentinel; variable
118 iterator begin() { return ++iterator(Sentinel); } in begin()
119 const_iterator begin() const { return ++const_iterator(Sentinel); } in begin()
120 iterator end() { return iterator(Sentinel); } in end()
121 const_iterator end() const { return const_iterator(Sentinel); } in end()
122 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); } in rbegin()
124 return ++const_reverse_iterator(Sentinel); in rbegin()
126 reverse_iterator rend() { return reverse_iterator(Sentinel); } in rend()
128 return const_reverse_iterator(Sentinel); in rend()
132 LLVM_NODISCARD bool empty() const { return Sentinel.empty(); } in empty()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dsimple_ilist.h83 ilist_sentinel<OptionsT> Sentinel; variable
113 iterator begin() { return ++iterator(Sentinel); } in begin()
114 const_iterator begin() const { return ++const_iterator(Sentinel); } in begin()
115 iterator end() { return iterator(Sentinel); } in end()
116 const_iterator end() const { return const_iterator(Sentinel); } in end()
117 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); } in rbegin()
119 return ++const_reverse_iterator(Sentinel); in rbegin()
121 reverse_iterator rend() { return reverse_iterator(Sentinel); } in rend()
123 return const_reverse_iterator(Sentinel); in rend()
127 LLVM_NODISCARD bool empty() const { return Sentinel.empty(); } in empty()
[all …]
/external/llvm/tools/dsymutil/
DNonRelocatableStringpool.h32 : CurrentEndOffset(0), Sentinel(0), Last(&Sentinel) { in NonRelocatableStringpool()
51 return getNextEntry(&Sentinel); in getFirstEntry()
65 MapTy::MapEntryTy Sentinel, *Last; variable
/external/swiftshader/third_party/LLVM/include/llvm/
DModule.h42 return static_cast<Function*>(&Sentinel);
51 mutable ilist_node<Function> Sentinel;
58 return static_cast<GlobalVariable*>(&Sentinel);
66 mutable ilist_node<GlobalVariable> Sentinel;
73 return static_cast<GlobalAlias*>(&Sentinel);
81 mutable ilist_node<GlobalAlias> Sentinel;
89 return static_cast<NamedMDNode*>(&Sentinel);
99 mutable ilist_node<NamedMDNode> Sentinel;
DFunction.h40 return static_cast<BasicBlock*>(&Sentinel);
50 mutable ilist_half_node<BasicBlock> Sentinel;
57 return static_cast<Argument*>(&Sentinel);
67 mutable ilist_half_node<Argument> Sentinel;
DBasicBlock.h45 return static_cast<Instruction*>(&Sentinel);
53 mutable ilist_half_node<Instruction> Sentinel;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DIListSentinelTest.cpp25 typedef PickSentinel<Node>::type Sentinel; typedef
37 Sentinel S; in TEST()
/external/llvm/include/llvm/Transforms/Utils/
DSymbolRewriter.h116 mutable ilist_half_node<SymbolRewriter::RewriteDescriptor> Sentinel;
131 return static_cast<SymbolRewriter::RewriteDescriptor *>(&Sentinel);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DRecycler.h44 mutable RecyclerStruct Sentinel;
46 return &Sentinel;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIVUsers.h108 return static_cast<IVStrideUse*>(&Sentinel);
117 mutable ilist_node<IVStrideUse> Sentinel;
/external/llvm/include/llvm/Analysis/
DIVUsers.h108 return static_cast<IVStrideUse*>(&Sentinel);
117 mutable ilist_node<IVStrideUse> Sentinel;
/external/llvm/include/llvm/ADT/
Dilist.h102 static void noteHead(NodeTy *NewHead, NodeTy *Sentinel) { in noteHead()
103 ilist_traits<NodeTy>::setPrev(NewHead, Sentinel); in noteHead()
123 return static_cast<NodeTy *>(&Sentinel); in createSentinel()
132 mutable ilist_node<NodeTy> Sentinel;
142 return static_cast<NodeTy *>(&Sentinel); in createSentinel()
151 mutable ilist_half_node<NodeTy> Sentinel;
/external/protobuf/ruby/src/main/
Dsentinel.proto5 message Sentinel { message
/external/clang/test/FixIt/
Dfixit-objc.m62 @interface Sentinel interface
66 void sentinel_test(Sentinel *a) {
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFunction.h46 mutable ilist_half_node<MachineBasicBlock> Sentinel;
49 return static_cast<MachineBasicBlock*>(&Sentinel);
DMachineBasicBlock.h36 mutable ilist_half_node<MachineInstr> Sentinel;
44 return static_cast<MachineInstr*>(&Sentinel);
/external/python/cpython3/Modules/
Dconfig.c.in60 /* Sentinel */
/external/python/cpython2/Modules/
Dconfig.c.in58 /* Sentinel */
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h321 return static_cast<clang::ento::BugReport *>(&Sentinel);
332 mutable ilist_half_node<clang::ento::BugReport> Sentinel;
/external/llvm/include/llvm/CodeGen/
DMachineFunction.h53 mutable ilist_half_node<MachineBasicBlock> Sentinel;
58 return static_cast<MachineBasicBlock*>(&Sentinel);
DSlotIndexes.h74 mutable ilist_half_node<IndexListEntry> Sentinel;
77 return static_cast<IndexListEntry*>(&Sentinel);
/external/swiftshader/third_party/subzero/src/
DIceOperand.h549 static constexpr int Sentinel = -1; variable
562 assert(Current != Sentinel);
566 assert(Current != Sentinel);
581 Iterator end() { return Iterator(V, Sentinel); } in end()
/external/llvm/include/llvm/IR/
DModule.h45 return static_cast<NamedMDNode*>(&Sentinel);
56 mutable ilist_node<NamedMDNode> Sentinel;

123