Searched defs:element_name (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/glsl/
H A Dlink_uniform_initializers.cpp103 const char *element_name = ralloc_asprintf(mem_ctx, "%s[%d]", name, i); local
105 set_uniform_initializer(mem_ctx, prog, element_name,
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc292 void AddError(const string& filename, const string& element_name, argument
303 error_message += (" " + element_name + ": " + message + "\n");
/external/protobuf/src/google/protobuf/compiler/
H A Dimporter.cc174 const string& element_name,
172 AddError( const string& filename, const string& element_name, const Message* descriptor, ErrorLocation location, const string& message) argument
H A Dparser_unittest.cc86 const string& element_name,
85 AddError(const string& filename, const string& element_name, const Message* descriptor, ErrorLocation location, const string& message) argument
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc2875 const string& element_name, const Message* descriptor,
2893 filename, element_name, location_name, message);
2897 void AddWarning(const string& filename, const string& element_name, argument
2916 filename, element_name, location_name, message);
5259 const string &element_name,
2874 AddError(const string& filename, const string& element_name, const Message* descriptor, ErrorLocation location, const string& message) argument
5257 AddError( const string &filename, const string &element_name, const Message *message, ErrorLocation location, const string &error_message) argument
H A Ddescriptor.cc2259 // name are respolved relative to name_scope. element_name and orig_opt are
2269 element_name(el),
2274 string element_name; member in struct:google::protobuf::__anon13510::OptionsToInterpret
2327 void AddError(const string& element_name,
2331 void AddError(const string& element_name,
2342 const string& element_name,
2347 void AddWarning(const string& element_name, const Message& descriptor,
2459 const string& element_name,
2587 builder_->AddError(options_to_interpret_->element_name,
2731 const string& element_name,
2730 AddError( const string& element_name, const Message& descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, const string& error) argument
2748 AddError( const string& element_name, const Message& descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, const char* error) argument
2756 AddNotDefinedError( const string& element_name, const Message& descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, const string& undefined_symbol) argument
2786 AddWarning( const string& element_name, const Message& descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, const string& error) argument
3211 AllocateOptionsImpl( const string& name_scope, const string& element_name, const typename DescriptorT::OptionsType& orig_options, DescriptorT* descriptor) argument
[all...]
/external/lldb/source/Symbol/
H A DClangASTType.cpp3191 char element_name[64]; local
3192 ::snprintf (element_name, sizeof (element_name), "[%zu]", idx);
3193 child_name.assign(element_name);
3212 char element_name[64]; local
3213 ::snprintf (element_name, sizeof (element_name), "[%zu]", idx);
3214 child_name.assign(element_name);
3653 // char element_name[32];
3654 // ::snprintf (element_name, sizeo
[all...]
/external/gtest/src/
H A Dgtest.cc3052 const std::string& element_name,
3267 const std::string& element_name,
3271 GetReservedAttributesForElement(element_name);
3275 << "Attribute " << name << " is not allowed for element <" << element_name
3265 OutputXmlAttribute( std::ostream* stream, const std::string& element_name, const std::string& name, const std::string& value) argument
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4536 const std::string& element_name,
4751 const std::string& element_name,
4755 GetReservedAttributesForElement(element_name);
4759 << "Attribute " << name << " is not allowed for element <" << element_name
4749 OutputXmlAttribute( std::ostream* stream, const std::string& element_name, const std::string& name, const std::string& value) argument

Completed in 268 milliseconds