/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | lexer.cc | 59 location_{1, 1} {} in Lexer() 106 src.range.begin = location_; in begin_source() 107 src.range.end = location_; in begin_source() 112 src.range.end = location_; in end_source() 147 location_.line++; in skip_whitespace_and_comments() 148 location_.column = 1; in skip_whitespace_and_comments() 153 location_.column++; in skip_whitespace_and_comments() 179 location_.column++; in skip_comment() 192 location_.column += 2; in skip_comment() 199 location_.column += 2; in skip_comment() [all …]
|
D | lexer.h | 99 Source::Location location_; variable
|
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/ |
D | byte_stream_wrappers.h | 29 if (location_ >= size_) { in ReadByte() 33 return bytes_[location_++]; in ReadByte() 39 if (location_ + length > size_) { in ReadBytes() 43 std::memcpy(buffer, &bytes_[location_], length); in ReadBytes() 44 location_ += length; in ReadBytes() 50 uint8_t mod = location_ % alignment; in ReadAlignment() 52 location_ += alignment - mod; in ReadAlignment() 62 size_t location_ = 0; variable
|
/third_party/gn/src/gn/ |
D | token.h | 67 const Location& location() const { return location_; } in location() 68 void set_location(Location location) { location_ = location; } in set_location() 71 location_, in range() 72 Location(location_.file(), location_.line_number(), in range() 73 location_.column_number() + static_cast<int>(value_.size()))); in range() 83 Location location_; variable
|
D | token.cc | 13 : type_(t), value_(v), location_(location) {} in Token()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 404 location_(parser_->source_code_info_->add_location()) { in LocationRecorder() 405 location_->add_span(parser_->input_->current().line); in LocationRecorder() 406 location_->add_span(parser_->input_->current().column); in LocationRecorder() 438 location_ = source_code_info_->add_location(); in Init() 439 location_->mutable_path()->CopyFrom(parent.location_->path()); in Init() 441 location_->add_span(parser_->input_->current().line); in Init() 442 location_->add_span(parser_->input_->current().column); in Init() 446 if (location_->span_size() <= 2) { in ~LocationRecorder() 452 location_->add_path(path_component); in AddPath() 456 location_->set_span(0, token.line); in StartAt() [all …]
|
D | parser.h | 285 SourceCodeInfo::Location* location_; variable
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluDrawUtil.hpp | 108 explicit BindingPoint (int location_) : type(BPTYPE_LOCATION), location(location_) {} in BindingPoint() 109 …indingPoint (const std::string& name_, int location_ = 0) : type(BPTYPE_NAME), name(name_), locati… in BindingPoint()
|
D | gluVarType.cpp | 235 Layout::Layout (int location_, int binding_, int offset_, FormatLayout format_, MatrixOrder matrixO… in Layout() argument 236 : location (location_) in Layout()
|
D | gluShaderProgram.hpp | 238 …ibLocationBinding (const std::string& name_, deUint32 location_) : name(name_), location(location_… in AttribLocationBinding()
|
D | gluDrawUtil.cpp | 51 VertexAttributeDescriptor (int location_, in VertexAttributeDescriptor() 58 : location (location_) in VertexAttributeDescriptor()
|
D | gluVarType.hpp | 244 …Layout (int location_ = -1, int binding_ = -1, int offset_ = -1, FormatLayout format_ = FORMATLA…
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_accessibility_node.cc | 32 location_ = CefRect(loc->GetDouble("x"), loc->GetDouble("y"), in UpdateLocation() 59 location_ = CefRect(loc->GetDouble("x"), loc->GetDouble("y"), in UpdateValue() 114 CefRect loc = location_; in AxLocation()
|
D | osr_accessibility_node.h | 111 CefRect location_; variable
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDebugReportUtil.hpp | 58 size_t location_, in DebugReportMessage() 65 , location (location_) in DebugReportMessage()
|
/third_party/cef/tests/ceftests/ |
D | navigation_unittest.cc | 720 location_ = kRNav2; in Open() 726 location_ = kRNav4; in Open() 759 EXPECT_GT(location_.size(), static_cast<size_t>(0)); in GetResponseHeaders() 763 headers.insert(std::make_pair("Location", location_)); in GetResponseHeaders() 767 EXPECT_GT(location_.size(), static_cast<size_t>(0)); in GetResponseHeaders() 768 redirectUrl = location_; in GetResponseHeaders() 801 std::string location_; member in __anonf3898fd30411::RedirectSchemeHandler
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 727 const char* file() const { return location_.file.c_str(); } in file() 730 int line() const { return location_.line; } in line() 810 internal::CodeLocation location_; variable
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 740 const char* file() const { return location_.file.c_str(); } in file() 743 int line() const { return location_.line; } in line() 826 internal::CodeLocation location_; variable
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 9212 location_ = other.location_.Clone(); in SourceCodeInfo() 9225 …Field<global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location> location_ = new pbc::Repea… field in Google.Protobuf.Reflection.SourceCodeInfo 9273 get { return location_; } 9289 if(!location_.Equals(other.location_)) return false; in Equals() 9296 hash ^= location_.GetHashCode(); in GetHashCode() 9313 location_.WriteTo(output, _repeated_location_codec); in WriteTo() 9323 location_.WriteTo(ref output, _repeated_location_codec); in IBufferMessage.InternalWriteTo() 9333 size += location_.CalculateSize(_repeated_location_codec); in CalculateSize() 9345 location_.Add(other.location_); in MergeFrom() 9361 location_.AddEntriesFrom(input, _repeated_location_codec); in MergeFrom() [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fUniformLocationTests.cpp | 84 …tage declareLocation_, ShaderStage layoutLocation_, ShaderStage checkLocation_, int location_ = -1) in UniformInfo() 89 , location (location_) in UniformInfo()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 103 …FragmentOutput (glu::DataType type_, glu::Precision precision_, int location_, int arrayLength_ = … in FragmentOutput() 106 , location (location_) in FragmentOutput()
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 930 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceCodeInfo, location_), 10463 location_(arena) { in SourceCodeInfo() 10470 location_(from.location_) { in SourceCodeInfo() 10510 location_.Clear(); in Clear() 10588 for (const auto& msg : this->location_) { in ByteSizeLong() 10624 location_.MergeFrom(from.location_); in MergeFrom() 10648 location_.InternalSwap(&other->location_); in InternalSwap()
|
D | descriptor.pb.h | 6220 …ROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location > location_; 12594 return location_.size(); in _internal_location_size() 12600 location_.Clear(); in clear_location() 12604 return location_.Mutable(index); in mutable_location() 12609 return &location_; in mutable_location() 12612 return location_.Get(index); in _internal_location() 12619 return location_.Add(); in _internal_add_location() 12628 return location_; in location()
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest.h | 10621 const char* file() const { return location_.file.c_str(); } 10624 int line() const { return location_.line; } 10707 internal::CodeLocation location_;
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | memorymodel.txt | 31 A _memory location_ identifies unique storage for 8 bits of data.
|