Searched refs:location_size (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.cc141 file_descriptor_proto.source_code_info().location_size() > 0;
H A Dparser_unittest.cc1496 for (int i = 0; i < source_info.location_size(); i++) {
/external/chromium_org/gpu/command_buffer/service/
H A Dprogram_manager.cc1184 uint32 location_size = num_locations * sizeof(int32); local
1186 input_size + location_size + total_string_size;
1193 sizeof(ProgramInfoHeader) + input_size, location_size);
1195 sizeof(ProgramInfoHeader) + input_size + location_size,
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp896 SS.location_size()),
901 memcpy(Annotation + 1, SS.location_data(), SS.location_size());
H A DTreeTransform.h3110 if (SS.location_size() == NNS.getDataLength() &&
3111 memcmp(SS.location_data(), NNS.getOpaqueData(), SS.location_size()) == 0)
/external/clang/include/clang/Sema/
H A DDeclSpec.h208 unsigned location_size() const { return Builder.getBuffer().second; } function in class:clang::CXXScopeSpec
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc8079 for (int i = 0; i < this->location_size(); i++) {
8093 for (int i = 0; i < this->location_size(); i++) {
8110 total_size += 1 * this->location_size();
8111 for (int i = 0; i < this->location_size(); i++) {
H A Ddescriptor.pb.h2743 inline int location_size() const;
5967 inline int SourceCodeInfo::location_size() const { function in class:google::protobuf::SourceCodeInfo
H A Ddescriptor.cc1999 for (int i = 0; info && i < info->location_size(); ++i) {
H A Ddescriptor_unittest.cc4639 ASSERT_EQ(3, info.location_size());

Completed in 507 milliseconds