Home
last modified time | relevance | path

Searched refs:GetFieldName (Results 1 - 8 of 8) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_helpers.h84 std::string GetFieldName(const FieldDescriptor* descriptor);
H A Dcsharp_repeated_message_field.cc138 variables_["field_name"] = GetFieldName(descriptor_); in WriteToString()
H A Dcsharp_helpers.cc369 std::string GetFieldName(const FieldDescriptor* descriptor) { in GetFieldName() function
383 std::string property_name = UnderscoresToPascalCase(GetFieldName(descriptor)); in GetPropertyName()
H A Dcsharp_message_field.cc172 variables_["field_name"] = GetFieldName(descriptor_); in WriteToString()
H A Dcsharp_field_base.cc203 return UnderscoresToCamelCase(GetFieldName(descriptor_), false); in name()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.h199 WireBytesRef GetFieldName(int struct_index, int field_index);
H A Dwasm-debug.cc211 WireBytesRef GetFieldName(int struct_index, int field_index) { in GetFieldName() function in v8::internal::wasm::DebugInfoImpl
826 WireBytesRef DebugInfo::GetFieldName(int struct_index, int field_index) { in GetFieldName() function in v8::internal::wasm::DebugInfo
827 return impl_->GetFieldName(struct_index, field_index); in GetFieldName()
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc871 native_module->GetDebugInfo()->GetFieldName(struct_type_index, index)); in GetName()

Completed in 8 milliseconds