Searched refs:Stable (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | AppendingTypeTableBuilder.cpp | 80 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size()); in insertRecordBytes() local 81 memcpy(Stable, Record.data(), Record.size()); in insertRecordBytes() 82 Record = ArrayRef<uint8_t>(Stable, Record.size()); in insertRecordBytes()
|
H A D | MergingTypeTableBuilder.cpp | 85 uint8_t *Stable = Alloc.Allocate<uint8_t>(Data.size()); in stabilize() local 86 memcpy(Stable, Data.data(), Data.size()); in stabilize() 87 return makeArrayRef(Stable, Data.size()); in stabilize()
|
/third_party/rust/crates/version_check/src/ |
H A D | channel.rs | 8 Stable, 65 Some(Channel(Kind::Stable)) in parse() 77 Kind::Stable => "stable", in as_str() 104 Kind::Beta | Kind::Stable => false in supports_features() 183 Kind::Stable => true, in is_stable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | GlobalTypeTableBuilder.h | 78 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs() local 79 MutableArrayRef<uint8_t> Data(Stable, RecordSize); in insertRecordAs()
|
/third_party/python/Lib/test/ |
H A D | test_sort.py | 67 class Stable(object): class 76 return "Stable(%d, %d)" % (self.key, self.index) 125 s = [Stable(random.randrange(10), i) for i in range(n)]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 248 char *Stable = Arena.allocUnalignedBuffer(Borrowed.size() + 1); in copyString() local 249 std::strcpy(Stable, Borrowed.begin()); in copyString() 251 return {Stable, Borrowed.size()}; in copyString()
|
Completed in 6 milliseconds