Searched refs:GetFieldValue (Results 1 - 6 of 6) sorted by relevance
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | field.cc | 58 return cmessage::GetFieldValue(reinterpret_cast<CMessage*>(obj), in DescrGet()
|
H A D | message.h | 258 PyObject* GetFieldValue(CMessage* self,
|
H A D | message.cc | 1126 ScopedPyObjectPtr map(GetFieldValue(self, descriptor)); in InitAttributes() 1157 ScopedPyObjectPtr container(GetFieldValue(self, descriptor)); in InitAttributes() 1224 ScopedPyObjectPtr message(GetFieldValue(self, descriptor)); in InitAttributes() 2115 PyObject* field_value = GetFieldValue(self, fields[i]); in ListFields() 2600 PyObject* GetFieldValue(CMessage* self, in GetFieldValue() function 2714 cmessage::GetFieldValue(new_parent, this->parent_field_descriptor); in DeepCopy()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.h | 942 wasm::WasmValue GetFieldValue(uint32_t field_index);
|
H A D | wasm-objects.cc | 1566 wasm::WasmValue WasmStruct::GetFieldValue(uint32_t index) { in GetFieldValue() function in v8::WasmStruct
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-wasm-objects.cc | 861 return WasmValueObject::New(isolate, obj->GetFieldValue(index), module); in Get()
|
Completed in 13 milliseconds