Home
last modified time | relevance | path

Searched refs:container (Results 1 – 11 of 11) sorted by relevance

/thrift-3.4.0/build/docker/msvc2017/
DREADME.md6 Install Docker for Windows and switch to Windows container mode.
16 The following directories are used inside the container:
Dbuild-compiler.bat16 :: Build script example for inside the windows docker container
Dbuild.bat16 :: Build script example for inside the windows docker container
/thrift-3.4.0/lib/py/src/protocol/
DTCompactProtocol.py38 def make_helper(v_from, container): argument
41 assert self.state in (v_from, container), (self.state, v_from, container)
/thrift-3.4.0/doc/specs/
Dthrift-parameter-validation-proposal.md88 | in | within given container | i8, i16, i32, i64, f64, enum | sam…
89 | not_in | not within given container | i8, i16, i32, i64, f64, enum | sam…
102 … (`elem`, `key` and `value`) is a successive validator, usually used at container-type field. See …
/thrift-3.4.0/compiler/cpp/src/thrift/generate/
Dt_java_generator.cc5056 t_container* container = (t_container*)type; in generate_deep_copy_container() local
5064 if (container->is_map()) { in generate_deep_copy_container()
5065 t_map* tmap = (t_map*)container; in generate_deep_copy_container()
5069 t_type* elem_type = container->is_list() ? ((t_list*)container)->get_elem_type() in generate_deep_copy_container()
5070 : ((t_set*)container)->get_elem_type(); in generate_deep_copy_container()
5078 << type_name(container, false, true) << "(" << source_name << ");" << endl; in generate_deep_copy_container()
5083 if (is_enum_set(container) || is_enum_map(container)) { in generate_deep_copy_container()
5084 constructor_args = inner_enum_type_name(container); in generate_deep_copy_container()
5085 } else if (!(sorted_containers_ && (container->is_map() || container->is_set()))) { in generate_deep_copy_container()
5090 if (is_enum_set(container)) { in generate_deep_copy_container()
[all …]
Dt_javame_generator.cc3051 t_container* container = (t_container*)type; in generate_deep_copy_container() local
3059 << type_name(container, false, true) << "();" << endl; in generate_deep_copy_container()
3065 if (container->is_map()) { in generate_deep_copy_container()
3066 t_type* key_type = ((t_map*)container)->get_key_type(); in generate_deep_copy_container()
3067 t_type* val_type = ((t_map*)container)->get_val_type(); in generate_deep_copy_container()
3127 if (container->is_set()) { in generate_deep_copy_container()
3128 elem_type = ((t_set*)container)->get_elem_type(); in generate_deep_copy_container()
3130 elem_type = ((t_list*)container)->get_elem_type(); in generate_deep_copy_container()
/thrift-3.4.0/tutorial/rs/
DREADME.md196 Thrift has three container types: list, set and map. They are translated into
/thrift-3.4.0/doc/
DReleaseManagement.md151 1. In the clean copy of the release branch, start a docker build container and run `make dist`:
160 …ouldn't jump by orders of magnitude. Once satisfied you can exit the docker container with `exit`.
391 * Fire up the docker build container.
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp417 inline void deleteAll( ContainerT& container ) { in deleteAll() argument
418 typename ContainerT::const_iterator it = container.begin(); in deleteAll()
419 typename ContainerT::const_iterator itEnd = container.end(); in deleteAll()
424 inline void deleteAllValues( AssociativeContainerT& container ) { in deleteAllValues() argument
425 typename AssociativeContainerT::const_iterator it = container.begin(); in deleteAllValues()
426 typename AssociativeContainerT::const_iterator itEnd = container.end(); in deleteAllValues()
/thrift-3.4.0/
DCHANGES.md38 …/issues.apache.org/jira/browse/THRIFT-5540) - Can't use a typedef for a container type containing …
397 …e/THRIFT-5369) - TConfiguration.GetMaxMessageSize() now also applies to container sizes in TProtoc…
881 …ssues.apache.org/jira/browse/THRIFT-4862) - better ToString() support for enums and container types
1449 - [THRIFT-4206](https://issues.apache.org/jira/browse/THRIFT-4206) - Strings in container fields ar…
1828 …s.apache.org/jira/browse/THRIFT-3559) - Fix awkward extra semi-colons with Cocoa container literals
2140 …he.org/jira/browse/THRIFT-3452) - .travis.yml: Migrating from legacy to container-based infrastruc…
2176 …ssues.apache.org/jira/browse/THRIFT-3532) - Add configurable string and container read size limit …
2177 …ira/browse/THRIFT-3531) - Create cross lang feature test for string and container read length limit
2518 …) - Javascript struct constructor should properly initialize struct and container members from pla…
2589 - [THRIFT-2623](https://issues.apache.org/jira/browse/THRIFT-2623) - Docker container for Thrift
[all …]