Searched refs:RefValue (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Regex.cpp | 169 unsigned RefValue; in sub() local 170 if (!Ref.getAsInteger(10, RefValue) && in sub() 171 RefValue < Matches.size()) in sub() 172 Res += Matches[RefValue]; in sub()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Regex.cpp | 188 unsigned RefValue; in sub() local 189 if (!Ref.getAsInteger(10, RefValue) && in sub() 190 RefValue < Matches.size()) in sub() 191 Res += Matches[RefValue]; in sub()
|
/third_party/grpc/src/core/lib/transport/ |
D | metadata.h | 243 grpc_mdelem_trace_ref(this, key_, value_, RefValue(), file, line); in Ref() 248 grpc_mdelem_trace_unref(this, key_, value_, RefValue(), file, line); in Unref() 269 intptr_t RefValue() { return refcnt_.Load(MemoryOrder::RELAXED); } in RefValue() function
|
D | metadata.cc | 162 RefValue(), key_str, value_str); in TraceAtStart() 293 intptr_t value = RefValue(); in RefWithShardLocked()
|