Home
last modified time | relevance | path

Searched refs:location_ (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dlexer.cc59 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 …]
Dlexer.h99 Source::Location location_; variable
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/
Dbyte_stream_wrappers.h29 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/
Dtoken.h67 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
Dtoken.cc13 : type_(t), value_(v), location_(location) {} in Token()
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc404 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 …]
Dparser.h285 SourceCodeInfo::Location* location_; variable
/third_party/vk-gl-cts/framework/opengl/
DgluDrawUtil.hpp108 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()
DgluVarType.cpp235 Layout::Layout (int location_, int binding_, int offset_, FormatLayout format_, MatrixOrder matrixO… in Layout() argument
236 : location (location_) in Layout()
DgluShaderProgram.hpp238 …ibLocationBinding (const std::string& name_, deUint32 location_) : name(name_), location(location_ in AttribLocationBinding()
DgluDrawUtil.cpp51 VertexAttributeDescriptor (int location_, in VertexAttributeDescriptor()
58 : location (location_) in VertexAttributeDescriptor()
DgluVarType.hpp244 …Layout (int location_ = -1, int binding_ = -1, int offset_ = -1, FormatLayout format_ = FORMATLA…
/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node.cc32 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()
Dosr_accessibility_node.h111 CefRect location_; variable
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.hpp58 size_t location_, in DebugReportMessage()
65 , location (location_) in DebugReportMessage()
/third_party/cef/tests/ceftests/
Dnavigation_unittest.cc720 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/
Dgtest.h727 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/
Dgtest.h740 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/
DDescriptor.cs9212 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/
Des31fUniformLocationTests.cpp84 …tage declareLocation_, ShaderStage layoutLocation_, ShaderStage checkLocation_, int location_ = -1) in UniformInfo()
89 , location (location_) in UniformInfo()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFragmentOutputTests.cpp103 …FragmentOutput (glu::DataType type_, glu::Precision precision_, int location_, int arrayLength_ = … in FragmentOutput()
106 , location (location_) in FragmentOutput()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.cc930 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()
Ddescriptor.pb.h6220 …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/
Dgtest.h10621 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/
Dmemorymodel.txt31 A _memory location_ identifies unique storage for 8 bits of data.

12