OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetAnyValueF
(Results
1 - 2
of
2
) sorted by null
/external/flatbuffers/include/flatbuffers/
reflection.h
280
void
SetAnyValueF
(reflection::BaseType type, uint8_t *data, double val);
297
SetAnyValueF
(field.type()->base_type(), field_ptr, val);
320
SetAnyValueF
(field.type()->base_type(), st->GetAddressOf(field.offset()),
340
SetAnyValueF
(elem_type, vec->Data() + GetTypeSize(elem_type) * i, val);
/external/flatbuffers/src/
reflection.cpp
139
void
SetAnyValueF
(reflection::BaseType type, uint8_t *data, double val) {
152
SetAnyValueF
(type, data, strtod(val, nullptr));
Completed in 73 milliseconds