/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | SentinelOuterClass.java | 100 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 …]
|
D | RubyRepeatedField.java | 352 SentinelOuterClass.Sentinel sentinel = SentinelOuterClass.Sentinel.getDefaultInstance(); in defaultValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | simple_ilist.h | 88 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/ |
D | simple_ilist.h | 83 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/ |
D | NonRelocatableStringpool.h | 32 : 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/ |
D | Module.h | 42 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;
|
D | Function.h | 40 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;
|
D | BasicBlock.h | 45 return static_cast<Instruction*>(&Sentinel); 53 mutable ilist_half_node<Instruction> Sentinel;
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | IListSentinelTest.cpp | 25 typedef PickSentinel<Node>::type Sentinel; typedef 37 Sentinel S; in TEST()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | SymbolRewriter.h | 116 mutable ilist_half_node<SymbolRewriter::RewriteDescriptor> Sentinel; 131 return static_cast<SymbolRewriter::RewriteDescriptor *>(&Sentinel);
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Recycler.h | 44 mutable RecyclerStruct Sentinel; 46 return &Sentinel;
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | IVUsers.h | 108 return static_cast<IVStrideUse*>(&Sentinel); 117 mutable ilist_node<IVStrideUse> Sentinel;
|
/external/llvm/include/llvm/Analysis/ |
D | IVUsers.h | 108 return static_cast<IVStrideUse*>(&Sentinel); 117 mutable ilist_node<IVStrideUse> Sentinel;
|
/external/llvm/include/llvm/ADT/ |
D | ilist.h | 102 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/ |
D | sentinel.proto | 5 message Sentinel { message
|
/external/clang/test/FixIt/ |
D | fixit-objc.m | 62 @interface Sentinel interface 66 void sentinel_test(Sentinel *a) {
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineFunction.h | 46 mutable ilist_half_node<MachineBasicBlock> Sentinel; 49 return static_cast<MachineBasicBlock*>(&Sentinel);
|
D | MachineBasicBlock.h | 36 mutable ilist_half_node<MachineInstr> Sentinel; 44 return static_cast<MachineInstr*>(&Sentinel);
|
/external/python/cpython3/Modules/ |
D | config.c.in | 60 /* Sentinel */
|
/external/python/cpython2/Modules/ |
D | config.c.in | 58 /* Sentinel */
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 321 return static_cast<clang::ento::BugReport *>(&Sentinel); 332 mutable ilist_half_node<clang::ento::BugReport> Sentinel;
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 53 mutable ilist_half_node<MachineBasicBlock> Sentinel; 58 return static_cast<MachineBasicBlock*>(&Sentinel);
|
D | SlotIndexes.h | 74 mutable ilist_half_node<IndexListEntry> Sentinel; 77 return static_cast<IndexListEntry*>(&Sentinel);
|
/external/swiftshader/third_party/subzero/src/ |
D | IceOperand.h | 549 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/ |
D | Module.h | 45 return static_cast<NamedMDNode*>(&Sentinel); 56 mutable ilist_node<NamedMDNode> Sentinel;
|