Home
last modified time | relevance | path

Searched refs:store_value (Results 1 – 8 of 8) sorted by relevance

/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dmod.rs19 use value::{find_vector_type, store_value, Value};
47 store_value(&mut self.buffer, length, width);
53 store_value(&mut self.buffer, Value::$Val(x.into()), width);
67 store_value(&mut self.buffer, x, child_width);
218 store_value(&mut self.buffer, length, width); in store_blob()
241 store_value(&mut self.buffer, length, width); in push_bools()
323 store_value(buffer, root, root_width); in store_root()
381 store_value(buffer, keys, width); in store_vector()
382 store_value(buffer, key_width, width); in store_vector()
385 store_value(buffer, len, width); in store_vector()
[all …]
Dvalue.rs275 pub fn store_value(buffer: &mut Vec<u8>, mut value: Value, width: BitWidth) { in store_value() function
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2211 nir_ssa_def *store_value = nir_ssa_for_src(b, src, 4); in ttn_add_output_stores() local
2218 store_value = nir_channel(b, store_value, 2); in ttn_add_output_stores()
2220 store_value = nir_channel(b, store_value, 1); in ttn_add_output_stores()
2222 store_value = nir_channel(b, store_value, 0); in ttn_add_output_stores()
2228 store_value = nir_channel(b, store_value, 0); in ttn_add_output_stores()
2232 nir_store_deref(b, nir_build_deref_var(b, var), store_value, in ttn_add_output_stores()
2233 (1 << store_value->num_components) - 1); in ttn_add_output_stores()
/third_party/ejdb/src/jbl/
Dbinn.c1347 BINN_PRIVATE void *store_value(binn *value) { in store_value() function
1580 return store_value(&value); in binn_map_read_pair()
1599 return store_value(&value); in binn_object_read_pair()
1826 return store_value(&value); in binn_list_read_next()
1844 return store_value(&value); in binn_map_read_next()
1863 return store_value(&value); in binn_object_read_next()
2343 return store_value(&value); in binn_list_read()
2361 return store_value(&value); in binn_map_read()
2379 return store_value(&value); in binn_object_read()
/third_party/boost/libs/spirit/doc/html/
Dspirit2_HTML.manifest270 spirit/advanced/customize/store_value.html
271 spirit/advanced/customize/store_value/container_value.html
272 spirit/advanced/customize/store_value/push_back.html
/third_party/boost/libs/spirit/doc/
Dspirit2.qbk272 [def __customize_push_back_container__ [link spirit.advanced.customize.store_value.push_back `trait…
273 [def __customize_container_value__ [link spirit.advanced.customize.store_value.container_value `tr…
/third_party/python/Doc/library/
Doptparse.rst1770 def store_value(option, opt_str, value, parser):
1774 action="callback", callback=store_value,
/third_party/boost/libs/spirit/doc/advanced/
Dcustomization_points.qbk892 [section:store_value Store Parsed Attribute Values into a Container (Qi)]
1179 [endsect] [/ store_value]